@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Outfit:wght@100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Outfit", sans-serif;
    --body-font: "Lexend", sans-serif;
    --newsletter-h: 0;
    /* ========================= Theme Color Start ============================= */
    --base-h: 178;
    --base-s: 90%;
    --base-l: 55%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    --base-d-100: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.1);
    --base-d-200: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.2);
    --base-d-300: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.3);
    --base-d-400: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.4);
    --base-d-500: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.5);
    --base-d-600: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.6);
    --base-d-700: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.7);
    --base-d-800: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.8);
    --base-d-900: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 0.9);
    --base-d-1000: var(--base-h) var(--base-s) calc(var(--base-l) - var(--base-l) * 1);
    --base-l-100: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
    --base-l-200: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
    --base-l-300: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
    --base-l-400: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
    --base-l-500: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
    --base-l-600: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
    --base-l-700: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
    --base-l-800: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
    --base-l-900: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
    --base-l-1000: var(--base-h) calc(var(--base-s)) calc(var(--base-l) + (100% - var(--base-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --body-color: 0 0% 100%;
    --body-bg: 102 81% 4%;
    --heading-color: 0 0% 100%;
    --black: 0 0% 0%;
    --border-color: 0 0% 100%;
    --section-bg: 193 70% 6%;
    --btn-color: 102 81% 4%;
    /* ================================ Box Shadow Start =============================== */
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
    --base-gradient: linear-gradient(90deg, hsl(var(--base)) 0%, hsl(var(--base-two)) 100%);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* dark color  */
    --dark-h: 0;
    --dark-s: 0%;
    --dark-l: 4%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
}

/* ========================= Css Variables End =========================== */
/* Fully Fit image Css */
.fit-image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/* ============================= Display Flex Css Start ============================= */
.flex-wrap,
.form--radio,
.form--check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-align,
.action-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend,
.dashboard .sidebar-submenu-list__link::before,
.alert__link::before {
    position: absolute;
    content: "";
}

.top-center-extend,
.dashboard .sidebar-submenu-list__link::before,
.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-center-extend {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.top-left-center-extend {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* ============================= Positioning Css Class End ===================== */
/* ===================== Font Size For responsive devices Start =================== */
.fs-10 {
    font-size: 0.625rem;
}

.fs-11 {
    font-size: 0.6875rem;
}

.fs-12 {
    font-size: 0.75rem;
}

.fs-13,
.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    font-size: 0.8125rem;
}

.fs-14 {
    font-size: 0.875rem;
}

.fs-15,
.dashboard .sidebar-submenu-list__link .icon,
.dashboard .sidebar-submenu-list__link,
.dashboard .sidebar-menu-list__link .icon,
.dashboard .sidebar-menu-list__link,
.dashboard .user-info__name,
.dashboard .user-info .user-info-dropdown__link {
    font-size: 0.9375rem;
}

.fs-16,
.contact-list__item-icon,
.dashboard .user-info__button::before {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {

    .fs-16,
    .contact-list__item-icon,
    .dashboard .user-info__button::before {
        font-size: 0.9375rem;
    }
}

.fs-17 {
    font-size: 1.0625rem;
}

@media screen and (max-width: 1199px) {
    .fs-17 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-17 {
        font-size: 0.9375rem;
    }
}

.fs-18,
.user-profile-info__icon {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {

    .fs-18,
    .user-profile-info__icon {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {

    .fs-18,
    .user-profile-info__icon {
        font-size: 1rem;
    }
}

.fs-20 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    .fs-20 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 767px) {
    .fs-20 {
        font-size: 1.0625rem;
    }
}

/* ===================== Font Size For responsive devices End =================== */
/* ================================= Common Typography Css Start =========================== */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--body-bg));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

p {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
    color: hsl(var(--white)/0.8);
}

i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

span {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    font-weight: 700;
}

@media screen and (max-width: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: 3.5rem;
}

@media screen and (max-width: 1399px) {
    h1 {
        font-size: 3.125rem;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 2.8125rem;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 575px) {
    h1 {
        font-size: 1.875rem;
    }
}

h2 {
    font-size: 3rem;
}

@media screen and (max-width: 1399px) {
    h2 {
        font-size: 2.75rem;
    }
}

@media screen and (max-width: 1199px) {
    h2 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 991px) {
    h2 {
        font-size: 2.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    h2 {
        font-size: 1.5625rem;
    }
}

h3 {
    font-size: 1.875rem;
}

@media screen and (max-width: 1399px) {
    h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 1199px) {
    h3 {
        font-size: 1.5625rem;
    }
}

@media screen and (max-width: 991px) {
    h3 {
        font-size: 1.4375rem;
    }
}

@media screen and (max-width: 767px) {
    h3 {
        font-size: 1.375rem;
    }
}

@media screen and (max-width: 575px) {
    h3 {
        font-size: 1.25rem;
    }
}

h4 {
    font-size: 1.5rem;
}

@media screen and (max-width: 1399px) {
    h4 {
        font-size: 1.3125rem;
    }
}

@media screen and (max-width: 1199px) {
    h4 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    h4 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 767px) {
    h4 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 575px) {
    h4 {
        font-size: 1.0625rem;
    }
}

h5 {
    font-size: 1.25rem;
}

@media screen and (max-width: 1399px) {
    h5 {
        font-size: 1.1875rem;
    }
}

@media screen and (max-width: 1199px) {
    h5 {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    h5 {
        font-size: 1.0625rem;
    }
}

@media screen and (max-width: 767px) {
    h5 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 575px) {
    h5 {
        font-size: 1rem;
    }
}

h6 {
    font-size: 1.125rem;
}

@media screen and (max-width: 1399px) {
    h6 {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1199px) {
    h6 {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 991px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 767px) {
    h6 {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    h6 {
        font-size: 0.875rem;
    }
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: inherit;
}

a {
    display: inline-block;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    text-decoration: none;
    color: hsl(var(--base));
}

a:hover {
    color: hsl(var(--base-d-200));
}

img {
    max-width: 100%;
    height: auto;
}

select {
    cursor: pointer;
}

.form-select.form--control {
    height: 56px;
}

.form--select .form-select {
    background-image: none;
}

.form--select {
    position: relative;
}

.form--select::after {
    position: absolute;
    content: "\f0d7";
    top: 50%;
    right: 15px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 18px;
    transform: translateY(-50%);
    z-index: 99999;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

button {
    border: 0;
    background-color: transparent;
}

button:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Common Typography Css End =========================== */
/* ================================= Custom Classes Css Start =========================== */
/* Column Extra Small Screen */
@media screen and (min-width: 425px) and (max-width: 575px) {
    .col-xsm-6 {
        width: 50%;
    }
}

/* Section Background */
.section-bg {
    background-color: hsl(var(--section-bg));
}

.text-muted {
    color: hsl(var(--white)/0.6) !important;
}

/* Bg Image Css */
.bg-img {
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
}

/* Hide Scroll bar Css For Custom Modal */
.scroll-hide {
    position: absolute;
    overflow-y: hidden;
    padding-right: 17px;
    top: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .scroll-hide {
        padding-right: 0;
    }
}

.scroll-hide-sm {
    position: absolute;
    overflow-y: hidden;
    top: 0;
    left: 0;
    width: calc(100% - 0px);
}

/* Overlay Start */
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 1;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 999;
}

.gradient-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base-d-200))), to(hsl(var(--base))));
    background-image: linear-gradient(180deg, hsl(var(--base-d-200)) 0%, hsl(var(--base)) 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.gradient-text::-moz-selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

.gradient-text::selection {
    color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white));
    background: transparent;
}

/* ================================= Custom Classes Css End =========================== */
/* ======================  Section Heading Start  ======================*/
.section-heading {
    margin-bottom: 60px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

.section-heading__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1.25rem;
}

@media screen and (max-width: 424px) {
    .section-heading__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.section-heading__title {
    margin-bottom: 0;
    text-transform: capitalize;
    max-width: 50rem;
    margin: 0 auto;
}

.section-heading__subtitle {
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: capitalize;
    color: hsl(var(--base));
    margin-bottom: 1.5rem;
}

.section-heading__btn a {
    width: 5.25rem;
    height: 5.25rem;
    background-color: hsl(var(--section-bg));
    border: 0.0625rem solid hsl(var(--white)/0.04);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--base));
    font-size: 2.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (max-width: 767px) {
    .section-heading__btn a {
        font-size: 1.5rem;
        width: 3.75rem;
        height: 3.75rem;
    }
}

@media screen and (max-width: 575px) {
    .section-heading__btn a {
        font-size: 1.25rem;
        width: 3rem;
        height: 3rem;
    }
}

.section-heading.style-left {
    text-align: left;
}

.section-heading.style-left .section-heading__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-heading.style-left .section-heading__title {
    margin-left: unset;
}

/* ======================  Section Heading End  ======================*/
/* ======================  Gear Body Start  ======================*/
.section__wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.gear__sp {
    position: absolute;
    left: -5.625rem;
    top: 18%;
    z-index: -3;
    max-width: 20rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

@media screen and (max-width: 767px) {
    .gear__sp {
        display: none;
    }
}

.gear__sp img {
    width: 100%;
    -webkit-animation: gearAnimationReverse 20s linear 0s infinite normal none;
    animation: gearAnimationReverse 20s linear 0s infinite normal none;
}

.gear__sp.gear__sp__two {
    top: 23%;
    left: auto;
    right: -5.625rem;
}

@media screen and (max-width: 767px) {
    .gear__sp.gear__sp__two {
        display: none;
    }
}

.gear__sp.gear__sp__two img {
    -webkit-animation: gearAnimationReverse 16s linear 0s infinite normal none;
    animation: gearAnimationReverse 16s linear 0s infinite normal none;
}

/* ======================  Gear Body End  ======================*/
/* ======================  Gear Animation Start  ======================*/
@-webkit-keyframes gearAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes gearAnimation {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes gearAnimationReverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes gearAnimationReverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

/* ======================  Gear Animation End  ======================*/
/* ======================  Blink Animation Start  ======================*/
@-webkit-keyframes heroSocial {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

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

@keyframes heroSocial {
    0% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }

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

@-webkit-keyframes heroSocial2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

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

@keyframes heroSocial2 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

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

/* ======================  Blink Animation End  ======================*/
/* ======================  Zoom Animation Start  ======================*/
@-webkit-keyframes zoomStar {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
}

@keyframes zoomStar {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }
}

/* ======================  Blink Animation End  ======================*/
/* ================================= Background Color Css Start =========================== */
.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--primary {
    background-color: hsl(var(--primary)) !important;
}

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

/* ================================= Background Color Css End =========================== */
/* ================================= Color Css Start =========================== */
.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

.text--secondary {
    color: hsl(var(--secondary)) !important;
}

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

/* ================================= Color Css End =========================== */
/* ================================= margin Css Start =========================== */
.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .my-120 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 576px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 576px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 576px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 576px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

/* ================================= margin Css End =========================== */
/* ================================= padding Css Start =========================== */
.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.pb-120 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-120 {
        padding-bottom: 120px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

/* ================================= padding Css End =========================== */
/* ================================= Border Color Css Start =========================== */
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--black)/0.09);
    background: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--base)/0.08)), color-stop(50%, hsl(var(--white)/0.02)), to(hsl(var(--base)/0.08)));
    background: linear-gradient(0deg, hsl(var(--base)/0.08) 0%, hsl(var(--white)/0.02) 50%, hsl(var(--base)/0.08) 100%);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.0625rem;
    background: linear-gradient(160deg, hsl(var(--base)) 0%, transparent 55%, hsl(var(--base)) 100%);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    -webkit-mask: var(--m) content-box, var(--m);
    -webkit-mask-composite: xor;
    mask: var(--m) content-box exclude, var(--m);
    opacity: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
}

.custom--accordion .accordion-item:has(.accordion-collapse.show)::before {
    opacity: 1;
}

.custom--accordion .accordion-header {
    line-height: 1;
}

.custom--accordion .accordion-body {
    padding: 30px 34px;
    padding-top: 0 !important;
    background-color: transparent;
    font-size: 16px;
    font-weight: 400;
    color: hsl(var(--white)/0.8);
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body {
        padding: 20px;
        padding-top: 0 !important;
    }
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 24px;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 24px;
}

.custom--accordion .accordion-button {
    background-color: transparent;
    color: var(--heading-color);
    font-size: 20px;
    font-weight: 600;
    padding: 30px 34px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 20px;
        font-size: 16px;
        line-height: 1.4;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--white));
    background-color: transparent !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f068";
    display: inline-block;
    position: absolute;
    right: 15px;
    height: unset;
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
    color: hsl(var(--body-color));
}

/* ================================= Accordion Css End =========================== */
/* ================================= Button Css Start =========================== */
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: none;
    background-color: none;
    border-color: none;
}

.pill {
    border-radius: 40px !important;
}

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 600;
    padding: 14px 18px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: capitalize;
    gap: 10px;
    font-size: 18px;
    line-height: 1;
}

.btn .icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: hsl(var(--base)) !important;
    background-color: hsl(var(--btn-color)/0.9);
}

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn:active {
    top: 1px;
}

.btn--lg {
    padding: 18px 35px;
}

@media screen and (max-width: 991px) {
    .btn--lg {
        padding: 18px 30px;
    }
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 16px 25px;
    }
}

.btn--sm {
    padding: 7px 18px !important;
    font-weight: 600;
    font-size: 0.75rem;
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 8px 12px;
    }
}

.btn-outline--white {
    border: 1px solid hsl(var(--white)/0.2);
    color: hsl(var(--white)/0.7) !important;
    font-size: 14px;
    padding: 16px 24px;
    font-weight: 700;
}

.btn-outline--white:hover {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--btn-color)) !important;
    border-color: hsl(var(--base));
}

.btn--base {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--btn-color)) !important;
}

.btn--base:hover,
.btn--base:focus .btn--base:focus-visible {
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base {
    background-color: hsl(var(--base)/0.02) !important;
    border: 1px solid hsl(var(--base)/0.06) !important;
    color: hsl(var(--base)) !important;
}

.btn-outline--base:hover,
.btn-outline--base:focus .btn-outline--base:focus-visible {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--btn-color)) !important;
}


.btn--success {
    background-color: hsl(var(--success)) !important;
}

.btn--success:hover,
.btn--success:focus .btn--success:focus-visible {
    background-color: hsl(var(--success-d-200)) !important;
    border: 1px solid hsl(var(--success-d-200)) !important;
}

.btn-outline--success {
    background-color: hsl(var(--success)/0.02) !important;
    border: 1px solid hsl(var(--success)/0.06) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--success:hover,
.btn-outline--success:focus .btn-outline--success:focus-visible {
    background-color: hsl(var(--success)) !important;
    color: hsl(var(--btn-color)) !important;
}

/* btn success css  */

.btn--primary {
    background-color: hsl(var(--primary)) !important;
}

.btn--primary:hover,
.btn--primary:focus .btn--primary:focus-visible {
    background-color: hsl(var(--primary-d-200)) !important;
    border: 1px solid hsl(var(--primary-d-200)) !important;
}

.btn-outline--primary {
    background-color: hsl(var(--primary)/0.02) !important;
    border: 1px solid hsl(var(--primary)/0.06) !important;
    color: hsl(var(--primary)) !important;
}

.btn-outline--primary:hover,
.btn-outline--primary:focus .btn-outline--primary:focus-visible {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--btn-color)) !important;
}

.btn--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.btn--secondary:hover,
.btn--secondary:focus .btn--secondary:focus-visible {
    background-color: hsl(var(--secondary-d-200)) !important;
    border: 1px solid hsl(var(--secondary-d-200)) !important;
}

.btn-outline--secondary {
    background-color: hsl(var(--secondary)/0.02) !important;
    border: 1px solid hsl(var(--secondary)/0.06) !important;
    color: hsl(var(--secondary)) !important;
}

.btn-outline--secondary:hover,
.btn-outline--secondary:focus .btn-outline--secondary:focus-visible {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--btn-color)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !important;
}

.btn--dark {
    background-color: hsl(var(--dark)) !important;
}

.btn--danger:hover,
.btn--danger:focus .btn--danger:focus-visible {
    background-color: hsl(var(--danger-d-200)) !important;
    border: 1px solid hsl(var(--danger-d-200)) !important;
}

.btn-outline--danger {
    background-color: hsl(var(--danger)/0.02) !important;
    border: 1px solid hsl(var(--danger)/0.06) !important;
    color: hsl(var(--danger)) !important;
}

.btn-outline--danger:hover,
.btn-outline--danger:focus .btn-outline--danger:focus-visible {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--btn-color)) !important;
}

.btn--warning {
    background-color: hsl(var(--warning)) !important;
}

.btn--warning:hover,
.btn--warning:focus .btn--warning:focus-visible {
    background-color: hsl(var(--warning-d-200)) !important;
    border: 1px solid hsl(var(--warning-d-200)) !important;
}

.btn-outline--warning {
    background-color: hsl(var(--warning)/0.02) !important;
    border: 1px solid hsl(var(--warning)/0.06) !important;
    color: hsl(var(--warning)) !important;
}

.btn-outline--warning:hover,
.btn-outline--warning:focus .btn-outline--warning:focus-visible {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--btn-color)) !important;
}

.btn--info {
    background-color: hsl(var(--info)) !important;
}

.btn--info:hover,
.btn--info:focus .btn--info:focus-visible {
    background-color: hsl(var(--info-d-200)) !important;
    border: 1px solid hsl(var(--info-d-200)) !important;
}

.btn-outline--info {
    background-color: hsl(var(--info)/0.02) !important;
    border: 1px solid hsl(var(--info)/0.06) !important;
    color: hsl(var(--info)) !important;
}

.btn-outline--info:hover,
.btn-outline--info:focus .btn-outline--info:focus-visible {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--btn-color)) !important;
}

.btn .icon:has(.fa-arrow-right) i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* ================================= Button Css End =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 12px;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--section-bg));
    border: transparent;
    overflow: hidden;
}

.custom--card .card-header {
    padding: 12px 24px;
    background-color: transparent;
    border-bottom: 1px solid hsl(var(--white)/0.15);
}

.custom--card .card-header .title {
    margin-bottom: 0;
}

.custom--card .card-header h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
}

.custom--card .card-body {
    padding: 24px;
    border-radius: 5px;
    background: hsl(var(--section-bg));
    z-index: 1;
    position: relative;
}

.custom--card .card-footer {
    padding: 12px 24px;
    background-color: transparent;
    border-top: 1px solid hsl(var(--black)/0.1);
}

.custom--card:has(.select2) {
    overflow: unset;
}

.custom--card:has(.select2) .card-body::after {
    display: none;
}

/* ================================= Card Css End =========================== */
/* ================================= Form Css Start =========================== */
/* Form Label */
.form--label {
    margin-bottom: 6px;
    font-size: 0.9375rem;
    color: hsl(var(--white)/0.6);
    font-weight: 500;
}

.form-group {
    margin-bottom: 1rem;
}

/* Form Select */
.select {
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--white)/0.08);
}

.select:focus {
    border-color: hsl(var(--white)/0.1);
    color: hsl(var(--white)) !important;
}

.select option {
    background-color: hsl(var(--section-bg));
    color: hsl(var(--white));
}

/* Form Select End */
/* Form Control Start */
.form--control {
    border-radius: 8px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 17px 20px;
    background-color: hsl(var(--white)/0.04);
    border: 1px solid hsl(var(--white)/0.08);
    color: hsl(var(--white));
    line-height: 1;
}

.form--control.form-control {
    color: hsl(var(--white)) !important;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--white)/0.6);
}

.form--control::-moz-placeholder {
    color: hsl(var(--white)/0.6);
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--white)/0.6);
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--white)/0.6);
}

.form--control::placeholder {
    color: hsl(var(--white)/0.6);
}

.form--control:focus {
    border-color: hsl(var(--base));
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: hsl(var(--white)/0.04);
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--white)/0.2);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--white)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--white));
}

.form--control[type=file] {
    line-height: 50px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::-webkit-file-upload-button {
    border: 1px solid hsl(var(--white)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color)) !important;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--white)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)) !important;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--black)) !important;
}

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.input-group-text {
    background-color: hsl(var(--base));
}

.input-group:has(.form-control[type=file]) .input-group-text.bg--danger {
    border-color: transparent !important;
    color: hsl(var(--white)) !important;
}

/* Form Control End */
textarea.form--control {
    height: 130px;
}

/* Autofill Css */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--white)) !important;
    caret-color: hsl(var(--white));
}

/* Autofill Css End */
/* input group */
.input--group {
    position: relative;
}

/* Show Hide Password */
input#your-password,
input#confirm-password {
    padding-right: 50px;
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--white)/0.4);
}

/* --------------- Number Arrow None --------------------- */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Custom Checkbox Design */
.form--check a {
    display: inline;
}

.form--check .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--white)/0.2);
    cursor: pointer;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--black)) !important;
    font-size: 0.6875rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    cursor: pointer;
    font-size: 0.875rem;
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 0.9375rem;
    }
}

/* Custom Radio Design */
.form--radio .form-check-input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid hsl(var(--white)/0.2);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 16px;
    height: 16px;
}

.form--radio .form-check-input:active {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 5px;
    cursor: pointer;
    font-size: 0.875rem;
}

.input-style {
    background: hsl(var(--base));
    border-color: transparent;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    border-radius: 3px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--white)/0.2) !important;
    padding: 10px !important;
    margin-left: 0;
    margin-bottom: 5px;
    border-radius: 40px;
    width: 70px;
    height: 38px;
    cursor: pointer;
}

.form--switch .form-check-input:focus {
    border-radius: 40px;
    background-image: none;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    background-color: hsl(var(--white));
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 33px);
    background-color: hsl(var(--white)) !important;
}

.form--switch .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--switch .form-check-label {
    width: calc(100% - 14px);
    padding-left: 5px;
    cursor: pointer;
}

/*  Custom Switch End Design */
/* ================================= Form Css End =========================== */
/* --======================Custom Input group Start ======================*/
.input--group {
    border-radius: 5px;
    border: 1px solid hsl(var(--border-color));
}

.input--group .form--control {
    border-width: 0px !important;
    padding-right: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.input--group .input-group-text+.form--control {
    padding-right: 20px;
    padding-left: 10px;
}

.input--group:focus-within {
    border: 1px solid hsl(var(--base));
}

.input--group .input-group-text {
    border-width: 0px;
    height: calc(100% - 10px);
    margin: 5px;
    border-radius: 5px;
    background-color: hsl(var(--white)/0.1);
    color: hsl(var(--body-color));
}

.input--group-text {
    margin-left: 5px;
}

.input--group .form--control[readonly] {
    background: hsl(var(--white)/0.3) !important;
}

.input--group .form--control[readonly]:focus {
    border-color: hsl(var(--white)/0.3);
}

.input--group:has(.form--control[readonly]) {
    background: hsl(var(--white)/0.3) !important;
}

.input--group:has(.form--control[readonly]):focus-within {
    border-color: hsl(var(--white)/0.4) !important;
}

/* --======================Custom Input group End ======================*/
/* ================================= Modal Css Start =========================== */
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--white)/0.12);
    padding: 15px;
}

.custom--modal .modal-header .btn-close {
    width: 24px;
    height: 24px;
    background-color: hsl(var(--danger));
    font-size: 1rem;
    line-height: 1;
    border-radius: 50%;
    opacity: 1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.custom--modal .modal-header .btn-close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header .btn-close :focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom--modal .modal-content {
    border-radius: 10px !important;
    background-color: hsl(var(--section-bg));
}

.custom--modal .modal-body {
    padding: 15px;
}

.custom--modal .modal-icon i {
    font-size: 2rem;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15px;
    border-top: 1px solid hsl(var(--white)/0.12);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-sm-fill:has(.pagination) {
    margin-top: 56px;
}

@media screen and (max-width: 1199px) {
    .flex-sm-fill:has(.pagination) {
        margin-top: 48px;
    }
}

@media screen and (max-width: 991px) {
    .flex-sm-fill:has(.pagination) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .flex-sm-fill:has(.pagination) {
        margin-top: 32px;
    }
}

@media screen and (max-width: 574px) {
    .flex-fill:has(.pagination) {
        margin-top: 32px;
        justify-content: center !important;
    }
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--white)/0.2);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--body-color));
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* ================================= Pagination Css End =========================== */
/* ================================= Table Css Start =========================== */
/* Table Content Css start */
.icon-groups {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.action-buttons {
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.action--btns {
    gap: 6px 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: flex;
    flex-wrap: wrap;
}

.action--btns .btn {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    font-size: 14px;
}

.action-btn {
    width: 35px;
    height: 35px;
    border-radius: 4px;
}

@media (max-width:424px) {
    .action--btns .btn {
        width: 26px;
        padding: 0;
        height: 26px;
    }

    .action--btns {
        gap: 7px;
    }
}

.edit-btn {
    color: hsl(var(--info));
    background-color: hsl(var(--info)/0.08);
}

.delete-btn {
    color: hsl(var(--danger));
    background-color: hsl(var(--danger)/0.08);
}

/* Table Content Css end */
/* Table Css Start */
.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0px 8px;
}

.table thead tr th {
    text-align: center;
    padding: 15px;
    color: hsl(var(--white));
    font-weight: 600;
    border: 0;
    max-width: 170px;
    font-size: 0.875rem;
    background: hsl(var(--base)/0.1);
}

.table thead tr th:not(:first-child) {
    border-left: 0;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 4px 0 0 4px;
}

.table thead tr th:last-child {
    border-radius: 0 4px 4px 0;
    text-align: right;
}

.table tbody {
    border: 0 !important;
    border-radius: 10px;
    background: hsl(var(--section-bg));
}

.table tbody tr:last-child {
    border-bottom: 0;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.table tbody tr:last-child td:first-child {
    border-radius: 8px 0 0 8px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0px 8px 8px 0;
}

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border-width: 1px;
    color: hsl(var(--white)/0.7);
    font-weight: 500;
    max-width: 170px;
    font-size: 0.875rem;
    border: 1px solid hsl(var(--white)/0.1);
    border-right: 0;
    border-left: 0;
    background-color: transparent;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 0.9375rem;
    color: hsl(var(--white));
    font-weight: 500;
    display: none;
    width: 45% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
    border-left: 1px solid hsl(var(--white)/0.1);
    font-size: 0.875rem;
    color: hsl(var(--white));
    border-radius: 8px 0 0 8px;
}

.table tbody tr td:last-child {
    text-align: right;
    border-right: 1px solid hsl(var(--white)/0.1);
    border-radius: 0 8px 8px 0;
}

.table tbody tr td p {
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr:nth-child(even) {
        background-color: hsl(var(--white)/0.05);
    }

    .table--responsive--md tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--md tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--white)/0.2);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr:nth-child(even) {
        background-color: hsl(var(--white)/0.05);
    }

    .table--responsive--lg tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--lg tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--white)/0.2);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg tbody tr td {
        border: none;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr:nth-child(even) {
        background-color: hsl(var(--white)/0.05);
    }

    .table--responsive--xl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--white)/0.2);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl thead {
        display: none;
    }

    .table--responsive--xxl tbody tr {
        display: block;
    }

    .table--responsive--xxl tbody tr:nth-child(even) {
        background-color: hsl(var(--white)/0.05);
    }

    .table--responsive--xxl tbody tr:last-child td {
        border-bottom: 0;
    }

    .table--responsive--xxl tbody tr td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 15px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--white)/0.2);
        max-width: unset;
    }

    .table--responsive--xxl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xxl tbody tr td:first-child {
        text-align: right;
        border-left: 0;
    }

    .table--responsive--xxl tbody tr td::before {
        display: block;
        font-size: 0.875rem;
        color: hsl(var(--white));
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xxl tbody tr td {
        border: 0;
    }
}

/* ================================= Table Css End =========================== */
/* ================================= Tab Css Start =========================== */
.custom--tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 32px;
    gap: 10px;
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 0px;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--white));
    padding: 10px 16px;
    background-color: hsl(var(--section-bg)) !important;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid hsl(var(--white)/0.08) !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 10px !important;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .custom--tab .nav-item .nav-link {
        padding: 8px 10px !important;
        font-size: 15px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: #282828;
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: #282828;
    background-color: hsl(var(--base-d-200)) !important;
}

.custom--tab .nav-item .nav-link:hover {
    color: #282828;
    background-color: hsl(var(--base-d-200)) !important;
}

/* ================================= Tab Css End =========================== */
/* ================================= Badge Css Start =========================== */
.badge {
    font-size: 0.75rem;
    border-radius: 30px;
    padding: 6px 10px;
    font-weight: 500;
    position: relative;
    text-align: center;
    padding-left: 20px;
    border: 1px solid transparent;
    line-height: 1;
}

.badge::before {
    position: absolute;
    content: "";
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: hsl(var(--white));
    border-radius: 50%;
}

.badge--base {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--btn-color)) !important;
    border-color: hsl(var(--base));
}

.badge--base::before {
    background: hsl(var(--btn-color));
}

.badge--primary {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--primary));
}

.badge--secondary {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--secondary));
}

.badge--success {
    background-color: hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--success));
}

.badge--danger {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--danger));
}

.badge--warning {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--warning));
}

.badge--info {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--info));
}

.badge--dark {
    background-color: hsl(var(--dark-l-200)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--dark-l-200));
}

.badge--dark::before {
    background: hsl(var(--white));
}

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--base)/0.1);
    font-weight: 400;
    padding: 17px 24px;
    border-radius: 12px;
    border: 0;
    border-left: 3px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 991px) {
    .alert {
        padding: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert {
        padding: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

.alert__icon {
    font-size: 1.5rem;
    line-height: 1;
}

.alert__content {
    width: calc(100% - 24px);
    padding-left: 20px;
}

@media screen and (max-width: 991px) {
    .alert__content {
        padding-left: 16px;
    }
}

@media screen and (max-width: 575px) {
    .alert__content {
        padding-left: 0;
        width: 100%;
        margin-top: 6px;
    }
}

.alert__title {
    font-size: 1.125rem;
    color: hsl(var(--white)/0.8);
    font-weight: 600;
    font-family: var(--heading-font);
    margin-bottom: 6px;
}

.alert__desc {
    color: hsl(var(--white)/0.5);
    display: block;
    line-height: 1.375;
}

@media screen and (max-width: 424px) {
    .alert__desc {
        font-size: 0.8125rem;
    }
}

.alert__link {
    position: relative;
}

.alert__link:hover::before {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.alert__link::before {
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 1px;
    background-color: hsl(var(--base));
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.alert--base {
    border-color: hsl(var(--base)/0.6) !important;
}

.alert--base .alert__icon {
    color: hsl(var(--base)) !important;
}

.alert--base .alert__title {
    color: hsl(var(--base)) !important;
}

.alert--primary {
    border-color: hsl(var(--primary)/0.6) !important;
}

.alert--primary .alert__icon {
    color: hsl(var(--primary)) !important;
}

.alert--primary .alert__title {
    color: hsl(var(--primary)) !important;
}

.alert--success {
    border-color: hsl(var(--success)/0.6) !important;
}

.alert--success .alert__icon {
    color: hsl(var(--success)) !important;
}

.alert--success .alert__title {
    color: hsl(var(--success)) !important;
}

.alert--info {
    border-color: hsl(var(--info)/0.6) !important;
}

.alert--info .alert__icon {
    color: hsl(var(--info)) !important;
}

.alert--info .alert__title {
    color: hsl(var(--info)) !important;
}

.alert--danger {
    border-color: hsl(var(--danger)/0.6) !important;
    background-color: hsl(var(--danger)/0.1) !important;
}

.alert--danger .alert__icon {
    color: hsl(var(--danger)) !important;
}

.alert--danger .alert__title {
    color: hsl(var(--danger)) !important;
}

.alert--warning {
    border-color: hsl(var(--warning)/0.6) !important;
}

.alert--warning .alert__icon {
    color: hsl(var(--warning)) !important;
}

.alert--warning .alert__title {
    color: hsl(var(--warning)) !important;
}

.alert--secondary {
    border-color: hsl(var(--secondary)/0.6) !important;
}

.alert--secondary .alert__icon {
    color: hsl(var(--secondary)) !important;
}

.alert--secondary .alert__title {
    color: hsl(var(--secondary)) !important;
}

/* ====================================== Alert Css End =============================== */
/* ======================  Select2 Start  ======================*/
.select2-wrapper {
    --border-radius: 12px;
    --height: 56px;
    --select2-border: hsl(var(--white)/.08);
}

.select2+.select2-container {
    border-radius: var(--border-radius);
    height: 56px;
    min-width: 150px;
}

.select2+.select2-container .select2-selection__rendered {
    line-height: var(--height) !important;
    color: hsl(var(--white)) !important;
    padding-left: 20px !important;
}

.select2+.select2-container .select2-selection {
    border: 1px solid var(--select2-border);
    background-color: hsl(var(--white)/0.04);
    width: 100%;
    border-radius: 12px;
    height: var(--height);
}

.select2+.select2-container .selection {
    width: 100%;
}

.select2+.select2-container .select2-selection__arrow {
    position: absolute;
    top: 50% !important;
    right: 0px !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-radius: inherit;
    height: calc(var(--height) - 10px);
    width: calc(var(--height) - 10px);
}



.select2+.select2-container .select2-selection__arrow::after {
    position: absolute;
    content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: hsl(var(--white));
    background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.23 8.29a.75.75 0 01.02-1.08z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.5rem;
    width: 39px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}


.select2+.select2-container .select2-selection__arrow b {
    border: 0;
}

.select2-results__option {
    color: hsl(var(--white)/0.7);
    font-family: var(--heading-font);
}

.select2-container--open:has(.select2-dropdown--above) {
    margin-top: -12px;
}

.select2-container--open:has(.select2-dropdown--below) {
    margin-top: 10px;
}

.select2-container--open .select2-dropdown {
    background: hsl(var(--section-bg));
    border: 1px solid hsl(var(--white)/0.1) !important;
    border-radius: var(--border-radius) !important;
    overflow: hidden;
}

.select2-container--open .select2-dropdown--above {
    margin-bottom: 10px;
}

.select2-search__field {
    border-radius: var(--border-radius);
    border: 1px solid var(--select2-border) !important;
    background: hsl(var(--card-bg));
    padding: 8px !important;
    color: hsl(var(--white));
}

.select2-search__field:focus {
    outline: 0;
    border-color: hsl(var(--base)) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--black)) !important;
}

.select2-container--below.select2-container--open .select2-selection__arrow::after {
    transform: translateY(-50%) !important;
    background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M14.77 12.79a.75.75 0 01-1.06-.02L10 9.06l-3.71 3.71a.75.75 0 11-1.06-1.06l4.24-4.24a.75.75 0 011.06 0l4.24 4.24a.75.75 0 01-.02 1.08z'/%3E%3C/svg%3E") !important;
}

.select2-container--default .select2-results__option--selected {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--black)) !important;
}

.select2-container:has(.select2-selection--single) {
    width: 100% !important;
}



.input-group-text .select2+.select2-container .select2-selection {
    border: 0 !important;
    height: 53px !important;
}

/* ======================  Select2 End  ======================*/
/* ================================= preload Css Start =========================== */
.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
}

.loader-p {
    border: 0 solid transparent;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader-p:before,
.loader-p:after {
    content: "";
    border: 1em solid hsl(var(--base));
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: loader 2s linear infinite;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader-p:before {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

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

@keyframes loader {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

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

/* ================================= preload Css End ===========================  */
/* ============= Header Start Here ======================= */
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo {
    margin-right: 50px;
}

@media screen and (max-width: 1199px) {
    .navbar-brand.logo {
        margin-right: 20px;
    }
}

.navbar-brand.logo img {
    max-width: 200px;
    max-height: 60px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

.header {
    position: absolute;
    z-index: 5;
    background: rgba(7, 14, 32, 0.02);
    left: 0;
    right: 0;
    padding: 30px 0;
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        background-color: hsl(var(--section-bg));
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 999;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--section-bg)/0.7);
    position: fixed;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
    padding: 20px 0;
    -webkit-backdrop-filter: blur(180px);
    backdrop-filter: blur(180px);
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

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

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-150%);
        transform: translateY(-150%);
    }

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

.navbar {
    padding: 0 !important;
}

.btn--groups {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* ========================= Desktop Device Start ========================= */
@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }

    .nav-menu .nav-item {
        position: relative;
        padding-right: 40px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .nav-menu .nav-item {
        padding-right: 20px;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:last-child {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: 0.2s;
        transition: 0.2s;
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .nav-link {
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white)) !important;
        padding: 20px 0;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 20px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--base));
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        -webkit-transition: 0.3s;
        transition: 0.3s;
        font-size: 0.8125rem;
        margin-left: 2px;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        transition: 0.3s;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* ========================== Desktop Device End ========================= */
/* ============================== Small Device ======================= */
@media screen and (max-width: 991px) {
    main {
        padding-top: 60px;
    }

    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        -webkit-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child>a {
        border-bottom: 0;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--white)/0.2);
        color: hsl(var(--white));
    }

    .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--base)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .dropdown-menu {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: inherit;
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white));
        border-bottom: 1px solid hsl(var(--white)/0.2);
        margin-left: 20px;
        color: hsl(var(--white));
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        background-color: transparent;
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--white));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    width: auto;
    font-size: 2.5rem;
}

.navbar-toggler.header-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

select {
    color: hsl(var(--white)) !important;
    background-color: transparent;
    border: 1px solid hsl(var(--white)/0.4);
    padding: 5px 8px;
    font-size: 0.9375rem;
    font-weight: 400;
    border-radius: 5px;
}

select option {
    background-color: hsl(var(--black));
}

/* Login Registration */
.login-registration-list {
    gap: 10px;
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        padding-right: 0;
    }
}

.login-registration-list__item {
    color: hsl(var(--white));
}

.login-registration-list__link {
    font-weight: 600;
    font-family: var(--body-font);
    padding: 12px 40px;
    border-radius: 8px;
}

@media screen and (max-width: 1199px) {
    .login-registration-list__link {
        padding: 10px 30px;
    }
}

@media screen and (max-width: 575px) {
    .login-registration-list__link {
        padding: 10px 20px;
    }
}

.login-registration-list__link.login {
    color: hsl(var(--white));
    background-color: hsl(var(--secondary));
}

.login-registration-list__link.login:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--secondary-d-200));
}

.login-registration-list__link.register {
    color: hsl(var(--black));
    background-color: hsl(var(--base));
}

.login-registration-list__link.register:hover {
    color: hsl(var(--black));
    background-color: hsl(var(--base-d-200));
}

@media screen and (max-width: 575px) {
    .login-registration-list__link {
        font-size: 0.9375rem;
    }
}

/*=========== Custom Dropdown Css Start=========== */
.custom--dropdown {
    margin-right: 50px;
}

@media screen and (max-width: 1199px) {
    .custom--dropdown {
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .custom--dropdown {
        width: 90px;
    }
}

.custom--dropdown.open>.custom--dropdown__selected::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.custom--dropdown>.custom--dropdown__selected {
    background-color: transparent;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    padding-right: 30px;
}

.custom--dropdown>.custom--dropdown__selected::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    content: "\f0d7";
    display: inline-block;
    position: absolute;
    margin-left: auto;
    width: unset !important;
    right: 10px;
    color: hsl(var(--white));
    font-size: 12px;
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected::before {
        right: 2px;
    }
}

@media screen and (max-width: 1399px) {
    .custom--dropdown>.custom--dropdown__selected {
        padding-right: 15px;
    }
}

.custom--dropdown>.dropdown-list {
    position: absolute;
    background-color: hsl(var(--section-bg));
    width: 100%;
    border-radius: 3px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    top: 100%;
    margin-top: 5px;
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    width: 145px;
    overflow-y: auto !important;
}



.custom--dropdown>.dropdown-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.15);
}

.custom--dropdown>.dropdown-list::-webkit-scrollbar-thumb {
    background-color: hsl(var(--black)/0.3);
}

.custom--dropdown.open>.dropdown-list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    z-index: 999 !important;
    background-color: hsl(var(--section-bg)) !important;
    -webkit-box-shadow: 0 0 10px hsl(var(--white)/0.2);
    box-shadow: 0 0 10px hsl(var(--white)/0.2);
}

@media screen and (max-width: 991px) {
    .custom--dropdown.open>.dropdown-list {
        background-color: hsl(var(--black)) !important;
    }
}

.dropdown-list>.dropdown-list__item {
    padding: 10px 8px !important;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 16px;
}

.dropdown-list>.dropdown-list__item:hover {
    background-color: hsl(var(--base)) !important;
}

.dropdown-list>.dropdown-list__item:hover .text {
    color: hsl(var(--black)) !important;
}

.dropdown-list>.dropdown-list__item,
.custom--dropdown>.custom--dropdown__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover !important;
    object-fit: cover !important;
}

.dropdown-list>.dropdown-list__item .thumb img,
.custom--dropdown>.custom--dropdown__selected .thumb img {
    min-width: 24px !important;
    min-height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
    overflow: hidden;
    margin-right: 5px;
    border-radius: 50%;
}

.dropdown-list>.dropdown-list__item .text {
    width: calc(100% - 24px);
    padding-left: 4px;
    color: hsl(var(--white)) !important;
}

.dropdown-list__item .icon {
    width: 24px;
    font-size: 24px;
    color: hsl(var(--white));
}

.custom--dropdown__selected.dropdown-list__item .thumb {
    display: none;
}

/* ================================= Header Css End =========================== */
/* ======================  Footer Section Start  ======================*/
.footer__area {
    padding-bottom: 2.5rem;
    margin-top: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: hsl(var(--btn-color));
    /* Footer Contact */
}

.footer__area .footer__gear {
    position: absolute;
    right: -5rem;
    bottom: -5rem;
    z-index: -3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 23.75rem;
    padding: 1.25rem;
}

@media screen and (max-width: 575px) {
    .footer__area .footer__gear {
        display: none;
    }
}

.footer__area .footer__gear__two {
    right: auto;
    left: -5rem;
}

.footer__area .footer__gear__two img {
    -webkit-animation: gearAnimation 20s linear 0s infinite normal none !important;
    animation: gearAnimation 20s linear 0s infinite normal none !important;
}

.footer__area .footer__gear img {
    width: 100%;
    -webkit-animation: gearAnimationReverse 20s linear 0s infinite normal none;
    animation: gearAnimationReverse 20s linear 0s infinite normal none;
}

.footer__area .footer__gear::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(10%, hsl(var(--body-bg))), to(transparent));
    background-image: linear-gradient(to right top, hsl(var(--body-bg)) 10%, transparent);
}



.footer__area .footer__about a img {
    max-width: 11.25rem;
    width: 100%;
}

.footer__area .footer__about p {
    color: hsl(var(--white));
    margin-bottom: 1.75rem;
    max-width: 18.75rem;
}

.footer__area .footer__single h4 {
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.footer__area .footer__single ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
}

@media (max-width:1199px) {
    .footer__area .footer__single h4 {
        margin-bottom: 20px;
    }

    .footer__area .footer__single ul {
        gap: 1rem;
    }
}

.footer__area .footer__single ul li a {
    font-size: 1rem;
    font-weight: 400;
    color: hsl(var(--white));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__area .footer__single ul li a:hover {
    color: hsl(var(--base));
}

.footer__area .footer__single__form {
    position: relative;
    z-index: 1;
}

.footer__area .footer__single__form input {
    padding-right: 2.625rem;
    background-color: hsl(var(--white)/0.01);
    border-color: hsl(var(--white)/0.06);
}

.footer__area .footer__single__form input:focus~button i {
    color: hsl(var(--base));
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer__area .footer__single__form button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    width: 2.5rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: transparent;
    font-size: 1.5rem;
    border: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__area .footer__single__form button i {
    margin-top: -0.25rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__area .footer__single__form button:hover i {
    color: hsl(var(--base));
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.footer__area .footer__copyright {
    padding-top: 32px;
    text-align: center;
    border-top: 1px solid hsl(var(--white)/0.1);
    margin-top: 60px;
}

.footer__area .footer__copyright span {
    color: hsl(var(--white));
    font-size: 1.125rem;
    font-weight: 400;
}

.footer__area .footer__copyright span a {
    color: hsl(var(--base));
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer__area .footer__copyright span a:hover {
    text-decoration: underline;
}

.footer__area .footer-contact-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1.2;
    align-items: center;
}

.footer__area .footer-contact-menu__item:last-child {
    padding-bottom: 0;
}

.footer__area .footer-contact-menu__item-icon {
    width: 20px;
    color: hsl(var(--base));
    font-size: 1.25rem;
}

.footer__area .footer-contact-menu__item-content {
    width: calc(100% - 20px);
    padding-left: 15px;
}

.footer__area .footer-contact-menu__item-content p {
    font-weight: 400;
    color: hsl(var(--white));
}

.footer__area .footer-contact-menu__item-content p .link {
    color: hsl(var(--white));
}

.footer__area .footer-contact-menu__item-content .link {
    color: hsl(var(--white)/0.7);
}

.footer__area .footer-contact-menu__item-content .link:hover {
    color: hsl(var(--base));
}

.body-bg {
    bottom: -1.875rem;
    z-index: -3;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/blog/blog-sp.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base)/0.3);
    height: 300px;
}

/* ======================  Footer Section End  ======================*/
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--btn-color));
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: hsl(var(--base));
}

.scroll-top:hover {
    color: hsl(var(--btn-color));
    background-color: hsl(var(--base-d-200));
}

.scroll-top.show {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/* ===================== Scroll to Top End ================================= */
/* ================================= Template Selection Css Start =========================== */
::-moz-selection {
    color: hsl(var(--black));
    background: hsl(var(--base));
}

::selection {
    color: hsl(var(--black));
    background: hsl(var(--base));
}

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}

.social__icon li a {
    width: 100%;
    height: 2.5rem;
    background-color: hsl(var(--white)/0.06);
    border: 0.0625rem solid hsl(var(--white)/0.06);
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--white));
    font-size: 0.875rem;
    -webkit-backdrop-filter: blur(0.625rem);
    backdrop-filter: blur(0.625rem);
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0 8px;
}

.social__icon li a::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: hsl(var(--base));
    content: "";
    z-index: -1;
    border-radius: 6px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.social__icon li a:hover {
    color: hsl(var(--body-bg));
}

.social__icon li a:hover::after {
    height: 100%;
}

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 2;
    padding: 150px 0 100px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        padding: 70px 0;
    }
}

.breadcrumb::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: rgba(7, 19, 2, 0.86);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.breadcrumb::after {
    position: absolute;
    background: #071302;
    -webkit-filter: blur(84.0500030518px);
    filter: blur(84.0500030518px);
    border: 0;
    left: 0;
    width: 100%;
    height: 148px;
    content: "";
    bottom: 0;
}

.breadcrumb__shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/shapes/bds.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base)/0.6);
    height: 100%;
    -webkit-filter: blur(75px);
    filter: blur(75px);
}

.breadcrumb__wrapper {
    text-align: center;
    position: relative;
    z-index: 2;
}

.breadcrumb__title {
    margin-bottom: 1rem;
    color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
    .breadcrumb__title {
        margin-bottom: 1.25rem;
    }
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcrumb__item {
    color: hsl(var(--white));
    padding: 0 5px;
    font-weight: 600;
    font-size: 1.25rem;
}

@media screen and (max-width: 575px) {
    .breadcrumb__item {
        font-size: 1rem;
    }
}

.breadcrumb__item-text {
    color: hsl(var(--base));
}

.breadcrumb__link {
    color: hsl(var(--white));
    font-size: 1.25rem;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .breadcrumb__link {
        font-size: 1rem;
    }
}

.breadcrumb__link:hover {
    color: hsl(var(--base));
}

/* ====================== Breadcrumb Css End ==================== */
.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/* ============ Sidebar search box ============= */
.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--base));
}

/* ================== Sidebar Box & Title =================== */
.blog-sidebar {
    position: sticky;
    top: 130px;
}

.blog-sidebar__title {
    position: relative;
    padding-bottom: 10px;
    color: hsl(var(--black));
}

.blog-sidebar__title::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: hsl(var(--base));
    left: 0;
    bottom: 0px;
}

/* ========================= Category & Tags List Style ========================= */
.sidebar-item {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, hsl(var(--base)/0.1)), color-stop(60%, hsl(var(--black))));
    background: linear-gradient(360deg, hsl(var(--base)/0.1) 20%, hsl(var(--black)) 60%);
    padding: 30px 24px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.sidebar-item:last-child {
    margin-bottom: 0;
}

.sidebar-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px;
    height: 100%;
    border: 1px solid hsl(var(--white)/0.1);
    z-index: -1;
}

.sidebar-item__title {
    color: hsl(var(--white));
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

.sidebar-item__title::after,
.sidebar-item__title::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0px;
    background: -webkit-gradient(linear, left top, right top, color-stop(28%, #07090E), color-stop(46.1%, hsl(var(--base))), color-stop(66.11%, #050A12)), -webkit-gradient(linear, left bottom, left top, from(hsl(var(--white)/0.1)), to(hsl(var(--white)/0.1)));
    background: linear-gradient(90deg, #07090E 28%, hsl(var(--base)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

.sidebar-item__title::before {
    background: hsl(var(--white)/0.1);
    z-index: 1;
}

.sidebar-item__text {
    margin-bottom: 16px;
}

.sidebar-item__text:last-child {
    margin-bottom: 0;
}

.sidebar-item__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sidebar-item__link {
    color: hsl(var(--white)/0.8);
    font-weight: 500;
}

.sidebar-item__link.active,
.sidebar-item__link:hover {
    color: hsl(var(--base));
}

.load-more-button {
    color: hsl(var(--white)/0.7);
    font-weight: 500;
}

.search-form {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    overflow: hidden;
}

.search-form .form--control {
    background: hsl(var(--card-bg));
    border: 1px solid hsl(var(--white)/0.1);
    padding-right: 65px;
    color: hsl(var(--white));
}

.search-form .form--control::-webkit-input-placeholder {
    color: hsl(var(--white)/0.2);
}

.search-form .form--control::-moz-placeholder {
    color: hsl(var(--white)/0.2);
}

.search-form .form--control:-ms-input-placeholder {
    color: hsl(var(--white)/0.2);
}

.search-form .form--control::-ms-input-placeholder {
    color: hsl(var(--white)/0.2);
}

.search-form .form--control::placeholder {
    color: hsl(var(--white)/0.2);
}

.search-form__icon {
    position: absolute;
    top: 0;
    right: 0;
    background: hsl(var(--base));
    color: hsl(var(--white));
    height: 100%;
    width: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    font-size: 24px;
}

/* ======================== Latest Blog Css========================  */
.latest-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 12px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 60px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.latest-blog__title {
    margin-bottom: 8px;
    font-size: 14px;
}

.latest-blog__title a {
    color: hsl(var(--heading-color));
    font-weight: 700;
    font-size: 0.875rem;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

/* ========================= Latest Blog Css End ===================*/
/* ======================  Hero Section Start  ======================*/
.hero__area {
    padding-top: 9.375rem;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 991px) {
    .hero__area {
        padding-top: 5rem;
    }
}

@media screen and (max-width: 575px) {
    .hero__area {
        padding: 3.75rem 0;
    }
}

.hero__sp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/hero/bg-sp.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
    background: linear-gradient(135deg, hsl(var(--base)/0.6) 0%, hsl(var(--black)) 100%);
}

.hero__sp img {
    width: 100%;
}

.hero__title {
    text-align: center;
    margin-bottom: 5rem;
}

@media screen and (max-width: 575px) {
    .hero__title {
        margin-bottom: 0;
    }
}

.hero__title h1 {
    font-size: 97px;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

@media screen and (max-width: 1499px) {
    .hero__title h1 {
        font-size: 80px;
    }
}

@media screen and (max-width: 1399px) {
    .hero__title h1 {
        font-size: 72px;
    }
}

@media screen and (max-width: 1199px) {
    .hero__title h1 {
        font-size: 64px;
    }
}

@media screen and (max-width: 767px) {
    .hero__title h1 {
        font-size: 56px;
    }
}

@media screen and (max-width: 575px) {
    .hero__title h1 {
        font-size: 48px;
    }
}

@media screen and (max-width: 424px) {
    .hero__title h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 575px) {
    .hero-thumb {
        display: none;
    }
}

/* ======================  Hero Section End  ======================*/
/* ======================  Brand Section Start  ======================*/
.brand__area {
    position: relative;
    z-index: 1;
}

.brand__area .brand__slider {
    position: relative;
    z-index: 1;
}

.brand__area .brand__slider::after,
.brand__area .brand__slider::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 12.5rem;
    height: 100%;
    z-index: 2;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, from(hsl(var(--body-bg))), to(transparent));
    background-image: linear-gradient(to right, hsl(var(--body-bg)), transparent);
}

@media screen and (max-width: 575px) {

    .brand__area .brand__slider::after,
    .brand__area .brand__slider::before {
        width: 7.5rem;
    }
}

.brand__area .brand__slider::before {
    left: auto;
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.brand__area .brand__slider .slide-transition {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.brand__area .brand__slider .inner-slide-element {
    width: auto;
    display: inline-block;
    padding: 0rem 2.5rem;
}

@media screen and (max-width: 991px) {
    .brand__area .brand__slider .inner-slide-element {
        padding: 0rem 1.875rem;
    }
}

@media screen and (max-width: 767px) {
    .brand__area .brand__slider .inner-slide-element {
        padding: 0rem 1.25rem;
    }
}

/* ======================  Brand Section End  ======================*/
/* ======================  Feature Section Start  ======================*/
.feature__content {
    padding: 4.375rem 3.125rem;
    border-radius: 0.875rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 767px) {
    .feature__content {
        padding: 3.75rem 2.5rem;
    }
}

@media screen and (max-width: 575px) {
    .feature__content {
        padding: 3.125rem 2rem;
    }
}

@media screen and (max-width: 424px) {
    .feature__content {
        padding: 2.1875rem 1.25rem;
    }
}

.feature__content::after {
    position: absolute;
    right: -6.25rem;
    bottom: -6.25rem;
    width: 25rem;
    height: 25rem;
    content: "";
    background-color: hsl(var(--base));
    border-radius: 50%;
    -webkit-filter: blur(9.375rem);
    filter: blur(9.375rem);
    z-index: -2;
    opacity: 0.4;
}

.feature__item {
    border-left: 0.0625rem solid hsl(var(--white)/0.08);
}

.feature__item__list {
    margin-bottom: 2rem;
    max-width: 23.125rem;
    padding-left: 2rem;
    position: relative;
    z-index: 1;
}

.feature__item__list:last-child {
    margin-bottom: 0;
}

.feature__item__list:nth-child(2n)::after {
    position: absolute;
    left: -0.0625rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0.0625rem;
    height: 100%;
    content: "";
    background-image: radial-gradient(circle, hsl(var(--base)), transparent);
    z-index: 1;
}

.feature__item__list h5 {
    margin-bottom: 0.625rem;
    text-transform: capitalize;
}

.feature__preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    height: 100%;
}

.feature__img {
    background-color: hsl(var(--black)/0.1);
    border-radius: 0.875rem;
    padding: 1.5rem;
    border: 0.0625rem solid hsl(var(--white)/0.04);
    width: 100%;
    position: relative;
    z-index: 1;
}

.feature__img__thumb {
    border: 0.0625rem dashed hsl(var(--base));
    border-radius: 0.5rem;
    padding: 1.125rem;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--white)/0.08);
}

.feature__img__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0.5rem;
    max-height: 20.625rem;
}

.feature__img .feature__cut {
    position: absolute;
    left: -0.6875rem;
    top: 50%;
    z-index: 1;
    max-width: 4.375rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-animation: featureCut 8s linear 0s infinite alternate none;
    animation: featureCut 8s linear 0s infinite alternate none;
}

.feature__img .feature__cut img {
    width: 100%;
}

@-webkit-keyframes featureCut {
    0% {
        top: 0;
    }

    100% {
        top: 80%;
    }
}

@keyframes featureCut {
    0% {
        top: 0;
    }

    100% {
        top: 80%;
    }
}

.feature__img .feature__list {
    position: absolute;
    right: -1.875rem;
    top: -1.875rem;
    z-index: 1;
    max-width: 10rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-animation: featureList 8s linear 0s infinite alternate none;
    animation: featureList 8s linear 0s infinite alternate none;
}

.feature__img .feature__list img {
    width: 100%;
}

@-webkit-keyframes featureList {
    0% {
        top: 70%;
    }

    100% {
        top: 5%;
    }
}

@keyframes featureList {
    0% {
        top: 70%;
    }

    100% {
        top: 5%;
    }
}

.feature__one__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    gap: 0.625rem;
}

.feature__one__sp i {
    color: hsl(var(--base));
    font-size: 1.875rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.feature__one__sp span {
    width: 100%;
    height: 0.625rem;
    background-color: hsl(var(--white)/0.1);
    border-radius: 1.25rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.feature__one__sp span::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background-color: hsl(var(--base));
    content: "";
    z-index: 1;
    border-radius: 1.25rem;
    -webkit-animation: featurePlay 8s linear 0s infinite alternate none;
    animation: featurePlay 8s linear 0s infinite alternate none;
}

@-webkit-keyframes featurePlay {
    0% {
        width: 20%;
    }

    100% {
        width: 90%;
    }
}

@keyframes featurePlay {
    0% {
        width: 20%;
    }

    100% {
        width: 90%;
    }
}

/* ======================  Feature Section End  ======================*/
/* ======================  Tutorials Section Start  ======================*/
.tutorials__area {
    position: relative;
    z-index: 1;
}

.tutorials__area .tutorials__sp {
    position: absolute;
    left: 0;
    bottom: -24%;
    width: 100%;
    z-index: -3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/hero/bg-sp.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base)/0.3);
    height: 100%;
}

.tutorials__area .tutorials__sp img {
    width: 100%;
}

.tutorials__area .tutorials__star {
    position: absolute;
    left: 7%;
    top: 30%;
    z-index: -1;
    max-width: 1.875rem;
    animation: zoomStar 1.2s linear 0s infinite alternate none;
    color: hsl(var(--base));
    width: 40px;
}

.tutorials__area .tutorials__star img {
    width: 100%;
}

.tutorials__star__two {
    max-width: 1.875rem;
    animation: zoomStar 1.2s linear 0s infinite alternate none;
    color: hsl(var(--base));
    width: 40px;
}

.faq__star__two,
.faq__star,
.pricing__star {
    max-width: 1.875rem;
    animation: zoomStar 1.2s linear 0s infinite alternate none;
    color: hsl(var(--base));
    width: 40px;
}

.tutorials__area .tutorials__star.tutorials__star__two {
    left: auto;
    right: 10%;
    top: 2%;
    max-width: 1.875rem;
    animation: zoomStar 1.2s linear 0s infinite alternate none;
    color: hsl(var(--base));
    width: 40px;
}

.tutorials__area .gx-5 {
    --bs-gutter-x: 60px;
}

.tutorials__area .tutorials__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    gap: 5rem;
}

@media screen and (max-width: 991px) {
    .tutorials__area .tutorials__main {
        gap: 2.5rem;
    }
}

.tutorials__area .tutorials__main__single {
    padding: 3.75rem 2rem;
    padding-bottom: 0 !important;
    border-radius: 1.5rem;
    background-color: hsl(var(--body-bg));
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base)/0.3)), to(transparent));
    background-image: linear-gradient(to bottom, hsl(var(--base)/0.3), transparent);
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .tutorials__area .tutorials__main__single {
        padding: 3rem 1.5rem;
    }
}

@media screen and (max-width: 575px) {
    .tutorials__area .tutorials__main__single {
        padding: 2rem 1.25rem;
    }
}

.tutorials__area .tutorials__main__single::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(hsl(var(--body-bg))), to(transparent));
    background-image: linear-gradient(to top, hsl(var(--body-bg)), transparent);
    content: "";
    z-index: -1;
}

.tutorials__area .tutorials__main__single .icon {
    width: 5.625rem;
    height: 5.625rem;
    background-color: hsl(var(--black)/0.2);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    background-image: url(../images/line-sp-white.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.tutorials__area .tutorials__main__single .title {
    margin-bottom: 0.75rem;
}

.tutorials__area .tutorials__main__single .text {
    margin-bottom: 0.625rem;
}

.tutorials__area .tutorials__main__single .number {
    font-size: 8.75rem;
    margin-bottom: 0;
    color: hsl(var(--white)/0.1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 0.0625rem;
    -webkit-text-stroke-color: hsl(var(--base));
    position: relative;
    z-index: -2;
    bottom: -2.1875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tutorial-item-wrapper {
    position: relative;
}

.tutorial-item-wrapper div[class*=col-]:nth-child(1) .tutorials__shape {
    position: absolute;
    left: 120px;
    top: 40px;
    width: 280px;
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/shapes/hs-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 250px;
    background: linear-gradient(220deg, hsl(var(--base)) 31.24%, #081403 58.93%);
}

@media screen and (max-width: 1399px) {
    .tutorial-item-wrapper div[class*=col-]:nth-child(1) .tutorials__shape {
        display: none;
    }
}

.tutorial-item-wrapper div[class*=col-]:nth-child(1) .tutorials__shape img {
    width: 100%;
}

.tutorial-item-wrapper div[class*=col-]:nth-child(2) .tutorials__shape {
    position: absolute;
    right: 217px;
    top: -23px;
    width: 269px;
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/shapes/hs-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 220px;
    background: linear-gradient(315deg, hsl(var(--base)) 39.88%, #081403 59.27%);
}

@media screen and (max-width: 1399px) {
    .tutorial-item-wrapper div[class*=col-]:nth-child(2) .tutorials__shape {
        display: none;
    }
}

.tutorial-item-wrapper div[class*=col-]:nth-child(2) .tutorials__shape img {
    width: 100%;
}

.tutorial-item-wrapper div[class*=col-]:nth-child(2) .shape-two {
    position: absolute;
    left: 140px;
    bottom: 0px;
    width: 269px;
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/shapes/hs-4.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 220px;
    background: linear-gradient(54deg, hsl(var(--base)) 39%, #081403 59.13%);
}

@media screen and (max-width: 1399px) {
    .tutorial-item-wrapper div[class*=col-]:nth-child(2) .shape-two {
        display: none;
    }
}

.tutorial-item-wrapper div[class*=col-]:nth-child(3) .tutorials__shape {
    position: absolute;
    right: 140px;
    bottom: 0px;
    width: 280px;
    z-index: 6;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/shapes/hs-3.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 250px;
    background: linear-gradient(54deg, hsl(var(--base)) 39%, #081403 59.13%);
}

@media screen and (max-width: 1399px) {
    .tutorial-item-wrapper div[class*=col-]:nth-child(3) .tutorials__shape {
        display: none;
    }
}

.tutorial-item-wrapper div[class*=col-]:nth-child(3) .tutorials__shape img {
    width: 100%;
}

/* ======================  Tutorials Section End  ======================*/
/* ======================  Benefits Section Start  ======================*/
.choose-us-section {
    position: relative;
    z-index: 1;
}

.choose-us-section .choose-item {
    padding: 3.4375rem 2rem;
    border-radius: 1.5rem;
    text-align: center;
    background-color: hsl(var(--white)/0.02);
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base)/0.1)), color-stop(hsl(var(--base)/0.02)), to(hsl(var(--base)/0.1)));
    background-image: linear-gradient(to bottom, hsl(var(--base)/0.1), hsl(var(--base)/0.02), hsl(var(--base)/0.1));
    position: relative;
    z-index: 1;
    height: 100%;
}

@media screen and (max-width: 1399px) {
    .choose-us-section .choose-item {
        padding: 2.5rem 1.5rem;
    }
}

.choose-us-section .choose-item:hover::before {
    opacity: 1;
}

.choose-us-section .choose-item::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.0625rem;
    background: linear-gradient(160deg, hsl(var(--base)) 0%, transparent 55%, hsl(var(--base)) 100%);
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    -webkit-mask: var(--m) content-box, var(--m);
    -webkit-mask-composite: xor;
    mask: var(--m) content-box exclude, var(--m);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.choose-us-section .choose-item__icon {
    width: 4.375rem;
    height: 4.375rem;
    background-color: hsl(var(--base));
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
    color: hsl(var(--body-bg));
    font-size: 1.5rem;
    background-image: url(../images/line-sp.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.choose-us-section .choose-item__title {
    margin-bottom: 0.75rem;
}

.choose-us-section .gear__sp {
    top: 0;
}

@media screen and (max-width: 575px) {
    .choose-us-section .gear__sp {
        display: none;
    }
}

.choose-us-section .gear__right {
    top: unset;
    bottom: -140px;
}

@media screen and (max-width: 575px) {
    .choose-us-section .gear__right {
        display: none;
    }
}

main:has(.body-bg) .choose-us-section::after {
    display: none;
}

/* ======================  Benefits Section End  ======================*/
/* ======================  Pricing Section Start  ======================*/
.pricing__area {
    position: relative;
    z-index: 1;
}

.pricing__area .pricing__star {
    position: absolute;
    left: 8%;
    bottom: 28%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 1.875rem;
    -webkit-animation: zoomStar 1.2s linear 0s infinite alternate none;
    animation: zoomStar 1.2s linear 0s infinite alternate none;
}

.pricing__area .pricing__star img {
    width: 100%;
}

.pricing__area .gear__sp {
    top: 0;
}

@media screen and (max-width: 575px) {
    .pricing__area .gear__sp {
        display: none;
    }
}

.pricing__area .gear__sp__two {
    bottom: 5%;
    top: unset;
}

@media screen and (max-width: 575px) {
    .pricing__area .gear__sp__two {
        display: none;
    }
}

.pricing-item {
    padding: 2.5rem;
    border-radius: 1.5rem;
    background-image: -webkit-gradient(linear, left top, right bottom, from(hsl(var(--base)/0.1)), color-stop(transparent), to(hsl(var(--base)/0.1)));
    background-image: linear-gradient(to right bottom, hsl(var(--base)/0.1), transparent, hsl(var(--base)/0.1));
    border: 0.0625rem solid hsl(var(--white)/0.04);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pricing-item__btn {
    margin-top: auto;
}

@media screen and (max-width: 1399px) {
    .pricing-item {
        padding: 2rem 1.5rem;
    }
}

.pricing-item.pricing__active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base)/0.04)), color-stop(hsl(var(--base)/0.3)), to(hsl(var(--base)/0.04)));
    background-image: linear-gradient(to bottom, hsl(var(--base)/0.04), hsl(var(--base)/0.3), hsl(var(--base)/0.04));
}

.pricing-item.pricing__active .pricing-item__list ul li {
    color: hsl(var(--white));
}

.pricing-item__topbar {
    border-bottom: 0.0625rem solid hsl(var(--white)/0.08);
    margin-bottom: 2.125rem;
    padding-bottom: 1.875rem;
}

@media screen and (max-width: 575px) {
    .pricing-item__topbar {
        margin-bottom: 1.25rem;
        padding-bottom: 1.25rem;
    }
}

.pricing-item__icon {
    width: 4.375rem;
    height: 4.375rem;
    background-color: hsl(var(--base));
    background-image: url(../images/line-sp.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1.25rem;
    color: #282828;
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
}

.pricing-item__title {
    margin-bottom: 0.5rem;
}

.pricing-item__desc {
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
    color: hsl(var(--white));
}

.pricing-item__amount {
    font-size: 2.5rem;
    margin-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .pricing-item__amount {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .pricing-item__amount {
        font-size: 1.5rem;
    }
}

.pricing-item__amount span {
    font-size: 1.25rem;
}

@media screen and (max-width: 575px) {
    .pricing-item__amount span {
        font-size: 1rem;
    }
}

.pricing-item__btn i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.pricing-item__btn .btn:hover i {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.pricing-list {
    margin-bottom: 2.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (max-width: 1399px) {
    .pricing-list {
        gap: 1.25rem;
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    .pricing-list {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }
}

.pricing-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--white)/0.8);
    gap: 0.875rem;
    font-size: 1.25rem;
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .pricing-list__item {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 424px) {
    .pricing-list__item {
        font-size: 1rem;
        gap: 0.625rem;
    }
}

.pricing-list__item i {
    width: 1.25rem;
    height: 1.25rem;
    background-color: hsl(var(--base));
    border-radius: 50%;
    font-size: 0.625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    color: hsl(var(--black));
    justify-content: center;
}

/* ======================  Pricing Section End  ======================*/
/* ======================  Faq Section Start  ======================*/
.faq__area {
    position: relative;
    z-index: 1;
}

.faq__area .faq__star {
    position: absolute;
    left: 10%;
    bottom: 28%;
    z-index: -1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    max-width: 1.875rem;
    -webkit-animation: zoomStar 1.2s linear 0s infinite alternate none;
    animation: zoomStar 1.2s linear 0s infinite alternate none;
}

.faq__area .faq__star img {
    width: 100%;
}

.faq__area .faq__star.faq__star__two {
    left: auto;
    right: 10%;
    top: 0;
    bottom: auto;
}

.faq__area .faq__sp {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -3;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/faq-sp.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base)/0.3);
    height: 100%;
}

.faq__area .faq__sp img {
    width: 100%;
}

/* ======================  Faq Section End  ======================*/
/* ======================  Testimonial Section Start  ======================*/
.testimonial__area {
    position: relative;
    z-index: 1;
}

.testimonial__area .swiper-slide {
    height: auto !important;
}

.testimonial__area .gear__sp {
    bottom: -24%;
    top: unset;
}

@media screen and (max-width: 575px) {
    .testimonial__area .gear__sp {
        display: none;
    }
}

.testimonial__area .gear__sp__two {
    top: 0;
}

@media screen and (max-width: 575px) {
    .testimonial__area .gear__sp__two {
        display: none;
    }
}

.testimonial__area .testimonial__slider__single {
    text-align: center;
    border-radius: 1.5rem;
    padding: 2.5rem 1.875rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 100%;
}

@media screen and (max-width: 1199px) {
    .testimonial__area .testimonial__slider__single {
        padding: 1.875rem 1.25rem;
    }
}

@media screen and (max-width: 991px) {
    .testimonial__area .testimonial__slider__single {
        padding: 1.5rem 1.125rem;
    }
}

.testimonial__area .testimonial__slider__single::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--section-bg))), to(hsl(var(--white) / 0.03)));
    background-image: linear-gradient(to bottom, hsl(var(--section-bg)), hsl(var(--white) / 0.03));
    content: "";
    z-index: -2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
}

.testimonial__area .testimonial__slider__single::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base)/0.3)), to(hsl(var(--white) / 0.03)));
    background-image: linear-gradient(to bottom, hsl(var(--base)/0.3), hsl(var(--white) / 0.03));
    content: "";
    z-index: -2;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}

.testimonial__area .testimonial__slider__single .thumb {
    width: 4.125rem;
    height: 4.125rem;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.testimonial__area .testimonial__slider__single .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__area .testimonial__slider__single .desc {
    font-size: 1.125rem;
    font-weight: 500;
    color: hsl(var(--white));
    font-style: italic;
    margin-bottom: 1.5rem;
}

@media screen and (max-width: 1399px) {
    .testimonial__area .testimonial__slider__single .desc {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .testimonial__area .testimonial__slider__single .desc {
        font-size: 1.125rem;
    }
}

.testimonial__area .testimonial__slider__single h4 {
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0.375rem;
}

.testimonial__area .testimonial__slider__single h5 {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0;
    color: hsl(var(--white)/0.7);
}

.testimonial__area .swiper-pagination {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 1.5rem;
}

.testimonial__area .swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    display: inline-block;
    border-radius: 50%;
    background: hsl(var(--white)/0.1);
    opacity: 1;
}

.testimonial__area .swiper-pagination-bullet-active {
    opacity: 1;
    background: hsl(var(--base));
}

.testimonial__area .swiper-slide.swiper-slide-active .testimonial__slider__single::after {
    opacity: 0;
}

.testimonial__area .swiper-slide.swiper-slide-active .testimonial__slider__single::before {
    opacity: 1;
}

.left-bg {
    position: absolute;
    top: 0;
    width: 300px;
    left: 0;
    border-radius: 50%;
    height: 700px;
    background: linear-gradient(80deg, hsl(var(--base)/0.3) 33%, hsl(var(--black)) 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

.right-bg {
    position: absolute;
    top: 0;
    width: 300px;
    right: -150px;
    border-radius: 50%;
    height: 700px;
    background: linear-gradient(80deg, hsl(var(--base)/0.3) 33%, hsl(var(--black)) 100%);
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
}

/* ======================  Testimonial Section End  ======================*/
/* ======================  Blog Section Start  ======================*/
.blog__area {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blog__sp {
    bottom: -1.875rem;
    z-index: -3;
    position: absolute;
    left: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/blog/blog-sp.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base)/0.5);
    height: 100%;
}

.blog-item {
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: hsl(var(--section-bg));
    border-radius: 8px;
    overflow: hidden;
}

.blog-item::after {
    position: absolute;
    right: -3.25rem;
    bottom: -3.25rem;
    width: 10rem;
    height: 10rem;
    content: "";
    background-color: hsl(var(--base));
    border-radius: 50%;
    -webkit-filter: blur(9.375rem);
    filter: blur(9.375rem);
    z-index: -2;
    opacity: 0.4;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.blog-item:hover .blog-item__thumb-link .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-item:hover .blog-item__thumb-link .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item:hover::after {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.blog-item__thumb {
    overflow: hidden;
    position: relative;
    max-height: 300px;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb-link .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__desc {
    color: hsl(var(--white)/0.9);
}

.blog-item__btn {
    margin-top: 30px;
}

.blog-item__content {
    padding: 24px;
}

.blog-item__badge {
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 10px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    line-height: 1;
}

.blog-item__date {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-family: var(--heading-font);
    background: hsl(var(--base));
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 20px;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
}

@media screen and (max-width: 424px) {
    .blog-item__date {
        top: 12px;
        left: 12px;
    }
}

.blog-item__date .date-time {
    margin-bottom: 0;
    line-height: 1;
    color: hsl(var(--black));
}

.blog-item__date .month {
    margin-bottom: 0;
    color: hsl(var(--black));
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

.blog-item__title {
    margin-bottom: 10px;
}

.blog-item__title-link {
    color: hsl(var(--heading-color));
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

/* ================================= Blog Section Css End Here ================================= */
/* ======================  Blog Section End  ======================*/
/*============== about section css start here ==============*/
.about-section {
    position: relative;
    z-index: 1;
}

.about-top {
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 991px) {
    .about-top {
        margin-bottom: 1.25rem;
    }
}

.about-top__subtitle {
    font-size: 1.125rem;
    color: hsl(var(--base));
    font-weight: 600;
    margin-bottom: 10px;
}

@media screen and (max-width: 424px) {
    .about-top__subtitle {
        font-size: 1rem;
    }
}

.about-top__title {
    margin-bottom: 0;
    font-size: 2.3rem;
}

@media screen and (max-width: 1199px) {
    .about-top__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 575px) {
    .about-top__title {
        font-size: 1.5rem;
    }
}

.about-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
}

@media screen and (max-width: 991px) {
    .about-item-wrapper {
        gap: 1.25rem;
    }
}

.about-item-wrapper .about-item__title {
    margin-bottom: 12px;
}

.about-thumb {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about-thumb img {
    border-radius: 12px;
    width: 100%;
}

.about-thumb__bg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    -webkit-mask-image: url(../images/shapes/about-bg.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base));
    height: 100%;
}

/*============== about section css end here ==============*/
/*=====================counter section css start her===================== */
.counter-up-section {
    background-color: hsl(var(--base));
    padding: 40px 0;
}

@media screen and (max-width: 1399px) {
    .counter-up-section {
        padding: 30px 0;
    }
}

.counterup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .counterup-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

.counterup-item__content {
    text-align: center;
}

.counterup-item__title {
    color: hsl(var(--btn-color));
}

@media screen and (max-width: 424px) {
    .counterup-item__title {
        font-size: 1.25rem;
    }
}

.counterup-item__number {
    margin-bottom: 15px;
}

@media screen and (max-width: 1399px) {
    .counterup-item__number {
        margin-bottom: 5px;
    }
}

.counterup-item__text {
    font-weight: 600;
    font-family: var(--heading-font);
    font-size: 18px;
    color: hsl(var(--btn-color));
}

@media screen and (max-width: 1199px) {
    .counterup-item__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .counterup-item__text {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .counterup-item .counterup-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.odometer {
    font-size: 4.5rem;
    line-height: 1;
    color: hsl(var(--btn-color));
}

.odometer-digit:last-child {
    padding-right: 6px;
}

@media screen and (max-width: 1199px) {
    .odometer {
        font-size: 64px;
    }
}

@media screen and (max-width: 991px) {
    .odometer {
        font-size: 48px;
    }
}

@media screen and (max-width: 575px) {
    .odometer {
        font-size: 40px;
    }
}

/*=====================counter section css end her===================== */
/*============= subscribe section css start here =============*/
.subscribe-section {
    margin-top: calc(-1 * var(--newsletter-h) / 2);
    position: relative;
    z-index: 1;
}

body:has(.subscribe-section) main {
    padding-bottom: calc(var(--newsletter-h) / 2);
}

.subscribe-wrapper {
    position: relative;
    background-color: hsl(var(--section-bg));
    padding: 75px;
    border-radius: 24px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base)/0.1)), color-stop(hsl(var(--base)/0.02)), to(hsl(var(--base)/0.1)));
    background-image: linear-gradient(to bottom, hsl(var(--base)/0.1), hsl(var(--base)/0.02), hsl(var(--base)/0.1));
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .subscribe-wrapper {
        padding: 50px 40px;
    }
}

@media screen and (max-width: 991px) {
    .subscribe-wrapper {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .subscribe-wrapper {
        padding: 24px;
    }
}

.subscribe-wrapper .subscribe-content {
    width: 50%;
    position: relative;
}

@media screen and (max-width: 991px) {
    .subscribe-wrapper .subscribe-content {
        width: 60%;
    }
}

@media screen and (max-width: 767px) {
    .subscribe-wrapper .subscribe-content {
        width: 100%;
    }
}

.subscribe-wrapper .subscribe-content__shape {
    position: absolute;
    right: -80px;
    bottom: 60px;
}

@media screen and (max-width: 991px) {
    .subscribe-wrapper .subscribe-content__shape {
        display: none;
    }
}

.subscribe-wrapper .subscribe-content__title {
    color: hsl(var(--white));
    margin-bottom: 10px;
}

@media screen and (max-width: 575px) {
    .subscribe-wrapper .subscribe-content__title {
        font-size: 32px;
    }
}

.subscribe-wrapper .subscribe-content__text {
    color: hsl(var(--white));
    font-size: 1.125rem;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .subscribe-wrapper .subscribe-content__text {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .subscribe-wrapper .subscribe-content__text {
        font-size: 14px;
    }
}

.subscribe-wrapper .subscribe-thumb {
    position: absolute;
    right: 35px;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 400px;
}

.subscribe-wrapper .subscribe-thumb::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    background-color: hsl(var(--base));
    -webkit-filter: blur(80px);
    filter: blur(80px);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    z-index: -1;
}

@media screen and (max-width: 1399px) {
    .subscribe-wrapper .subscribe-thumb {
        right: 20px;
        max-width: 470px;
    }
}

@media screen and (max-width: 1199px) {
    .subscribe-wrapper .subscribe-thumb {
        max-width: 400px;
    }
}

@media screen and (max-width: 991px) {
    .subscribe-wrapper .subscribe-thumb {
        max-width: 270px;
        right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .subscribe-wrapper .subscribe-thumb {
        display: none;
    }
}

.input-group-text.input-text-style {
    background: hsl(var(--base));
    border: none;
    padding: 0 24px;
    font-size: 20px;
    color: hsl(var(--btn-color));
}

/*============== subscribe section css end here ===============*/
/* =========================================== Blog Details Css Start ==============================*/
.blog-details {
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, hsl(var(--base)/0.1)), color-stop(60%, hsl(var(--black))));
    background: linear-gradient(360deg, hsl(var(--base)/0.1) 20%, hsl(var(--black)) 60%);
    border: 1px solid hsl(var(--white)/0.1);
}

.blog-details__thumb {
    height: 450px;
    max-height: 100%;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 991px) {
    .blog-details__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details__thumb {
        height: 300px;
    }
}

.blog-details__content {
    padding: 30px 0;
    padding-bottom: 15px;
}

.blog-details__content-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    border-top: 1px solid hsl(var(--white)/0.1);
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details__content-bottom .social-share__title {
    color: hsl(var(--white)/0.7);
    font-weight: 500;
}

.blog-details__subtitle {
    background-color: hsl(var(--base));
    padding: 6px 16px;
    color: hsl(var(--white));
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 10px;
}

.blog-details__title {
    margin-bottom: 12px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.social-list.list-two {
    gap: 5px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.social-list.list-two .social-list__item {
    margin-right: 0;
}

.social-list.list-two .social-list__item::after {
    display: none;
}

.social-list.list-two .social-list__link {
    background-color: hsl(var(--white)/0.1);
    color: hsl(var(--body-color));
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-list.list-two .social-list__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.content-item {
    margin-bottom: 30px;
}

.content-item__thumb {
    width: 58%;
    height: 100%;
    border-radius: 12px;
    overflow: hidden;
}

@media screen and (max-width: 1399px) {
    .content-item__thumb {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .content-item__thumb {
        width: 100%;
    }
}

.content-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.content-item__right {
    width: 42%;
}

@media screen and (max-width: 1399px) {
    .content-item__right {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .content-item__right {
        width: 100%;
    }
}

.content-item:has(.content-item__thumb) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1399px) {
    .content-item:has(.content-item__thumb) {
        gap: 20px 40px;
    }
}

@media screen and (max-width: 1199px) {
    .content-item:has(.content-item__thumb) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

/* ========================================== Blog Details Css End ======================================*/
/*============== contact section css start here ==============*/
.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section .gear__left {
    top: unset;
    bottom: 0;
}

.contact-section__shape {
    position: absolute;
    bottom: 0;
    height: 350px;
    width: 100%;
    z-index: -1;
    left: 0;
}

.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: hsl(var(--section-bg));
    padding: 20px;
    border-radius: 10px;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact-item::before {
    position: absolute;
    content: "";
    bottom: -65px;
    right: -65px;
    width: 115px;
    height: 115px;
    background-color: hsl(var(--base));
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.contact-item:hover::before {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

@media screen and (max-width: 1199px) {
    .contact-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-item__icon {
    width: 64px;
    height: 64px;
    background-color: hsl(var(--base)/0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: hsl(var(--base));
    border-radius: 10px;
    font-size: 1.5625rem;
}

@media screen and (max-width: 1199px) {
    .contact-item__icon {
        margin: 0 auto;
    }
}

.contact-item__content {
    width: calc(100% - 64px);
    padding-left: 25px;
}

@media screen and (max-width: 1199px) {
    .contact-item__content {
        width: 100%;
        padding-left: 0;
        text-align: center;
        margin-top: 20px;
    }
}

.contact-item__desc {
    font-size: 15px;
}

.contact-item__desc .link {
    color: hsl(var(--white)/0.8);
}

.contact-item__desc .link:hover {
    color: hsl(var(--base));
}

.contact-item__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
    font-weight: 600;
}

.contact-bottom {
    margin-top: 40px;
}

.contact-bottom .contact-form {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--section-bg));
    padding: 45px 20px;
    border-radius: 12px;
    overflow: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 575px) {
    .contact-bottom .contact-form {
        padding: 20px;
    }
}

.contact-bottom .contact-form__title {
    text-align: center;
    margin-bottom: 30px;
}

.contact-bottom .contact-form__btn {
    margin-top: 24px;
}

.contact-bottom__map {
    height: 100%;
    width: 100%;
    background-color: hsl(var(--section-bg));
    padding: 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.contact-bottom__map iframe {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    min-height: 300px;
}

/*=========== contact section css end here ===========*/
/* =========================================== Account Css Start =========================*/
/* ============================================ Account Css End ====================================*/
/* =========================================== Account Css Start =========================*/
.social-login-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.social-login-wrapper .social__icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
}

.social-login-wrapper__title {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-bottom: 12px;
}

.another-login {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.another-login .text {
    background-color: hsl(var(--section-bg-three));
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.account-form .text {
    text-align: center;
}

.account-form__text {
    text-align: center;
    font-size: 1.125rem;
}

@media screen and (max-width: 575px) {
    .account-form__text {
        font-size: 16px;
    }
}

.account-form__logo {
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.account-form__logo img {
    width: 100%;
}

.account-form__title {
    text-align: center;
    margin-bottom: 30px;
    font-family: var(--body-font);
    font-weight: 500;
}

@media screen and (max-width: 1399px) {
    .account-form__title {
        margin-bottom: 20px;
    }
}

.account-form .forgot-password {
    color: hsl(var(--base));
    font-size: 14px;
    font-weight: 500;
}

.account-form-wrapper {
    background-color: hsl(var(--section-bg));
    padding: 30px 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}

@media (max-width: 1800px) {
    .account-form-wrapper {
        padding: 30px 70px;
    }
}

@media screen and (max-width: 1599px) {
    .account-form-wrapper {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 1399px) {
    .account-form-wrapper {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form-wrapper {
        padding: 30px 60px;
    }
}

@media screen and (max-width: 424px) {
    .account-form-wrapper {
        padding: 30px;
    }
}

.account-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
}

.account-inner__right {
    width: 45%;
    position: relative;
    height: 100vh;
    overflow-y: auto;
}

@media screen and (max-width: 991px) {
    .account-inner__right {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .account-inner__right {
        width: 100%;
    }
}

.account-inner__left {
    width: 55%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .account-inner__left {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .account-inner__left {
        display: none;
    }
}

.account-thumb {
    height: 100%;
}

.account-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
    /* User Info Css Start */
    /* User Info Css End */
    /*====== dashboard table css start here ======*/
    /*====== dashboard table css start here ======*/
}

.dashboard__right {
    width: 100%;
    margin-left: 300px;
    background-color: hsl(var(--body-bg));
}

@media screen and (max-width: 1499px) {
    .dashboard__right {
        margin-left: 250px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
    }
}

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    padding: 16px 32px;
    background: hsl(var(--section-bg));
    position: relative;
    z-index: 999;
}

.dashboard .dashboard-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.dashboard .dashboard-header__right {
    gap: 15px;
}

.dashboard .user-info {
    position: relative;
}

.user-info__right {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.user-info__icon {
    font-size: 32px;
    color: hsl(var(--white));
    width: 32px;
}

.dashboard .user-info__button {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}

.dashboard .user-info__button::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--white));
    pointer-events: none;
}

.dashboard .user-info .user-info-dropdown {
    border-radius: 5px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-color: hsl(var(--section-bg));
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
    width: 200px;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
    border: 1px solid hsl(var(--white)/0.08);
}

.dashboard .user-info .user-info-dropdown.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media screen and (max-width: 991px) {
    .dashboard .user-info .user-info-dropdown {
        -webkit-transform: unset !important;
        transform: unset !important;
        top: 43px !important;
    }
}

.dashboard .user-info .user-info-dropdown__item:last-child .user-info-dropdown__link {
    border-bottom: 0 !important;
}

.dashboard .user-info .user-info-dropdown__link {
    padding: 8px 16px !important;
    color: hsl(var(--white)) !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.dashboard .user-info .user-info-dropdown__link.active {
    background-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

.dashboard .user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base)/0.8);
    color: hsl(var(--black)) !important;
}

.dashboard .user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.dashboard .user-info__thumb {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 5px;
}

.dashboard .user-info__name {
    color: hsl(var(--white));
}

.dashboard .dashboard-body {
    position: relative;
    padding: 56px;
    min-height: 100vh;
    overflow: hidden;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-body {
        padding: 56px 40px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-body {
        padding: 56px 32px;
    }
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-body {
        padding: 40px 24px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-body {
        padding: 32px 16px;
    }
}

.dashboard .dashboard-body.dashboard-item-plan {
    padding: 40px 50px;
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-body.dashboard-item-plan {
        padding: 32px 30px;
    }
}

.dashboard .dashboard-body__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-body__top {
        margin-bottom: 40px;
    }
}

.dashboard .dashboard-body__top .input-group .btn .btn-icon {
    font-size: 20px;
}

.dashboard .dashboard-body__title {
    font-weight: 400;
    margin-bottom: 0;
    font-family: var(--body-font);
}

.dashboard .dashboard-body__bar-icon {
    color: hsl(var(--white));
    font-size: 1.5625rem;
    cursor: pointer;
}

.dashboard .widget-card {
    padding: 30px;
    border-radius: 8px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: hsl(var(--section-bg));
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    height: 100%;
}

.dashboard .widget-card::after {
    position: absolute;
    content: "";
    bottom: -65px;
    right: -65px;
    width: 115px;
    height: 115px;
    background-color: hsl(var(--base));
    -webkit-filter: blur(100px);
    filter: blur(100px);
    z-index: -1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.dashboard .widget-card:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.dashboard .widget-card:hover::after {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}

@media (max-width: 1799px) {
    .dashboard .widget-card {
        padding: 24px;
    }

    .dashboard .widget-card__value {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 1499px) {
    .dashboard .widget-card {
        padding: 20px 16px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .widget-card {
        padding: 16px;
    }
}

.dashboard .widget-card__icon {
    background: hsl(var(--base)/0.1);
    font-size: 1.5rem;
    width: 60px;
    color: hsl(var(--base));
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
}

.dashboard .widget-card__icon img {
    width: 32px;
}

@media screen and (max-width: 575px) {
    .dashboard .widget-card__icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }
}

.dashboard .widget-card__content {
    width: calc(100% - 60px);
}

.dashboard .widget-card__value {
    margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
    .dashboard .widget-card__value {
        font-size: 1.25rem;
    }
}


.dashboard .widget-card__title {
    color: hsl(var(--white)/0.9);
    margin-bottom: 5px;
    font-weight: 600;
}

.dashboard .dashboard-table {
    margin-top: 32px;
}

.dashboard .dashboard-table__title {
    font-family: var(--body-font);
    font-weight: 500;
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
    .contact-list {
        display: none;
    }
}

.contact-list__item {
    margin-right: 30px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .contact-list__item {
        margin-right: 10px;
    }
}

.contact-list__item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.contact-list__item-icon {
    color: hsl(var(--white));
    border-radius: 50%;
    margin-right: 10px;
    display: inline-block;
}

.contact-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

.contact-list__link:hover .contact-list__link-icon {
    color: hsl(var(--white));
}

/* ================================= Dashboard Css End =========================== */
/* ================================= Dashboard Fulid Sidebar Css Start =========================== */
.dashboard .sidebar-logo {
    text-align: center;
    margin: 30px 0;
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-logo {
        margin-top: 32px;
    }
}

.dashboard .sidebar-logo img {
    max-width: 170px;
    max-height: 60px;
}

.dashboard .sidebar-menu {
    height: 100vh;
    background-color: hsl(var(--section-bg));
    overflow-y: auto;
    z-index: 999;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 300px;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background: hsl(var(--base));
}

.dashboard .sidebar-menu__inner {
    width: 100%;
}

.dashboard .sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width:1499px) {
    .dashboard .sidebar-menu {
        width: 250px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        width: 300px;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.dashboard .sidebar-menu__close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: hsl(var(--white)/0.8);
    font-size: 1.25rem;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    cursor: pointer;
    z-index: 9;
}

.dashboard .sidebar-menu__close:active {
    top: 14px;
}

.dashboard .sidebar-menu__close:hover,
.dashboard .sidebar-menu__close:focus {
    color: hsl(var(--danger));
}

.dashboard .sidebar-menu-list {
    margin-top: 40px;
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
    background: hsl(var(--base));
    color: hsl(var(--black));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--btn-color));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--btn-color));
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:after {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    right: 16px;
    top: 14px;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
}

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 12px 24px;
    width: 100%;
    color: hsl(var(--white));
    font-weight: 500;
}

.dashboard .sidebar-menu-list__link:hover {
    background: hsl(var(--base));
    color: hsl(var(--btn-color));
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
    color: hsl(var(--btn-color));
    background: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 24px;
    display: block;
    color: hsl(var(--white));
    font-weight: 500;
    margin-left: 20px;
    border-radius: 5px;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    left: 10px;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid hsl(var(--white)/0.8);
    border-radius: 50%;
}

.dashboard .sidebar-submenu-list__link:hover {
    background: hsl(var(--base));
    color: hsl(var(--btn-color));
}

.dashboard .sidebar-submenu-list__link:hover::before {
    border-color: hsl(var(--black));
}


.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-submenu-list__item.active .sidebar-submenu-list__link::before {
    border-color: hsl(var(--black));
}

/* ============ User Profile Css Start ============ */
/* Sidebar User Info Css */
.user-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid hsl(var(--base)/0.15);
    width: 100%;
    padding: 20px 24px;
    position: sticky;
    bottom: 0;
    left: 0;
    width: 299px;
    background-color: hsl(var(--white));
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.user-profile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.user-profile-info__icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid hsl(var(--white)/0.1);
}

.user-profile-info__content {
    width: calc(100% - 50px);
    padding-left: 15px;
}

.user-profile-info__name {
    margin-bottom: 0px;
}

.user-profile-info__desc {
    color: hsl(var(--body-color));
    font-size: 15px;
}

/* ================================= Dashboard Fluid Sidebar Css End =========================== */
/*# sourceMappingURL=main.css.map */

/*=========== list css start here =========== */
.list--group .list-group-item {
    background: transparent;
    border: 0;
    color: hsl(var(--white));
    padding: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid hsl(var(--white)/.15);
    padding-bottom: 12px;
    border-radius: 0;
}

.list--group .list-group-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1499px) {
    .list--group .list-group-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 424px) {
    .list--group .list-group-item {
        font-size: 13px;
    }
}

/*=========== list css end here =========== */

label.required:after {
    content: '*';
    color: #dc3545 !important;
    margin-left: 2px;
}

.policy-section {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 8px;
    }
}

.policy-section ul {
    display: grid;
    gap: 5px;
    margin-top: 10px;
}

.policy-section ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.policy-section ul li::before {
    content: "\f111";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    font-size: 0.625rem;
    margin-top: 5px;
}

.form-select {
    background-image: url("data:image/svg+xml,%3Csvg fill='white' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M5.23 7.21a.75.75 0 011.06.02L10 10.94l3.71-3.71a.75.75 0 111.06 1.06l-4.24 4.24a.75.75 0 01-1.06 0L5.23 8.29a.75.75 0 01.02-1.08z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.5rem;
}

.comment-wrapper {
    padding: 16px;
    border-radius: 12px;
    background-color: hsl(var(--section-bg));
}

.comment-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.comment-item:not(:last-child) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid hsl(var(--white) / .05);
}

.comment-item__thumb {
    height: 48px;
    width: 48px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid hsl(var(--white) / .1);
}

.comment-item__content {
    flex: 1;
}

.comment-item__top {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 20px;
    align-items: center;
    margin-bottom: 12px;
}

.comment-item__name {
    margin-bottom: 0;
    color: hsl(var(--white));
}

.comment-item__date {
    font-size: 0.75rem;
}

.comment-item__text {
    font-size: 0.9125rem;
    color: hsl(var(--white) / .75);
    font-weight: 400;
}

.platform-card {
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: hsl(var(--white) / .05);
    padding: 16px;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-top: 3px solid hsl(var(--platform-color));
}

.platform-card__icon {
    height: 48px;
    width: 48px;
    background: hsl(var(--platform-color));
    display: grid;
    place-content: center;
    color: hsl(var(--white));
    border-radius: 6px;
    font-size: 20px;
}

.platform-card__content {
    flex: 1;
}

.platform-card__title {
    color: hsl(var(--white));
    margin-bottom: 6px;
}

.platform-card__desc {
    font-size: 0.875rem;
    color: hsl(var(--white) / .75);
}

.pricing-card-badge-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 8px;
    flex: 1;
}

.pricing-card-badge {
    font-size: 1rem;
    padding: 1px 6px;
    border: 1px solid hsl(var(--white) / .1);
    border-radius: 4px;
}

.content-text-link {
    display: block;
    font-size: 0.875rem;
    text-decoration: underline;
    color: hsl(var(--white));
}

.content-btn {
    padding: 10px 12px;
    font-size: 1rem;
    border: 1px solid hsl(var(--platform-color));
    background-color: hsl(var(--platform-color));
    border-radius: 32px;
    color: hsl(var(--white));
    transition: all linear 0.3s;
    width: 100%;
}

.content-btn:hover {
    opacity: 0.8;
    color: hsl(var(--white));
}

.platform-card.tiktok {
    --platform-color: 0 0% 0%;
}

.platform-card.youtube {
    --platform-color: 348 100% 50%;
}

.platform-card.instagram {
    --platform-color: 349 75% 57%;
}

.platform-card.facebook {
    --platform-color: 214 89% 52%;
}

.plyr__control--overlaid,
.plyr--video .plyr__control:focus-visible,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
    background: hsl(var(--base)) !important;
}

.plyr--full-ui input[type="range"] {
    color: hsl(var(--base)) !important;
}

.plyr__menu__container .plyr__control[role="menuitemradio"][aria-checked="true"]:before {
    background: hsl(var(--base)) !important;
}