@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* ========================= Css Variables Start ======================== */

:root {
    /* Font Family */
    --heading-font: "Montserrat", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 12;
    --base-s: 100%;
    --base-l: 60%;
    --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);
    --base-two-h: 29;
    --base-two-s: 100%;
    --base-two-l: 58%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.9);
    --base-two-d-1000: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 1);
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.9);
    --base-two-l-1000: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --body-color: 0 0% 80%;
    --heading-color: 0 0% 89%;
    --black: 0 0% 0%;
    --border-color: 0 0% 88%;
    --card-bg: 210 81% 10%;
    --section-bg: 211 82% 9%;
    --background-color: var(--black);
    /* ================================ 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);
    --border-gradient: linear-gradient(90.08deg, #07090E 28%, #FF8F27 46.1%, #050A12 66.11%), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    /* ================================ 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: 136;
    --success-s: 94%;
    --success-l: 35%;
    --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: 29;
    --warning-s: 100%;
    --warning-l: 58%;
    --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);
    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify 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 ============================= */

/* ===================== 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 {
    font-size: 0.8125rem;
}

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

.fs-15 {
    font-size: 0.9375rem;
}

.fs-16 {
    font-size: 1rem;
}

@media screen and (max-width: 1199px) {
    .fs-16 {
        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 {
    font-size: 1.125rem;
}

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

@media screen and (max-width: 767px) {
    .fs-18 {
        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(--white)/0.7);
    word-break: break-word;
    background-color: hsl(var(--black));
    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: 200;
    margin: 0;
    color: hsl(var(--white)/0.7);
}

span {
    display: inline-block;
}

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

@media screen and (max-width: 767px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 15px 0;
    }
}

h1 {
    font-size: 6rem;
}

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

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

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

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

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

h2 {
    font-size: 3.75rem;
}

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

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

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

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

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

h3 {
    font-size: 2.375rem;
}

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

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

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

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

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

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: 1rem;
}

@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));
}

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

select {
    cursor: pointer;
}

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;
}

.dashboard-body h1,
.dashboard-body h2,
.dashboard-body h3,
.dashboard-body h4,
.dashboard-body h5,
.dashboard-body h6 {
    font-family: var(--body-font);
}

/* ================================= 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;
    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 {
    visibility: visible;
    opacity: 1;
}

.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;
}

.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;
}

/* Overlay End */

/* ================================= Custom Classes Css End =========================== */

/* ====================== Section Heading ==================== */

.section-heading {
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

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

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

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

.section-heading__title {
    margin-bottom: 20px;
}

.section-heading__title .title-text {
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    .section-heading__title {
        margin-bottom: 16px;
    }
}

.section-heading__subtitle {
    position: relative;
    font-size: 16px;
    display: inline;
    font-weight: 600;
    color: hsl(var(--base));
    margin-bottom: 8px;
}

.section-heading__subtitle::after,
.section-heading__subtitle::before {
    position: absolute;
    content: "";
    right: -37px;
    width: 25px;
    height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, color-stop(17%, hsl(var(--base))), to(hsl(var(--black))));
    background: linear-gradient(90deg, hsl(var(--base)) 17%, hsl(var(--black)) 100%);
}

.section-heading__subtitle::before {
    left: -37px;
    right: unset;
    background: -webkit-gradient(linear, left top, right top, color-stop(17%, hsl(var(--black))), to(hsl(var(--base))));
    background: linear-gradient(90deg, hsl(var(--black)) 17%, hsl(var(--base)) 100%);
}

.section-heading__desc {
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    font-size: clamp(1rem, 0.9431rem + 0.2427vw, 1.125rem);
}

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

.section-heading.style-left .section-heading__desc {
    margin-left: 0;
}

.section-heading.style-left .section-heading__subtitle {
    margin-left: 24px;
}

/* ====================== Section Heading End ==================== */

/* ================================= Background Color Css Start =========================== */

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

.bg--base-two {
    background-color: hsl(var(--base-two)) !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 =========================== */

.py-120 {
    padding-block: 120px;
}

@media screen and (max-width: 991px) {
    .py-120 {
        padding-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .py-120 {
        padding-block: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pt-120 {
        padding-top: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .pb-120 {
        padding-bottom: 60px;
    }
}

.py-60 {
    padding-block: 60px;
}

@media screen and (max-width: 991px) {
    .py-60 {
        padding-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .py-60 {
        padding-block: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pt-60 {
        padding-top: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 424px) {
    .pb-60 {
        padding-bottom: 30px;
    }
}

.my-120 {
    margin-block: 120px;
}

@media screen and (max-width: 991px) {
    .my-120 {
        margin-block: 80px;
    }
}

@media screen and (max-width: 424px) {
    .my-120 {
        margin-block: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mt-120 {
        margin-top: 60px;
    }
}

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

@media screen and (max-width: 991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 424px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}

.my-60 {
    margin-block: 60px;
}

@media screen and (max-width: 991px) {
    .my-60 {
        margin-block: 40px;
    }
}

@media screen and (max-width: 424px) {
    .my-60 {
        margin-block: 30px;
    }
}

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

@media screen and (max-width: 991px) {
    .mt-60 {
        margin-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .mt-60 {
        margin-top: 30px;
    }
}

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

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

@media screen and (max-width: 424px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}

/* ================================= 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 {
    position: relative;
    z-index: 9;
}

.custom--accordion .accordion-item {
    border: 1px solid hsl(var(--white)/0.1);
    background-color: hsl(var(--card-bg)) !important;
    border-radius: 16px;
    overflow: hidden;
}

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

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

.custom--accordion .accordion-body {
    padding: 20px;
    background-color: hsl(var(--card-bg));
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.custom--accordion .accordion-body .text {
    max-width: 95%;
    font-weight: 500;
    color: hsl(var(--white)/0.7);
}

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

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

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

.custom--accordion .accordion-button {
    background-color: hsl(var(--card-bg));
    color: hsl(var(--white));
    font-size: 1.25rem;
    padding: 20px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 15px;
        padding-right: 30px;
        font-size: 16px;
    }
}

.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) {
    background-color: hsl(var(--card-bg)) !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f106";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    width: 32px;
    height: 24px;
    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: 8px;
    background-color: hsl(var(--card-bg));
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        right: 10px;
    }
}

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

.custom--accordion .accordion-item:has(.accordion-collapse.show) {
    position: relative;
    z-index: 1;
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base)) 46.1%, #050A12 66.11%), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
}

.custom--accordion .accordion-item:has(.accordion-collapse.show)::before {
    position: absolute;
    content: "";
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: hsl(var(--card-bg));
}

/* ================================= Accordion Css End =========================== */

/* ================================= Button Css Start =========================== */

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    color: inherit;
    background-color: transparent;
    border-color: inherit;
}

.btn {
    color: hsl(var(--white)) !important;
    font-weight: 500;
    padding: 15px 20px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    border: 1px solid transparent;
    font-family: var(--body-font);
    display: inline-block !important;
    font-size: 1rem;
    line-height: 1;
}

.btn:disabled {
    opacity: 0.5;
    border-color: inherit;
    background-color: inherit;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 14px 25px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 12px 20px;
    }
}

.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 !important;
    font-size: 1.25rem;
}

@media screen and (max-width: 575px) {
    .btn--lg {
        padding: 15px 24px !important;
        font-size: 16px;
    }
}

.btn--md {
    padding: 12px 18px !important;
    font-size: 14px;
}

.btn--sm {
    padding: 8px 18px !important;
    font-weight: 600;
    font-size: 0.75rem !important;
    border-radius: 4px !important;
}

.btn--xsm {
    padding: 3px 6px !important;
    font-weight: 600;
    font-size: 0.75rem !important;
    border-radius: 4px !important;
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 0.9375rem;
    padding: 0;
}

.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,
.btn-outline--white:active {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
    border-color: hsl(var(--base)) !important;
}

.btn--base {
    background-color: hsl(var(--base)) !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: transparent !important;
    border: 1px solid hsl(var(--base)) !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(--white)) !important;
}

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

.btn--dark:hover,
.btn--dark:focus .btn--dark:focus-visible {
    background-color: hsl(var(--black)) !important;
    border: 1px solid hsl(var(--black)) !important;
    opacity: 0.9;
}

.btn-dark--base {
    background-color: transparent !important;
    border: 1px solid hsl(var(--black)) !important;
    color: hsl(var(--black)) !important;
}

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

.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: transparent !important;
    border: 1px solid hsl(var(--primary)) !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(--white)) !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: transparent !important;
    border: 1px solid hsl(var(--secondary)) !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(--white)) !important;
}

.btn--danger {
    background-color: hsl(var(--danger)) !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: transparent !important;
    border: 1px solid hsl(var(--danger)) !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(--white)) !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: transparent !important;
    border: 1px solid hsl(var(--warning)) !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(--white)) !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: transparent !important;
    border: 1px solid hsl(var(--info)) !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(--white)) !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: transparent !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

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

.btn:has(.btn-icon) .btn-icon {
    width: 32px;
    height: 32px;
    background-color: hsl(var(--white)/0.13);
    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;
    margin-left: 20px;
    color: hsl(var(--white));
    border: 3px solid hsl(var(--white)/0.08);
}

.btn:has(.btn-icon) .btn-icon i {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.btn:has(.btn-icon):hover .btn-icon i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.btn:has(.btn-icon) {
    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;
    padding: 7px 20px;
}

.btn.btn--lg:has(.btn-icon) {
    padding: 11px 24px;
}

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

/* ================================= Button Css End =========================== */

/* ================================= Card Css Start =========================== */

.custom--card {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #051A2F), color-stop(96%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19%, hsl(var(--black)) 96%);
    padding: 20px;
    border-radius: 16px;
    border: 1px solid hsl(var(--white)/0.1);
}

@media screen and (max-width: 424px) {
    .custom--card {
        padding: 16px 12px;
    }
}

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

.custom--card .card-header .card-title {
    margin-bottom: 0px;
    color: hsl(var(--white));
}

.custom--card .card-body {
    background-color: transparent;
    padding: 0;
    border-radius: 0px;
}

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

/* ================================= Card Css End =========================== */

/* ================================= Form Css Start =========================== */

/* Form Label */

.form--label {
    margin-bottom: 10px;
    font-size: 0.875rem;
    color: hsl(var(--white));
    font-weight: 600;
}

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

/* Form Select */

.select {
    color: hsl(var(--black)/0.6) !important;
}

.select:focus {
    border-color: hsl(var(--base));
    color: hsl(var(--black)) !important;
}

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

/* Form Select End */

/* Form Control Start */

.form--control {
    border-radius: 12px;
    font-weight: 400;
    outline: none;
    width: 100%;
    padding: 17px 24px;
    background-color: hsl(var(--black));
    border: 1px solid hsl(var(--white)/0.2);
    color: hsl(var(--white)) !important;
    line-height: 1;
}

.form--control::-webkit-input-placeholder {
    color: hsl(var(--white)/0.7);
    font-size: 0.875rem;
}

.form--control::-moz-placeholder {
    color: hsl(var(--white)/0.7);
    font-size: 0.875rem;
}

.form--control:-ms-input-placeholder {
    color: hsl(var(--white)/0.7);
    font-size: 0.875rem;
}

.form--control::-ms-input-placeholder {
    color: hsl(var(--white)/0.7);
    font-size: 0.875rem;
}

.form--control::placeholder {
    color: hsl(var(--white)/0.7);
    font-size: 0.875rem;
}

.form--control:focus {
    border-color: hsl(var(--base));
}

.form--control.form-control:focus {
    background-color: hsl(var(--black));
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

.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(--black)/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(--black)/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]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--black));
}

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

/* Form Control End */

textarea.form--control {
    height: 90px;
}

/* 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: #B9BABB;
}

/* --------------- 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: 2px;
    width: 14px;
    height: 14px;
    border: 2px solid hsl(var(--white)/0.7);
    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));
    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% - 14px);
    padding-left: 12px;
    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: 2px solid hsl(var(--white)/0.7);
    position: relative;
    background-color: transparent;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.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% - 14px);
    padding-left: 12px;
    cursor: pointer;
    font-size: 0.875rem;
}

/*  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(--black)/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: 12px;
    border: 1px solid hsl(var(--white)/0.2);
}

.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: 85px;
    color: hsl(var(--white));
}

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

.input--group .input-group-text {
    border-width: 0px;
    height: calc(100% - 8px);
    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-text {
    color: #fbfbfb;
    background-color: #0a2a45;
    border: 0;
}

.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.3) !important;
}

.input-group-text:has(.form--control) {
    padding: 0;
    background: hsl(var(--black));
    border: 0;
    position: absolute;
}

.input-group-text:has(.form--control) .select2+.select2-container .select2-selection__arrow {
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-radius: inherit;
    height: unset;
    width: unset;
}

.input-group-text:has(.form--control) .select2+.select2-container {
    border: 0 !important;
}

.input-group-text .form--control {
    border: 0;
}

.input-group:has(.input-group-text .form--control) .form--control {
    border: 0;
}

/* --======================Custom Input group End ======================*/

/* ================================= Modal Css Start =========================== */

.custom--modal .modal-header {
    border-bottom: 0;
    padding: 0px;
    position: relative;
    text-align: center;
    justify-content: space-between;
    z-index: 9;
    border-bottom: 1px solid hsl(var(--white)/.1);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.custom--modal .modal-header .btn-close {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-image: none;
    opacity: 1;
    padding: 0;
    margin: 0;
    width: unset;
    height: unset;
}

.custom--modal .modal-header .btn-close__icon,
.custom--modal .modal-header .close i {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 32px;
    height: 32px;
    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: 2px solid hsl(var(--white));
    border-radius: 50%;
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .custom--modal .modal-header .btn-close__icon {
        width: 32px;
        height: 32px;
        font-size: 17px;
    }
}

.custom--modal .modal-header .btn-close__icon:hover,
.custom--modal .modal-header .close i:hover {
    color: hsl(var(--danger));
    border-color: hsl(var(--danger));
}

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

.custom--modal .modal-header .modal-title {
    padding-right: 30px;
}

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

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

.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: 0;
    border-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 32px;
}

@media screen and (max-width: 575px) {
    .custom--modal .modal-footer {
        margin-top: 20px;
    }
}

/* ================================= 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;
}

.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.1);
    margin: 0 5px;
    border-radius: 4px;
    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: hsl(var(--card-bg));
    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-btn {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.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 {
    background-color: hsl(var(--section-bg));
    text-align: center;
    padding: 15px;
    color: hsl(var(--white));
    font-weight: 600;
    border: 0;
    max-width: 170px;
    font-size: 0.875rem;
}

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

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

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

.table tbody {
    border: 0 !important;
    background-color: 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: 24px;
}

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

.custom--tab .nav-item .nav-link {
    color: hsl(var(--white)/0.7);
    padding: 8px 24px;
    background-color: transparent !important;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid hsl(var(--white)/0.1) !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px;
    }
}

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

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

.custom--tab.tab-two {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 0;
    gap: 16px;
    border-bottom: 1px solid hsl(var(--white)/0.2) !important;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .custom--tab.tab-two {
        gap: 10px;
    }
}

.custom--tab.tab-two .nav-item {
    padding: 0;
}

.custom--tab.tab-two .nav-item .nav-link {
    border-radius: 12px 12px 0 0;
    padding: 8px 12px;
    border-color: transparent !important;
    line-height: 1;
    font-size: 14px;
}

@media screen and (max-width: 1399px) {
    .custom--tab.tab-two .nav-item .nav-link {
        padding: 8px;
    }
}

@media screen and (max-width: 991px) {
    .custom--tab.tab-two .nav-item .nav-link {
        padding: 8px 6px !important;
    }
}

@media screen and (max-width: 424px) {
    .custom--tab.tab-two .nav-item .nav-link {
        font-size: 13px !important;
    }
}

.custom--tab.tab-two .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: transparent !important;
    border: 1px solid transparent !important;
}

.custom--tab.tab-two .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab.tab-two .tab-bar {
    display: inline-block;
    height: 100%;
    background-color: hsl(var(--base));
    position: absolute;
    z-index: -1;
    border-radius: 12px 12px 0 0;
    bottom: 0;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= 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: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: hsl(var(--success));
    border-radius: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.badge--dark {
    background-color: transparent !important;
    color: hsl(var(--black)) !important;
    border-color: hsl(var(--black));
}

.badge--dark::before {
    background-color: hsl(var(--black)) !important;
}

.list-group {
    --bs-list-group-color: hsl(var(--white));
    --bs-list-group-bg: hsl(var(--white) / 0.03);
    --bs-list-group-border-color: hsl(var(--white) / .1);
}

.list-group-item {
    font-size: 0.875rem;
}

/* ================================= Badge Css End =========================== */

/* ====================================== Alert Css Start =============================== */

.alert {
    --icon-size: 48px;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    background-color: hsl(var(--alert-color) / .65);
    border-radius: 16px;
    gap: 16px 24px;
}

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

@media screen and (max-width: 575px) {
    .alert {
        flex-direction: column;
    }
}

.alert__icon {
    height: var(--icon-size);
    width: var(--icon-size);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background-color: hsl(var(--alert-color));
    color: hsl(var(--white));
    flex-shrink: 0;
    border-radius: 50%;
}

.alert__content {
    flex: 1;
}

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

.alert__desc {
    color: hsl(var(--white));
    display: block;
    font-size: 0.875rem;
    max-width: 90%;
}

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

.alert__link {
    position: relative;
    font-weight: 600;
    color: hsl(var(--white));
    transition: all 0.3s ease-in-out;
    text-decoration: underline;
}

.alert__link:hover {
    color: hsl(var(--white));
}

.alert--base {
    --alert-color: var(--base);
}

.alert--primary {
    --alert-color: var(--primary);
}

.alert--success {
    --alert-color: var(--success);
}

.alert--info {
    --alert-color: var(--info);
}

.alert--danger {
    --alert-color: var(--danger);
}

.alert--warning {
    --alert-color: var(--warning);
}

.alert--secondary {
    --alert-color: var(--secondary);
}

/* ====================================== Alert Css End =============================== */

/* ================================= preload Css Start =========================== */

.preloader {
    position: fixed;
    z-index: 999999;
    background-color: hsl(var(--black));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: hsl(var(--base));
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* ================================= preload Css End ===========================  */

/* ============= Header Start Here ======================= */

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand.logo img {
    max-width: 170px;
}

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

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

.header {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 1199px) {
    .header {
        top: 0px;
        background-color: hsl(var(--black));
        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(--black));
    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%;
    border-bottom: 1px solid hsl(var(--border-color)/0.3);
}

@-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);
    }
}

/* ========================= Desktop Device Start ========================= */

@media (min-width: 1200px) {
    .navbar {
        padding: 0px 20px !important;
        border-radius: 100px;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 30px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #051A2F), color-stop(97%, hsl(var(--black))));
        background: linear-gradient(360deg, #051A2F 19%, hsl(var(--black)) 97%);
        z-index: 1;
        border: 2px solid hsl(var(--white)/0.15);
    }
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav-menu .nav-item {
        position: relative;
        padding-right: 24px;
    }
    .nav-menu .nav-item:last-child {
        padding-right: 0;
    }
    .nav-menu .nav-item.active .nav-link {
        color: hsl(var(--white)) !important;
    }
    .nav-menu .nav-item.active .nav-link::before {
        width: 100%;
    }
    .nav-menu .nav-item.active .active {
        background-color: hsl(var(--white)) !important;
    }
    .nav-menu .nav-item.active .active::before {
        width: 100%;
    }
    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--white)) !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;
    }
    .nav-menu .nav-item .nav-link {
        font-weight: 500;
        font-size: 1rem;
        color: hsl(var(--white)) !important;
        padding: 30px 0;
        position: relative;
        cursor: pointer;
        /* ======================== Style two ================ */
    }
    .nav-menu .nav-item .nav-link:hover::before {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: 15px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--white));
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -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 (min-width: 1400px) {
    .navbar {
        padding: 0px 30px !important;
    }
}

@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: 1200px) {
    .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;
        border: 0;
        background-color: hsl(var(--section-bg));
        -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        color: hsl(var(--white));
        font-size: 1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover,
    .dropdown-menu__link.active {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
}

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

@media (min-width: 1200px) {
    .fixed-header .navbar {
        -webkit-backdrop-filter: blur(24px);
        backdrop-filter: blur(24px);
        background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #051A2F), color-stop(97%, hsl(var(--black)/0.75)));
        background: linear-gradient(360deg, #051A2F 19%, hsl(var(--black)/0.75) 97%);
    }
}

/* ========================== Desktop Device End ========================= */

/* ============================== Small Device ======================= */

@media screen and (max-width: 1199px) {
    main {
        padding-top: 75px;
    }
    .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);
    }
    .nav-item .nav-link.active {
        color: hsl(var(--base)) !important;
    }
    .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";
}

.header-right {
    margin-left: 30px;
}

.header-right .btn-icon i {
    transform: rotate(0deg) !important;
}

@media screen and (max-width: 1199px) {
    .header-right {
        display: none;
    }
}

.header-right .top-button {
    gap: 20px;
}

/* Login Registration */

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

.login-registration-list__icon {
    color: hsl(var(--base));
    font-size: 24px;
}

.login-registration-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.login-registration-list__link:hover {
    color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

/*=========== Custom Dropdown Css Start=========== */

.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;
    padding: 10px;
    font-size: 14px;
    padding-right: 30px;
}

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

.custom--dropdown>.custom--dropdown__selected::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    content: "\f107";
    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(--black));
    width: 100%;
    border-radius: 3px;
    -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
    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: calc(100% - 20px);
    z-index: -1;
    visibility: hidden;
    max-height: 230px;
    width: 110px;
    overflow-y: auto !important;
}

@media screen and (max-width: 1199px) {
    .custom--dropdown>.dropdown-list {
        left: auto;
        right: 0;
        top: 100%;
    }
}

.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(--black)) !important;
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow);
}

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

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

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

.dropdown-list>.dropdown-list__item .thumb,
.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,
.custom--dropdown>.custom--dropdown__selected .text {
    width: calc(100% - 20px);
    padding-left: 4px;
    color: hsl(var(--white)) !important;
}

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

.custom--dropdown__selected.dropdown-list__item .text {
    font-size: 16px;
    font-weight: 500;
}

/* ================================= Header Css End =========================== */

/* ============= Footer Start Here ======================= */

.footer-area {
    color: hsl(var(--white));
    margin-top: auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base)) 46.1%, #050A12 66.11%), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    margin-top: auto;
}

.footer-area::before {
    position: absolute;
    content: "";
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
    z-index: -1;
}

.footer-area.bg-img {
    background-size: contain;
    background-position: top center;
}

.footer-area .bg-area {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-area .bg-area::after {
    position: absolute;
    bottom: -100px;
    left: -100px;
    content: "";
    width: 200px;
    height: 200px;
    background: hsl(var(--base)/0.5);
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
}

.footer-area .bg-area::before {
    right: -100px;
    top: -100px;
    position: absolute;
    content: "";
    background-color: hsl(var(--success)/0.3);
    width: 200px;
    height: 200px;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 8s ease-in-out infinite;
    animation: pulse 8s ease-in-out infinite;
    z-index: 2;
}

.footer-area__shape-one {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation: up-down 3s ease-in-out infinite;
    animation: up-down 3s ease-in-out infinite;
}

.footer-area__shape-two {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation: up-down 5s ease-in-out infinite;
    animation: up-down 5s ease-in-out infinite;
}

.footer-area__shape-three {
    position: absolute;
    bottom: 0;
    right: 8%;
    z-index: -1;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
    -webkit-animation: left-to-right 3s ease-in-out infinite;
    animation: left-to-right 3s ease-in-out infinite;
}

.footer-area__shape-four {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation: left-to-right 5s ease-in-out infinite;
    animation: left-to-right 5s ease-in-out infinite;
}

.footer-item-wrapper {
    gap: 100px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.3fr;
}

@media screen and (max-width: 1399px) {
    .footer-item-wrapper {
        gap: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-item-wrapper {
        grid-template-columns: 1fr 1fr;
        gap: 50px 70px;
        padding: 60px 0;
    }
}

@media screen and (max-width: 575px) {
    .footer-item-wrapper {
        gap: 40px 20px;
    }
}

@media screen and (max-width: 424px) {
    .footer-item-wrapper {
        grid-template-columns: 1fr;
    }
}

.footer-item-wrapper .footer-item {
    position: relative;
    padding: 80px 0;
    color: #3842fa;
    color: #1e90ff;
    color: #3f51b5;
    color: #0d6efd;
    color: #007fff;
    color: #007fff;
    color: #3f00ff;
    color: #3f51b5;
    color: #1560bd;
    color: #6a5acd;
    color: #003153;
}

@media screen and (max-width: 1199px) {
    .footer-item-wrapper .footer-item {
        padding: 0;
    }
}

.footer-item-wrapper .footer-item:last-child::after {
    display: none;
}

@media screen and (max-width: 1199px) {
    .footer-item-wrapper .footer-item:nth-child(2)::after {
        display: none;
    }
}

.footer-item-wrapper .footer-item__logo {
    margin-bottom: 20px;
}

.footer-item-wrapper .footer-item__logo img {
    width: 100%;
    height: 100%;
    max-width: 200px;
    max-height: 60px;
    object-fit: cover;
}

@media screen and (max-width: 1399px) {
    .footer-item-wrapper .footer-item__logo img {
        max-width: 170px;
    }
}

@media screen and (max-width: 1199px) {
    .footer-item-wrapper .footer-item__logo img {
        max-width: 150px;
    }
}

.footer-item-wrapper .footer-item__title {
    color: hsl(var(--white));
    margin-bottom: 24px;
}

.footer-item-wrapper .footer-item .social-list {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .footer-item-wrapper .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item-wrapper .footer-item .social-list {
        margin-top: 15px;
    }
}

/* Footer List Item */

.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.footer-menu__item {
    display: block;
    padding-bottom: 16px;
}

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

.footer-menu__link {
    color: hsl(var(--body-color));
    position: relative;
    padding-left: 20px;
}

.footer-menu__link::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    left: 0;
    top: 10px;
    background-color: hsl(var(--base));
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

/* Footer Contact */

.footer-contact-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 12px;
}

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

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

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

.subscribe-item__badge {
    background-color: hsl(var(--base));
    padding: 7px 16px;
    color: hsl(var(--white));
    border-radius: 50px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1;
    margin-bottom: 10px;
}

.subscribe-item__title {
    color: hsl(var(--white));
    margin-bottom: 16px;
}

/* ============= Footer End Here ======================= */

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

.subscribe-form .form--control {
    background: hsl(var(--white));
    padding-right: 65px;
    color: hsl(var(--black)) !important;
}

.subscribe-form .form--control:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--black)) !important;
    caret-color: hsl(var(--black)) !important;
}

.subscribe-form .form--control::-webkit-input-placeholder {
    color: #4F4F4F;
}

.subscribe-form .form--control::-moz-placeholder {
    color: #4F4F4F;
}

.subscribe-form .form--control:-ms-input-placeholder {
    color: #4F4F4F;
}

.subscribe-form .form--control::-ms-input-placeholder {
    color: #4F4F4F;
}

.subscribe-form .form--control::placeholder {
    color: #4F4F4F;
}

.subscribe-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;
}

.subscribe-form .icon:has(.la-paper-plane) i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* ============= Bottom Footer End Here ======================= */

.bottom-footer {
    border-top: 1px solid hsl(var(--white)/0.1);
}

/* =============Bottom Footer End Here ======================= */

/* ===================== Scroll to Top Start ================================= */

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    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(--white));
    background-color: hsl(var(--base-d-100));
}

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

/* ===================== Scroll to Top End ================================= */

/* ================================= Template Selection Css Start =========================== */

::-moz-selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

/* ================================= Template Selection Css End ===========================  */

/* ================================= Social Icon Css Start =========================== */

.social-list {
    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;
    gap: 20px 40px;
}

@media screen and (max-width: 1399px) {
    .social-list {
        gap: 10px 24px;
    }
}

.social-list__item {
    margin-right: 10px;
    position: relative;
}

.social-list__item::after {
    position: absolute;
    content: "";
    right: -24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 16px;
    background-color: hsl(var(--white)/0.7);
}

@media screen and (max-width: 1399px) {
    .social-list__item::after {
        right: -16px;
    }
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__item:last-child::after {
    display: none;
}

.social-list__link {
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    color: hsl(var(--white)/0.7);
}

.social-list__link:hover,
.social-list__link:focus {
    color: hsl(var(--base)) !important;
}

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

/* ================================= Social Icon Css End ===========================  */

/* ====================== Breadcrumb Css Start ==================== */

.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 240px 0 50px;
    background: linear-gradient(178deg, #051A2F 50.19%, #000000 94.6%);
    margin-bottom: 0;
}

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

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
    font-size: 46px;
    font-weight: 500;
}

@media screen and (max-width: 1399px) {
    .breadcrumb__title {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 36px;
    }
}

@media screen and (max-width: 767px) {
    .breadcrumb__title {
        font-size: 28px;
    }
}

.breadcrumb__subtitle {
    background-color: hsl(var(--base));
    padding: 8px 16px;
    color: hsl(var(--white));
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.breadcrumb__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: hsl(var(--base-two));
    border-radius: 6px;
    padding: 8px 12px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 32px;
}

@media screen and (max-width: 575px) {
    .breadcrumb__list {
        margin-top: 20px;
    }
}

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

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

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

.breadcrumb__link:hover {
    color: hsl(var(--white));
    text-decoration: underline;
}

/* ====================== Breadcrumb Css End ==================== */

/* ================================= Start Rating Css Start =========================== */

.rating-list {
    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;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/* ================================= Start Rating 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 ========================= */

.text-list.list-two {
    margin-top: 12px;
    max-width: 600px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 0px 20px;
}

@media screen and (max-width: 575px) {
    .text-list.list-two {
        gap: 0px 15px;
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    }
}

@media screen and (max-width: 575px) {
    .text-list.list-two .text-list__item {
        padding-left: 30px;
    }
}

@media screen and (max-width: 424px) {
    .text-list.list-two .text-list__item {
        font-size: 16px;
    }
}

/* ======================== 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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

/* ========================= Latest Blog Css End ===================*/

/* =========================== Banner Section Start Here ========================= */

.banner-section {
    position: relative;
    z-index: 1;
    padding: 220px 0 400px;
    overflow: hidden;
}

.banner-section::after {
    position: absolute;
    background-color: hsl(var(--base)/0.2);
    top: 0;
    left: 50%;
    width: 400px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 400px;
    content: "";
    -webkit-filter: blur(100px);
    filter: blur(100px);
    display: none;
}

@media screen and (max-width: 767px) {
    .banner-section::after {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .banner-section {
        padding: 200px 0 380px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section {
        padding: 200px 0 360px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 80px 0 350px;
        background-image: none !important;
        background: hsl(var(--black));
    }
}

@media screen and (max-width: 767px) {
    .banner-section {
        padding: 80px 0 180px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section {
        padding: 70px 0 180px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section.bg-img {
        background-position: center right;
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.banner-section .shape-one {
    position: absolute;
    top: 0;
    left: 4%;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .banner-section .shape-one {
        display: none;
    }
}

.banner-section .shape-two {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    -webkit-animation: skewAnim 1s ease-in-out infinite alternate;
    animation: skewAnim 1s ease-in-out infinite alternate;
}

@media screen and (max-width: 767px) {
    .banner-section .shape-two {
        display: none;
    }
}

@-webkit-keyframes skewAnim {
    from {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0.5;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes skewAnim {
    from {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0.5;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.banner-section .shape-three {
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .banner-section .shape-three {
        display: none;
    }
}

.banner-section .banner-thumb {
    position: absolute;
    right: 8%;
    bottom: 3%;
    max-width: 540px;
}

@media screen and (max-width: 1599px) {
    .banner-section .banner-thumb {
        max-width: 450px;
        right: 8%;
        bottom: 4%;
    }
}

@media screen and (max-width: 1399px) {
    .banner-section .banner-thumb {
        max-width: 400px;
        right: 6%;
        bottom: 10%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .banner-thumb {
        max-width: 350px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section .banner-thumb {
        max-width: 300px;
        right: 2%;
    }
}

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

.banner-section .banner-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    width: 300px;
    right: -20px;
    height: 300px;
    border-radius: 50%;
    background-color: hsl(var(--base)/0.5);
    -webkit-filter: blur(70px);
    filter: blur(70px);
    z-index: -1;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
}

@media screen and (max-width: 1199px) {
    .banner-section .banner-thumb::after {
        width: 220px;
        height: 220px;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        right: 0;
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
}

.banner-content {
    text-align: center;
    position: relative;
}

.banner-content__title {
    color: hsl(var(--white));
    font-weight: 900;
}

@media screen and (max-width: 374px) {
    .banner-content__title {
        font-size: 32px;
    }
}

.banner-content__title .icon {
    position: relative;
}

.banner-content__title .icon img {
    position: absolute;
    left: 22px;
    top: 6px;
}

@media screen and (max-width: 1399px) {
    .banner-content__title .icon img {
        display: none;
    }
}

.banner-content__title .text {
    position: relative;
}

.banner-content__title .text img {
    position: absolute;
    left: -10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 1399px) {
    .banner-content__title .text img {
        display: none;
    }
}

.banner-content__desc {
    max-width: 700px;
    color: hsl(var(--white)/0.8);
    margin: 0 auto;
    font-size: 24px;
    font-weight: 500;
}

@media screen and (max-width: 767px) {
    .banner-content__desc {
        font-size: 20px;
    }
}

@media screen and (max-width: 575px) {
    .banner-content__desc {
        font-size: 17px;
    }
}

.banner-content__subtitle {
    margin-bottom: 15px;
    font-weight: 500;
}

.banner-content__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 75px;
}

@media screen and (max-width: 1399px) {
    .banner-content__btn {
        margin-top: 40px;
    }
}

.banner-content__shape {
    position: absolute;
    top: 24%;
    left: -8%;
    z-index: -1;
    max-width: 120px;
    -webkit-animation: scale 3s ease-in-out infinite alternate;
    animation: scale 3s ease-in-out infinite alternate;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (max-width: 1399px) {
    .banner-content__shape {
        top: 10%;
        left: -3%;
        z-index: -1;
        max-width: 90px;
    }
}

@media screen and (max-width: 991px) {
    .banner-content__shape {
        top: 80%;
        left: -3%;
        max-width: 65px;
    }
}

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

.banner-content__shape-two {
    position: absolute;
    top: -3%;
    right: 16%;
    max-width: 40px;
    z-index: -1;
    -webkit-animation: scale 4s ease-in-out infinite alternate;
    animation: scale 4s ease-in-out infinite alternate;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

@media screen and (max-width: 991px) {
    .banner-content__shape-two {
        right: 0;
    }
}

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

@-webkit-keyframes scale {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    to {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

@keyframes scale {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    to {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
}

.brand-wrapper {
    padding: 12px 0;
    background: hsl(var(--base));
    position: absolute !important;
    width: 110%;
    z-index: -1;
    bottom: 20%;
    left: 0;
    -webkit-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

@media screen and (max-width: 767px) {
    .brand-wrapper {
        bottom: 5%;
    }
}

.brand-wrapper .title {
    font-size: 18px;
    color: hsl(var(--white));
    white-space: nowrap;
    font-family: var(--heading-font);
    font-weight: 700;
    padding-inline: 16px;
}

@media (max-width: 575px) {
    .brand-wrapper .title {
        font-size: 16px;
        padding-inline: 6px;
    }
}

.brand-wrapper .slick-track {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: hsl(var(--base, 150, 100%, 50%));
    overflow: hidden;
}

.text-container .letter:nth-child(1) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
}

.text-container .letter:nth-child(2) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
}

.text-container .letter:nth-child(3) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    position: relative;
}

.text-container .letter:nth-child(4) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.text-container .letter:nth-child(5) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.text-container .letter:nth-child(6) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

.text-container .letter:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.text-container .letter:nth-child(8) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.text-container .letter:nth-child(9) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.letter {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-animation: slideRight 4s ease-in-out infinite;
    animation: slideRight 4s ease-in-out infinite;
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    70% {
        opacity: 1;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}

/* =========================== Banner Section End Here ========================= */

/* ================================= Blog Section Css Start Here ============================= */

.blog-item {
    -webkit-mask-image: url(../images/shapes/c-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 55px 20px;
    position: relative;
    z-index: 2;
    height: 100%;
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

@media screen and (max-width: 424px) {
    .blog-item {
        padding: 40px 20px;
    }
}

.blog-item.card-success-bg {
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--success)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

.blog-item.card-success-bg .blog-item__badge {
    background-color: hsl(var(--success-d-500));
}

.blog-item.card-success-bg .blog-item__date .date-time {
    background-color: hsl(var(--success-d-500));
}

.blog-item.card-success-bg .blog-item__date .month {
    background-color: hsl(var(--success-d-400));
}

.blog-item.card-base-two-bg {
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base-two)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

.blog-item.card-base-two-bg .blog-item__badge {
    background-color: hsl(var(--base-d-700));
}

.blog-item.card-base-two-bg .blog-item__date .date-time {
    background-color: hsl(var(--base-d-700));
}

.blog-item.card-base-two-bg .blog-item__date .month {
    background-color: hsl(var(--base-d-600));
}

.blog-item::before {
    position: absolute;
    content: "";
    left: 1px;
    z-index: -1;
    top: 1px;
    -webkit-mask-image: url(../images/shapes/c-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(210deg 73.02% 6%) 96.11%);
}

.blog-item__thumb {
    position: relative;
}

.blog-item__thumb-link {
    -webkit-mask-image: url(../images/shapes/tc-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    max-height: 300px;
}

.blog-item__thumb-link img {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 100%;
}

.blog-item__thumb-link img:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.blog-item__thumb .blog-item__date .date-time {
    background-color: hsl(var(--base));
}

.blog-item__thumb .blog-item__date .month {
    background-color: hsl(var(--base-d-200));
}

.blog-item__content {
    margin-top: 16px;
}

.blog-item__badge {
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 10px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    line-height: 1;
}

.blog-item__date {
    margin-bottom: 0;
    color: hsl(var(--white));
    line-height: 1;
    position: absolute;
    top: 30px;
    left: 30px;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .blog-item__date {
        top: 24px;
        left: 24px;
    }
}

@media screen and (max-width: 424px) {
    .blog-item__date {
        top: 16px;
        left: 16px;
    }
}

.blog-item__date .date-time {
    margin-bottom: 0;
    line-height: 1;
    padding: 8px 12px;
    color: hsl(var(--white));
    font-weight: 600;
    background-color: hsl(var(--base-two));
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .blog-item__date .date-time {
        padding: 7px 16px;
    }
}

@media screen and (max-width: 424px) {
    .blog-item__date .date-time {
        padding: 8px 12px;
    }
}

.blog-item__date .month {
    padding: 8px 18px;
    margin-bottom: 0;
    color: hsl(var(--white));
    line-height: 1;
    font-weight: 600;
    background-color: #000F5C;
    font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
    .blog-item__date .month {
        padding: 7px 16px;
    }
}

@media screen and (max-width: 424px) {
    .blog-item__date .month {
        padding: 5px 12px;
        font-size: 12px;
    }
}

.blog-item__title {
    margin-top: 16px;
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        margin-top: 12px;
    }
}

.blog-item__title-link {
    color: hsl(var(--heading-color));
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__title-link:hover {
    color: hsl(var(--base));
}

.blog-item__desc {
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 15px;
    }
}

.btn--simple {
    color: hsl(var(--body-color));
}

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

/* Text Border Bottom Animation Css Start */

.border-effect {
    display: inline !important;
    width: 100%;
    background-repeat: no-repeat;
    background-position-y: -2px;
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-size: 0 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.border-effect:hover {
    background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
    background-size: 100% 100%;
}

/* Text Border Bottom Animation Css Ends */

/* ================================= Blog Section Css End Here ================================= */

/*================== category section start here ==================*/

.category-item {
    position: relative;
    z-index: 1;
    -webkit-mask-image: url(../images/shapes/cate-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 40px 20px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), -webkit-gradient(linear, left top, right top, color-stop(28%, #07090E), color-stop(46.1%, hsl(var(--this-color))), color-stop(66.11%, #050A12));
}

.category-item::after {
    position: absolute;
    content: "";
    left: 1px;
    z-index: -1;
    top: 1px;
    -webkit-mask-image: url(../images/shapes/cate-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
}

.category-item .category-item:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

@media screen and (max-width: 424px) {
    .category-item {
        padding: 24px 16px;
    }
}

.category-section .row div[class*="col"]:first-child .category-item {
    --this-color: var(--base-two);
}

.category-section .row div[class*="col"]:nth-child(2) .category-item {
    --this-color: var(--success);
}

.category-section .row div[class*="col"]:nth-child(3) .category-item {
    --this-color: var(--primary);
}

.category-section .row div[class*="col"]:nth-child(4) .category-item {
    --this-color: var(--secondary);
}

.category-section .row div[class*="col"]:nth-child(5) .category-item {
    --this-color: var(--base);
}

.category-section .row div[class*="col"]:nth-child(6) .category-item {
    --this-color: var(--info);
}

.category-item__thumb {
    max-width: 70px;
    margin: 0 auto;
}

@media screen and (max-width: 424px) {
    .category-item__thumb {
        max-width: 40px;
    }
}

.category-item__content {
    margin-top: 10px;
    text-align: center;
}

.category-item__title {
    color: hsl(var(--white));
    font-weight: 600;
    margin-bottom: 0px;
}

@media screen and (max-width: 424px) {
    .category-item__title {
        font-size: 14px;
    }
}

.category-item__title-link:hover {
    color: hsl(var(--white));
}

.category-item__number {
    color: hsl(var(--white));
    font-size: 14px;
    font-weight: 500;
}

@media screen and (max-width: 424px) {
    .category-item__number {
        font-size: 12px;
    }
}

/*================== category section end here ==================*/

.about-section .left-thumb-wrapper .left-thumb {
    position: absolute;
    left: 0%;
    z-index: 1;
    top: 0;
    -webkit-mask-image: url(../images/shapes/lf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 550px;
    height: 550px;
    background: linear-gradient(155deg, hsl(var(--base-d-300)) -2.66%, hsl(var(--black)) 25.18%);
}

@media screen and (max-width: 1599px) {
    .about-section .left-thumb-wrapper .left-thumb {
        width: 450px;
        height: 450px;
        left: -6%;
    }
}

@media screen and (max-width: 1499px) {
    .about-section .left-thumb-wrapper .left-thumb {
        width: 400px;
        height: 400px;
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .about-section .left-thumb-wrapper .left-thumb {
        width: 250px;
        height: 250px;
        left: 2px;
    }
}

.about-section .left-thumb-wrapper .border-shape {
    position: absolute;
    left: 2px;
    z-index: 1;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/lf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 550px;
    height: 550px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, hsl(var(--black))), color-stop(96%, #051A2F));
    background: linear-gradient(360deg, hsl(var(--black)) 20%, #051A2F 96%);
}

@media screen and (max-width: 1599px) {
    .about-section .left-thumb-wrapper .border-shape {
        width: 450px;
        height: 450px;
    }
}

@media screen and (max-width: 1499px) {
    .about-section .left-thumb-wrapper .border-shape {
        width: 400px;
        height: 400px;
        left: 2px;
    }
}

@media screen and (max-width: 991px) {
    .about-section .left-thumb-wrapper .border-shape {
        width: 250px;
        height: 250px;
        left: 2px;
    }
}

.about-section .about-content__badge {
    background-color: hsl(var(--base));
    padding: 8px 16px;
    color: hsl(var(--white));
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .about-section .about-content__badge {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .about-section .about-content__badge {
        font-size: 12px;
        padding: 6px 12px;
    }
}

.about-section .about-content__title {
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .about-section .about-content__title {
        margin-bottom: 20px;
    }
}

.about-section .about-content__desc {
    color: hsl(var(--white)/0.7);
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
    .about-section .about-content__desc {
        margin-bottom: 20px;
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .about-section .about-content__desc {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.about-section .about-content__btn {
    margin-top: 24px;
}

.about-thumb-wrapper {
    position: relative;
    z-index: 1;
}

.about-thumb-wrapper__thumb {
    position: relative;
    bottom: -60px;
    max-width: 625px;
    z-index: 1;
}

@media screen and (max-width: 1499px) {
    .about-thumb-wrapper__thumb {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .about-thumb-wrapper__thumb {
        max-width: 470px;
        bottom: 0;
    }
}

.about-thumb-wrapper::after {
    position: absolute;
    content: "";
    top: 10%;
    width: 200px;
    left: 17%;
    height: 200px;
    border-radius: 50%;
    background-color: hsl(var(--base)/0.8);
    -webkit-filter: blur(70px);
    filter: blur(70px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
}

@media screen and (max-width: 575px) {
    .about-thumb-wrapper::after {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 424px) {
    .about-thumb-wrapper::after {
        width: 100px;
        height: 100px;
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
}

.about-thumb-wrapper .thumb-text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

@media screen and (max-width: 424px) {
    .about-thumb-wrapper .thumb-text-wrapper {
        display: none;
    }
}

.about-thumb-wrapper .thumb-text-wrapper .text {
    --this-color: var(--base);
    padding: 10px 12px;
    border-radius: 8px;
    color: hsl(var(--white));
    border: 1px solid hsl(var(--this-color) / .15);
    background-color: hsl(var(--this-color) / .15);
    font-size: 14px;
    line-height: 1;
    position: absolute;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
    backdrop-filter: blur(10px);
}

.about-thumb-wrapper .thumb-text-wrapper .text.base--outline {
    --this-color: var(--base);
}

.about-thumb-wrapper .thumb-text-wrapper .text.success--outline {
    --this-color: var(--success);
}

.about-thumb-wrapper .thumb-text-wrapper .text.warning--outline {
    --this-color: var(--warning);
}

@media screen and (max-width: 767px) {
    .about-thumb-wrapper .thumb-text-wrapper .text {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@media screen and (max-width: 575px) {
    .about-thumb-wrapper .thumb-text-wrapper .text {
        font-size: 10px;
        padding: 6px 8px;
    }
}

.about-thumb-wrapper .thumb-text-wrapper .text:nth-child(1) {
    right: 30%;
    top: 10%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@media screen and (max-width: 575px) {
    .about-thumb-wrapper .thumb-text-wrapper .text:nth-child(1) {
        top: 5%;
    }
}

.about-thumb-wrapper .thumb-text-wrapper .text:nth-child(2) {
    right: 0%;
    top: 10%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media screen and (max-width: 575px) {
    .about-thumb-wrapper .thumb-text-wrapper .text:nth-child(2) {
        top: 5%;
    }
}

.about-thumb-wrapper .thumb-text-wrapper .text:nth-child(3) {
    right: 15%;
    top: 20%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@media screen and (max-width: 575px) {
    .about-thumb-wrapper .thumb-text-wrapper .text:nth-child(3) {
        top: 13%;
    }
}

.about-thumb-wrapper .thumb-text-wrapper .text:nth-child(4) {
    right: 0%;
    top: 30%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@media screen and (max-width: 575px) {
    .about-thumb-wrapper .thumb-text-wrapper .text:nth-child(4) {
        top: 25%;
    }
}

.about-thumb-wrapper .thumb-text-wrapper .text:nth-child(5) {
    right: 27%;
    top: 32%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

@media screen and (max-width: 575px) {
    .about-thumb-wrapper .thumb-text-wrapper .text:nth-child(5) {
        top: 22%;
    }
}

@-webkit-keyframes float {
    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes float {
    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.text-list__item {
    position: relative;
    padding-left: 35px;
    font-size: 1.125rem;
    color: hsl(var(--white));
    font-weight: 500;
    margin-bottom: 12px;
}

.text-list__item:last-child {
    margin-bottom: 0;
}

.text-list__item::after {
    position: absolute;
    content: "\f00c";
    font-family: "Line Awesome Free";
    font-weight: 700;
    left: 0;
    top: 0px;
    color: hsl(var(--base));
    font-size: 20px;
}

/*============= how work section css start here =============*/

.how-work-section {
    overflow: hidden;
}

.how-work-wrapper {
    position: relative;
    z-index: 1;
    padding: 100px 60px;
    border-radius: 30px;
    -webkit-mask-image: url(../images/shapes/hw-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--card-bg));
}

@media screen and (max-width: 1399px) {
    .how-work-wrapper {
        padding: 80px 30px;
    }
}

@media screen and (max-width: 767px) {
    .how-work-wrapper {
        -webkit-mask-image: none;
        overflow: hidden;
    }
}

.how-work-wrapper::after {
    position: absolute;
    bottom: -150px;
    left: -150px;
    content: "";
    width: 300px;
    height: 300px;
    background: hsl(var(--base));
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
}

.how-work-wrapper::before {
    right: -150px;
    top: -150px;
    position: absolute;
    content: "";
    background-color: #651DFF80;
    width: 300px;
    height: 300px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 8s ease-in-out infinite;
    animation: pulse 8s ease-in-out infinite;
}

.how-work-item {
    text-align: center;
    position: relative;
    z-index: 1;
}

.how-work-item__icon {
    font-size: 40px;
    color: hsl(var(--white));
    width: 120px;
    height: 120px;
    position: relative;
    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;
    margin: 0 auto;
    border: 6px solid transparent;
    border-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .how-work-item__icon {
        width: 80px;
        height: 80px;
        border-width: 3px;
        font-size: 24px;
    }
}

.how-work-item__icon .how-work-item__number {
    background-color: hsl(var(--base-d-300));
}

.how-work-item__icon:has(.la-paper-plane) i {
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
}

.how-work-item__number {
    --circle-color: var(--base);
    --aria-w: 15px;
    position: absolute;
    top: -2px;
    left: -10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: hsl(var(--white));
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 0 0 7px hsl(var(--circle-color)/0);
    animation: shadow-animation 2s infinite linear;
}

@keyframes shadow-animation {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsl(var(--circle-color)/0.4);
        box-shadow: 0 0 0 0 hsl(var(--circle-color)/0.4);
    }
    50% {
        -webkit-box-shadow: 0 0 0 15px hsl(var(--circle-color)/0);
        box-shadow: 0 0 0 var(--aria-w) hsl(var(--circle-color)/0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 hsl(var(--circle-color)/0);
        box-shadow: 0 0 0 0 hsl(var(--circle-color)/0);
    }
}

@keyframes circleAnimation {
    0% {
        -webkit-box-shadow: 0 0 0 0 hsl(var(--circle-color)/0.4);
        box-shadow: 0 0 0 0 hsl(var(--circle-color)/0.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-box-shadow: 0 0 0 7px hsl(var(--circle-color)/0);
        box-shadow: 0 0 0 7px hsl(var(--circle-color)/0);
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 hsl(var(--circle-color)/0);
        box-shadow: 0 0 0 0 hsl(var(--circle-color)/0);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@media screen and (max-width: 767px) {
    .how-work-item__number {
        width: 30px;
        height: 30px;
        border: 3px solid hsl(var(--black));
    }
}

.how-work-item__content {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .how-work-item__content {
        margin-top: 15px;
    }
}

.how-work-item__title {
    font-weight: 600;
    margin-bottom: 10px;
    color: hsl(var(--white));
}

.how-work-item__desc {
    max-width: 250px;
    margin: 0 auto;
    font-weight: 500;
}

.how-work-item__shape {
    position: absolute;
    top: 40px;
    right: -151px;
    z-index: 1;
}

@media screen and (max-width: 1399px) {
    .how-work-item__shape {
        width: 70%;
        right: -140px;
    }
}

@media screen and (max-width: 1199px) {
    .how-work-item__shape {
        width: 60%;
        right: -107px;
    }
}

@media screen and (max-width: 767px) {
    .how-work-item__shape {
        width: 60%;
        right: -80px;
        top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .how-work-item__shape {
        display: none;
    }
}

div [class*=col]:last-child .how-work-item__shape {
    display: none;
}

@media screen and (max-width: 991px) {
    div [class*=col]:nth-of-type(2n) .how-work-item__shape {
        display: none;
    }
}

@media (min-width: 992px) {
    div [class*="col"]:nth-of-type(3n) .how-work-item__shape {
        display: none;
    }
}

/*============== how work section css end here =============*/

/*================= campaign section start here =================*/

.campaign-section {
    overflow: hidden;
}

.campaign-section .section-heading__desc {
    max-width: 500px;
}

.card-item {
    -webkit-mask-image: url(../images/shapes/c-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 50px 20px;
    position: relative;
    z-index: 2;
    height: 100%;
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

.card-item.card-success-bg {
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--success)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

.card-item.card-base-two-bg {
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base-two)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

.card-item.card-two {
    -webkit-mask-image: none;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 16px;
    padding: 16px;
}

.card-item.card-two::before {
    display: none;
}

.card-item.card-two .card-item__thumb {
    -webkit-mask-image: none;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
}

.card-item.card-two .card-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-item::before {
    position: absolute;
    content: "";
    left: 1px;
    z-index: -1;
    top: 1px;
    -webkit-mask-image: url(../images/shapes/c-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, #021121));
    background: linear-gradient(360deg, #051A2F 19.07%, #021121 96.11%);
}

.card-item:hover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.card-item__thumb {
    -webkit-mask-image: url(../images/shapes/tc-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
}

.card-item__thumb img {
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 100%;
}

.card-item__title {
    margin-bottom: 30px;
    color: hsl(var(--white)/0.7);
}

@media screen and (max-width: 1399px) {
    .card-item__title {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .card-item__title {
        margin-bottom: 15px;
    }
}

.card-item__title-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.card-item__content {
    margin-top: 16px;
}

.left-thumb-wrapper {
    position: relative;
    z-index: -1;
}

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

.left-thumb-wrapper .left-thumb {
    position: absolute;
    left: -10%;
    z-index: 1;
    top: 0;
    -webkit-mask-image: url(../images/shapes/lf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 550px;
    height: 550px;
    background: linear-gradient(155deg, hsl(var(--base-d-300)) -2.66%, hsl(var(--black)) 25.18%);
}

@media screen and (max-width: 1599px) {
    .left-thumb-wrapper .left-thumb {
        width: 450px;
        height: 450px;
        left: -6%;
    }
}

@media screen and (max-width: 1499px) {
    .left-thumb-wrapper .left-thumb {
        width: 400px;
        height: 400px;
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .left-thumb-wrapper .left-thumb {
        width: 250px;
        height: 250px;
        left: 2px;
    }
}

.left-thumb-wrapper .border-shape {
    position: absolute;
    left: calc(-10% + 2px);
    z-index: 1;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/lf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 550px;
    height: 550px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, hsl(var(--black))), color-stop(96%, #051A2F));
    background: linear-gradient(360deg, hsl(var(--black)) 20%, #051A2F 96%);
}

@media screen and (max-width: 1599px) {
    .left-thumb-wrapper .border-shape {
        width: 450px;
        height: 450px;
        left: calc(-6% + 2px);
    }
}

@media screen and (max-width: 1499px) {
    .left-thumb-wrapper .border-shape {
        width: 400px;
        height: 400px;
        left: 2px;
    }
}

@media screen and (max-width: 991px) {
    .left-thumb-wrapper .border-shape {
        width: 250px;
        height: 250px;
        left: 2px;
    }
}

.right-thumb-wrapper {
    position: relative;
    z-index: -1;
}

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

.right-thumb-wrapper .right-thumb {
    position: absolute;
    right: -10%;
    z-index: -1;
    top: 0;
    -webkit-mask-image: url(../images/shapes/rf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 550px;
    height: 550px;
    background: linear-gradient(-175deg, hsl(var(--base-two)) -2.66%, hsl(var(--black)) 25.18%);
}

@media screen and (max-width: 1599px) {
    .right-thumb-wrapper .right-thumb {
        width: 450px;
        height: 450px;
        right: -6%;
    }
}

@media screen and (max-width: 1499px) {
    .right-thumb-wrapper .right-thumb {
        width: 400px;
        height: 400px;
        right: 2px;
    }
}

@media screen and (max-width: 991px) {
    .right-thumb-wrapper .right-thumb {
        width: 250px;
        height: 250px;
        right: 2px;
    }
}

.right-thumb-wrapper .border-shape {
    position: absolute;
    right: calc(-10% + 1px);
    z-index: 1;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/rf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 550px;
    height: 550px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, hsl(var(--black))), color-stop(96%, #051A2F));
    background: linear-gradient(360deg, hsl(var(--black)) 20%, #051A2F 96%);
}

@media screen and (max-width: 1599px) {
    .right-thumb-wrapper .border-shape {
        width: 450px;
        height: 450px;
        right: calc(-6% + 2px);
    }
}

@media screen and (max-width: 1499px) {
    .right-thumb-wrapper .border-shape {
        width: 400px;
        height: 400px;
        right: 2px;
    }
}

@media screen and (max-width: 991px) {
    .right-thumb-wrapper .border-shape {
        width: 250px;
        height: 250px;
        right: 2px;
    }
}

/*================= campaign section end here =================*/

/* ================================ Testimonails Section Css Start ============================= */

.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonials .section-heading {
    margin-bottom: 0;
}

.testimonials .testimonial-shape {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 300px;
    height: 250px;
    -webkit-filter: blur(80px);
    filter: blur(80px);
}

@media screen and (max-width: 991px) {
    .testimonials .testimonial-shape {
        display: none;
    }
}

.testimonials .testimonial-shape img {
    width: 100%;
    height: 100%;
}

.testimonials .testimonial-shape::before {
    position: absolute;
    left: -220px;
    content: "";
    top: 50%;
    width: 100%;
    height: 50%;
    z-index: -1;
    background-color: hsl(var(--base)/0.5);
    -webkit-filter: blur(80px);
    filter: blur(80px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonails-card {
    height: 100%;
}

.testimonial-item {
    --this-color: var(--base);
    -webkit-mask-image: url(../images/shapes/ts-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 70px 30px;
    position: relative;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), -webkit-gradient(linear, left top, right top, color-stop(28%, #07090E), color-stop(46.1%, hsl(var(--this-color))), color-stop(66.11%, #050A12));
    border-radius: 16px;
    position: relative;
    height: 100%;
}

.testimonial-item::before {
    position: absolute;
    content: "";
    left: 2px;
    z-index: -1;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/ts-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
}

@media screen and (max-width: 1199px) {
    .testimonial-item {
        padding: 45px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .testimonial-item {
        padding: 70px 20px;
    }
}

@media screen and (max-width: 767px) {
    .testimonial-item {
        padding: 40px 15px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item {
        padding: 70px 20px;
    }
}

.testimonial-item__content {
    text-align: center;
}

.testimonial-item__name {
    margin-bottom: 4px;
    color: hsl(var(--white));
}

.testimonial-item__designation {
    color: hsl(var(--white));
    font-weight: 600;
}

.testimonial-item__desc {
    color: hsl(var(--white));
    font-style: italic;
    text-align: center;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 16px;
}

.testimonial-item .rating-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 16px;
}

.testimonial-item .rating-list__item {
    margin: 0 2px;
    color: hsl(var(--white));
    width: 24px;
    height: 24px;
    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: 4px;
    font-size: 14px;
    background-color: hsl(var(--warning));
}

.testimonial-slider .slick-slide:nth-child(odd) .testimonial-item {
    --this-color: var(--base-two);
}

.testimonial-slider .slick-dots {
    padding-top: 0px;
    margin-left: -72%;
    text-align: left;
    margin-top: -80px;
    position: absolute;
}

@media screen and (max-width: 991px) {
    .testimonial-slider .slick-dots {
        position: unset;
        margin: unset;
        padding-top: 20px;
        text-align: center;
    }
}

.testimonial-slider .slick-dots li {
    display: inline-block;
}

.testimonial-slider .slick-dots li button {
    border: none;
    border: 1px solid hsl(var(--white));
    color: transparent;
    border-radius: 50%;
}

.testimonial-slider .slick-dots li.slick-active button {
    border-color: hsl(var(--base));
    color: hsl(var(--base));
    width: 8px;
    height: 8px;
}

/* ================================ Testimonails Section Css End ============================= */

/*============== cta section start here ============== */

.cta-section {
    overflow: hidden;
}

.cta-wrapper {
    position: relative;
    z-index: 1;
    padding: 80px 50px;
    border-radius: 30px;
    -webkit-mask-image: url(../images/shapes/cta-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--card-bg));
    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;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .cta-wrapper {
        padding: 75px 30px;
    }
}

@media screen and (max-width: 575px) {
    .cta-wrapper {
        -webkit-mask-image: none;
        padding: 40px 24px;
    }
}

.cta-wrapper::before {
    right: -150px;
    bottom: -150px;
    position: absolute;
    content: "";
    background-color: hsl(var(--base)/0.8);
    width: 300px;
    height: 300px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 8s ease-in-out infinite;
    animation: pulse 9s ease-in-out infinite;
}

.cta-wrapper::after {
    left: -150px;
    top: -150px;
    position: absolute;
    content: "";
    background-color: hsl(var(--base-two)/0.8);
    width: 300px;
    height: 300px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 8s ease-in-out infinite;
    animation: pulse 7s ease-in-out infinite;
}

.cta-wrapper .cta-content {
    position: relative;
    z-index: 7;
}

.cta-wrapper .cta-content__badge {
    background-color: hsl(var(--base));
    padding: 8px 16px;
    color: hsl(var(--white));
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media screen and (max-width: 424px) {
    .cta-wrapper .cta-content__badge {
        font-size: 12px;
        padding: 6px 12px;
    }
}

.cta-wrapper .cta-content__title {
    color: hsl(var(--white));
}

.cta-wrapper .cta-content__desc {
    max-width: 460px;
    color: hsl(var(--white));
    font-size: 20px;
    font-weight: 500;
}

@media screen and (max-width: 1199px) {
    .cta-wrapper .cta-content__desc {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .cta-wrapper .cta-content__desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 424px) {
    .cta-wrapper .cta-content__desc {
        font-size: 15px;
    }
}

.cta-wrapper .cta-content__btn {
    margin-top: 32px;
}

@media screen and (max-width: 991px) {
    .cta-wrapper .cta-content__btn {
        margin-top: 24px;
    }
}

@media screen and (max-width: 575px) {
    .cta-wrapper .cta-content__btn {
        margin-top: 20px;
    }
}

.cta-wrapper .shape,
.cta-wrapper .shape-two,
.cta-wrapper .shape-three,
.cta-wrapper .shape-four {
    -webkit-animation: up-down 3s ease-in-out infinite;
    animation: up-down 3s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
    .cta-wrapper .shape,
    .cta-wrapper .shape-two,
    .cta-wrapper .shape-three,
    .cta-wrapper .shape-four {
        display: none;
    }
}

.cta-wrapper .shape {
    position: absolute;
    right: 4%;
    top: 0;
    z-index: -1;
}

.cta-wrapper .shape img {
    max-width: 540px;
}

@media screen and (max-width: 1399px) {
    .cta-wrapper .shape img {
        max-width: 400px;
    }
}

.cta-wrapper .shape-two {
    position: absolute;
    right: 3%;
    top: 0;
    z-index: -1;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.cta-wrapper .shape-two img {
    max-width: 540px;
}

@media screen and (max-width: 1399px) {
    .cta-wrapper .shape-two img {
        max-width: 400px;
    }
}

.cta-wrapper .shape-three {
    position: absolute;
    right: 15%;
    bottom: 0;
    z-index: -1;
    -webkit-animation-name: left-to-right !important;
    animation-name: left-to-right !important;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.cta-wrapper .shape-three img {
    max-width: 540px;
}

@media screen and (max-width: 1399px) {
    .cta-wrapper .shape-three img {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-wrapper .shape-three img {
        max-width: 400px;
    }
}

.cta-wrapper .shape-four {
    position: absolute;
    right: 20%;
    bottom: 0;
    z-index: -1;
    -webkit-animation-name: left-to-right !important;
    animation-name: left-to-right !important;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.cta-wrapper .shape-four img {
    max-width: 540px;
}

@media screen and (max-width: 1399px) {
    .cta-wrapper .shape-four img {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .cta-wrapper .shape-four img {
        max-width: 400px;
    }
}

@-webkit-keyframes up-down {
    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes up-down {
    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes left-to-right {
    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes left-to-right {
    0%,
    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

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

.cta-thumb-wrapper .thumb {
    margin-bottom: -75px;
}

/*============== cta section end here ============== */

/*============ counter section css start here ============*/

.counter-item {
    --this-color: var(--base);
    -webkit-mask-image: url(../images/shapes/ts-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 50px 35px;
    position: relative;
    z-index: 2;
    border-radius: 30px;
    position: relative;
    height: 100%;
    text-align: center;
    z-index: 2;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), -webkit-gradient(linear, left top, right top, color-stop(28%, #07090E), color-stop(46.1%, hsl(var(--this-color))), color-stop(66.11%, #050A12));
    border-radius: 16px;
    position: relative;
    height: 100%;
}

.counter-item::before {
    position: absolute;
    content: "";
    left: 2px;
    z-index: -1;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/ts-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
}

@media screen and (max-width: 767px) {
    .counter-item {
        padding: 40px 24px;
    }
}

@media screen and (max-width: 575px) {
    .counter-item {
        padding: 30px 20px;
    }
}

.counter-item__title {
    color: hsl(var(--white));
    font-size: 32px;
    margin-bottom: 12px;
    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;
}

@media screen and (max-width: 991px) {
    .counter-item__title {
        font-size: 24px;
    }
}

.counter-item__title .odometer {
    font-size: 46px;
    line-height: 1;
}

@media screen and (max-width: 1199px) {
    .counter-item__title .odometer {
        font-size: 42px;
    }
}

@media screen and (max-width: 991px) {
    .counter-item__title .odometer {
        font-size: 36px;
    }
}

.counter-item__text {
    font-size: 20px;
    font-weight: 500;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .counter-item__text {
        font-size: 18px;
    }
}

@media screen and (max-width: 575px) {
    .counter-item__text {
        font-size: 16px;
    }
}

.counter-wrapper div[class*=col-sm-6]:nth-child(2) .counter-item {
    --this-color: var(--base-two)
}

.counter-wrapper div[class*=col-sm-6]:nth-child(3) .counter-item {
    --this-color: var(--success)
}

/*============== counter section css end here ============*/

/*=========== why choose us section css start here ===========*/

.why-choose-section .section-heading {
    margin-bottom: 40px;
}

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

.why-choose-wrapper {
    -webkit-mask-image: url(../images/shapes/ab-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 1;
    background: linear-gradient(154.58deg, hsl(var(--base)) -2.66%, #000000 25.18%);
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.why-choose-wrapper::before {
    position: absolute;
    content: "";
    left: 2px;
    z-index: 2;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/ab-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, hsl(var(--black))), color-stop(96.11%, #051A2F));
    background: linear-gradient(360deg, hsl(var(--black)) 19.07%, #051A2F 96.11%);
}

.choose-item {
    -webkit-mask-image: url(../images/shapes/wy-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 30px 20px;
    position: relative;
    z-index: 2;
    background: hsl(var(--base) / .1);
    border-radius: 16px;
    height: 280px;
}

@media screen and (max-width: 1399px) {
    .choose-item {
        height: 250px;
    }
}

@media screen and (max-width: 767px) {
    .choose-item {
        height: unset;
        padding: 20px;
    }
}

@media screen and (max-width: 424px) {
    .choose-item {
        padding: 15px;
    }
}

.choose-item__thumb {
    -webkit-mask-image: url(../images/shapes/wy-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    height: 100%;
}

.choose-item__thumb img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.choose-thumb-container {
    position: relative;
    height: 100%;
    padding: 60px 45px;
    padding-right: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .choose-thumb-container {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 424px) {
    .choose-thumb-container {
        padding: 20px;
    }
}

.choose-thumb-container .item-shape {
    position: relative;
    z-index: 4;
    height: 100%;
}

.choose-thumb-container .item-shape .shape-one {
    max-width: 85px;
}

@media screen and (max-width: 575px) {
    .choose-thumb-container .item-shape .shape-one {
        display: none;
    }
}

.choose-thumb-container .item-shape .shape-two {
    max-width: 90px;
    margin-top: 50px;
    -webkit-mask-image: url(../images/shapes/shape-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: hsl(var(--base));
    pointer-events: none;
}

.choose-thumb-container .item-shape .shape-two img {
    opacity: 0;
}

@media screen and (max-width: 575px) {
    .choose-thumb-container .item-shape .shape-two {
        display: none;
    }
}

.choose-thumb-container div[class*=col-6]:nth-child(2) .choose-item {
    right: 0;
    top: -60px;
    background: hsl(var(--success) / .1);
    backdrop-filter: blur(10px);
}

@media screen and (max-width: 767px) {
    .choose-thumb-container div[class*=col-6]:nth-child(2) .choose-item {
        right: 0;
        top: 0;
    }
}

.choose-thumb-container div[class*=col-6]:nth-child(4) .choose-item {
    right: -10px;
    top: -60px;
    background: hsl(var(--base-two) / .1);
    backdrop-filter: blur(10px);
}

@media screen and (max-width: 767px) {
    .choose-thumb-container div[class*=col-6]:nth-child(4) .choose-item {
        right: 0;
        top: 0;
    }
}

.choose-card {
    -webkit-mask-image: url(../images/shapes/wy-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 22px 30px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px 50px;
    max-width: 370px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), -webkit-gradient(linear, left top, right top, color-stop(28%, #07090E), color-stop(46.1%, hsl(var(--base))), color-stop(66.11%, #050A12));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(90deg, #07090E 28%, hsl(var(--base)) 46.1%, #050A12 66.11%);
    margin-bottom: 24px;
}

@media screen and (max-width: 575px) {
    .choose-card {
        max-width: 100%;
    }
}

@media screen and (max-width: 424px) {
    .choose-card {
        padding: 20px;
    }
}

.choose-card:nth-child(2) {
    -webkit-mask-image: url(../images/shapes/wy-2.png);
}

.choose-card:nth-child(2)::before {
    -webkit-mask-image: url(../images/shapes/wy-2.png);
}

.choose-card:last-child {
    margin-bottom: 0;
}

.choose-card::before {
    position: absolute;
    content: "";
    left: 1px;
    z-index: -1;
    top: 1px;
    -webkit-mask-image: url(../images/shapes/wy-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
}

.choose-card__icon {
    width: 50px;
    color: hsl(var(--base));
    position: relative;
}

@media screen and (max-width: 424px) {
    .choose-card__icon {
        width: 40px;
    }
}

.choose-card__icon::after {
    position: absolute;
    content: "";
    right: -26px;
    top: 0;
    border-left: 2px dashed hsl(var(--white)/0.4);
    z-index: 1;
    width: 2px;
    height: 100%;
}

.choose-card.card-success-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), -webkit-gradient(linear, left top, right top, color-stop(28%, #07090E), color-stop(46.1%, hsl(var(--success))), color-stop(66.11%, #050A12));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(90deg, #07090E 28%, hsl(var(--success)) 46.1%, #050A12 66.11%);
}

.choose-card.card-success-bg .choose-card__icon {
    color: hsl(var(--success));
}

.choose-card.card-base-two-bg {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), -webkit-gradient(linear, left top, right top, color-stop(28%, #07090E), color-stop(46.1%, hsl(var(--base-two))), color-stop(66.11%, #050A12));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), linear-gradient(90deg, #07090E 28%, hsl(var(--base-two)) 46.1%, #050A12 66.11%);
}

.choose-card.card-base-two-bg .choose-card__icon {
    color: hsl(var(--base-two));
}

.choose-card__title {
    margin-bottom: 6px;
    color: hsl(var(--white));
}

.choose-card__text {
    color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .choose-card__text {
        font-size: 14px;
    }
}

.choose-card__content {
    width: calc(100% - 50px);
}

@media screen and (max-width: 424px) {
    .choose-card__content {
        width: calc(100% - 40px);
    }
}

/*=========== popup play btn css start here ===========*/

.choose-btn .play-button {
    position: absolute;
    top: 35%;
    left: 70%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    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;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .choose-btn .play-button {
        left: 50%;
        top: 50%;
    }
}

@media screen and (max-width: 424px) {
    .choose-btn .play-button {
        width: 80px;
        height: 80px;
    }
}

.choose-btn .play-button .icon {
    --circle-color: var(--base);
    --aria-w: 30px;
    font-size: 25px;
    color: hsl(var(--white));
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    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;
    animation: shadow-animation 2s infinite linear;
}

@media screen and (max-width: 424px) {
    .choose-btn .play-button .icon {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }
}

/*=========== why choose us section css end here ===========*/

/*============= benefit section css start here =============*/

.benefit-section .section-heading {
    margin-bottom: 35px;
}

@media screen and (max-width: 1399px) {
    .benefit-section .section-heading {
        margin-bottom: 24px;
    }
}

.benefit-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;
    gap: 20px 10px;
}

.benefit-list__item {
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px 15px;
    line-height: 1;
    background-color: hsl(var(--base-d-700));
    border: 1px solid hsl(var(--base) / .1);
}

.outline-color__base {
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

.outline-color__base-two {
    border-color: hsl(var(--base-two));
    color: hsl(var(--base-two));
}

.outline-color__success {
    border-color: hsl(var(--success));
    color: hsl(var(--success));
}

.benefit-wrapper {
    position: relative;
    height: 100%;
    z-index: 1;
    padding: 60px;
    padding-left: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 1399px) {
    .benefit-wrapper {
        padding: 40px;
        padding-left: 0;
        padding-bottom: 0;
    }
}

@media screen and (max-width: 424px) {
    .benefit-wrapper {
        padding: 30px;
        padding-left: 0;
        padding-bottom: 0;
    }
}

.benefit-wrapper__shape {
    -webkit-mask-image: url(../images/shapes/rf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    z-index: 1;
    background: linear-gradient(-175deg, hsl(var(--base)) -2.66%, hsl(var(--black)) 25.18%);
    position: relative;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.benefit-wrapper__shape::before {
    position: absolute;
    content: "";
    left: 2px;
    z-index: 2;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/rf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, hsl(var(--black))), color-stop(96.11%, #051A2F));
    background: linear-gradient(360deg, hsl(var(--black)) 19.07%, #051A2F 96.11%);
}

.benefit-wrapper .benefit-thumb-item {
    position: relative;
    z-index: 3;
    -webkit-mask-image: url(../images/shapes/bn-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 40px 20px;
    background: hsl(var(--base-d-700) / .8);
    border-radius: 16px;
}

@media screen and (max-width: 424px) {
    .benefit-wrapper .benefit-thumb-item {
        padding: 24px 14px;
    }
}

.benefit-wrapper .benefit-thumb-item .thumb {
    position: relative;
    z-index: 3;
    -webkit-mask-image: url(../images/shapes/bn-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

/*=============== benefit section css end here =============*/

/*=============== partner section css start here ===============*/

.partner-wrapper {
    position: relative;
    z-index: 1;
    border-radius: 24px;
    -webkit-mask-image: url(../images/shapes/partner-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--card-bg));
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .partner-wrapper {
        -webkit-mask-image: none;
    }
}

.partner-wrapper::before {
    right: -150px;
    bottom: -150px;
    position: absolute;
    content: "";
    background-color: hsl(var(--base)/0.8);
    width: 300px;
    height: 300px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 8s ease-in-out infinite;
    animation: pulse 9s ease-in-out infinite;
}

@media screen and (max-width: 575px) {
    .partner-wrapper::before {
        right: -250px;
    }
}

.partner-wrapper::after {
    left: -150px;
    top: -150px;
    position: absolute;
    content: "";
    background-color: hsl(var(--base-two)/0.8);
    width: 300px;
    height: 300px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 8s ease-in-out infinite;
    animation: pulse 7s ease-in-out infinite;
}

@media screen and (max-width: 575px) {
    .partner-wrapper::after {
        left: -250px;
    }
}

.company-list {
    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;
    overflow: hidden;
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

.company-list .company-name {
    width: 16.6666666667%;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translate(2px, 2px);
    transform: translate(2px, 2px);
    margin-top: -2px;
}

@media screen and (max-width: 767px) {
    .company-list .company-name {
        width: 25%;
    }
}

@media screen and (max-width: 575px) {
    .company-list .company-name {
        width: 33.3333333333%;
    }
}

.company-list .company-name .thumb {
    margin-top: -1px;
    padding: 45px 25px;
    margin-left: -1px;
    border: 1px solid hsl(var(--white)/0.1);
    height: 100%;
}

@media screen and (max-width: 991px) {
    .company-list .company-name .thumb {
        padding: 24px 15px;
    }
}

@media screen and (max-width: 575px) {
    .company-list .company-name .thumb {
        padding: 15px 10px;
    }
}

/*=================== faq section css start here ===================*/

.faq-section {
    position: relative;
    z-index: 2;
}

.faq-section .left-thumb-wrapper .border-shape::after {
    left: 100px;
    top: 100px;
    position: absolute;
    content: "";
    background-color: hsl(var(--base-two)/0.8);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
}

.faq-section .right-thumb-wrapper .border-shape::after {
    right: 100px;
    top: 100px;
    position: absolute;
    content: "";
    background-color: hsl(var(--base)/0.8);
    width: 200px;
    height: 200px;
    border-radius: 50%;
    -webkit-filter: blur(60px);
    filter: blur(60px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 9s ease-in-out infinite;
    animation: pulse 9s ease-in-out infinite;
}

.faq-section__bottom {
    text-align: center;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .faq-section__bottom {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .faq-section__bottom {
        margin-top: 30px;
    }
}

.section-two .section-heading {
    padding-bottom: 10px;
}

.section-two .section-heading__inner {
    display: none;
}

/*===================== faq section css end here ===================*/

/*=============== campaign sidebar css start here ===============*/

.campaign-sidebar {
    position: sticky;
    top: 100px;
    z-index: 1;
}

.sidebar-item {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #051A2F), color-stop(96%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19%, hsl(var(--black)) 96%);
    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;
}

.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;
}

/*================= campaign sidebar css end here ===============*/

/* ============campaign details section start here============ */

.campaign-details__thumb {
    height: 480px;
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .campaign-details__thumb {
        height: 400px;
    }
}

@media screen and (max-width: 767px) {
    .campaign-details__thumb {
        height: 350px;
    }
}

.campaign-details__thumb img {
    border-radius: 16px;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.campaign-details__content {
    margin-top: 32px;
}

.campaign-details__title {
    margin-bottom: 12px;
    color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .campaign-details__title {
        font-size: 26px;
    }
}

@media screen and (max-width: 767px) {
    .campaign-details__title {
        font-size: 24px;
    }
}

@media screen and (max-width: 424px) {
    .campaign-details__title {
        font-size: 22px;
    }
}

.campaign-details__info .table tbody {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #051A2F), color-stop(96%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19%, hsl(var(--black)) 96%);
}

.campaign-details__info .table tbody tr {
    border-bottom: 0;
}

.campaign-details__info .table tbody tr:first-child td {
    border-top: 1px solid hsl(var(--white)/0.1);
}

.campaign-details__info .table tbody tr:first-child td:first-child {
    border-radius: 6px 0 0 0;
}

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

.campaign-details__info .table tbody tr .text {
    background-color: hsl(var(--white)/0.1);
    border-radius: 40px;
    padding: 8px 12px;
    font-size: 16px;
    line-height: 1;
}

.campaign-details__info .table tbody tr td {
    background-color: transparent !important;
    max-width: unset;
    color: hsl(var(--white)/0.7) !important;
    border-right: 1px solid hsl(var(--white)/0.1);
    border-bottom: 1px solid hsl(var(--white)/0.1);
    font-size: 16px;
    font-weight: 600;
    padding: 12px 20px;
}

@media screen and (max-width: 575px) {
    .campaign-details__info .table tbody tr td {
        font-size: 14px;
        padding: 10px 16px;
    }
}

@media screen and (max-width: 374px) {
    .campaign-details__info .table tbody tr td {
        padding: 10px;
    }
}

.campaign-details__info .table tbody tr td:first-child {
    width: 250px;
    border-left: 1px solid hsl(var(--white)/0.1);
}

@media screen and (max-width: 575px) {
    .campaign-details__info .table tbody tr td:first-child {
        width: 150px;
    }
}

@media screen and (max-width: 374px) {
    .campaign-details__info .table tbody tr td:first-child {
        width: 120px;
    }
}

.campaign-details__info .table tbody tr td:last-child {
    text-align: left;
}

.campaign-details__btn {
    margin-top: 40px;
}

@media screen and (max-width: 575px) {
    .campaign-details__btn {
        margin-top: 24px;
    }
}

.content-item {
    margin-bottom: 30px;
}

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

.content-item__title {
    margin-bottom: 12px;
    color: hsl(var(--white));
    font-weight: 600;
}

.content-item__desc {
    font-weight: 500;
}

.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 30px;
    }
}

@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;
    }
}

.content-list {
    margin-top: 16px;
}

.content-list__item {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    font-family: var(--heading-font);
}

@media screen and (max-width: 374px) {
    .content-list__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.content-list__item:last-child {
    margin-bottom: 0;
}

.content-list__icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    margin-top: 4px;
}

.content-list__icon img {
    width: 100%;
}

.content-list__text {
    width: calc(100% - 18px);
    font-weight: 500;
}

.content-list__text .title {
    font-weight: 600;
    color: hsl(var(--white));
}

/*============== campaign details section end here============ */

/*=============== not found page css start here ===============*/

.not-found {
    padding: 60px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    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;
    min-height: 100vh;
}

@media screen and (max-width: 767px) {
    .not-found {
        padding: 45px 0;
    }
}

.not-found .right-thumb-wrapper .right-thumb {
    right: 0;
    width: 650px;
    height: 650px;
    background: linear-gradient(-175deg, hsl(var(--base)) -2.66%, hsl(var(--black)) 25.18%);
}

@media screen and (max-width: 1399px) {
    .not-found .right-thumb-wrapper .right-thumb {
        width: 550px;
        height: 550px;
    }
}

@media screen and (max-width: 991px) {
    .not-found .right-thumb-wrapper .right-thumb {
        width: 500px;
        height: 500px;
        right: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.not-found .right-thumb-wrapper .border-shape {
    right: 1px;
    width: 650px;
    height: 650px;
}

@media screen and (max-width: 1399px) {
    .not-found .right-thumb-wrapper .border-shape {
        width: 550px;
        height: 550px;
    }
}

@media screen and (max-width: 991px) {
    .not-found .right-thumb-wrapper .border-shape {
        width: 500px;
        height: 500px;
        right: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.not-found .right-thumb-wrapper .bg-style {
    position: absolute;
    content: "";
    top: 0%;
    width: 130px;
    right: 30%;
    height: 130px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
    z-index: 1;
    margin-top: 100px;
}

.not-found .error-thumb {
    margin-bottom: 20px;
}

@media screen and (max-width: 424px) {
    .not-found .error-thumb {
        max-width: 250px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

.not-found__thumb {
    margin-top: -40px;
    margin-right: 50px;
}

@media screen and (max-width: 1399px) {
    .not-found__thumb {
        margin-top: -20px;
    }
}

@media screen and (max-width: 991px) {
    .not-found__thumb {
        text-align: center;
        max-width: 400px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 575px) {
    .not-found__thumb {
        max-width: 300px;
    }
}

.not-found__shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .not-found .not-found-content {
        text-align: center;
    }
}

.not-found .not-found-content__text {
    font-size: 46px;
}

@media screen and (max-width: 1399px) {
    .not-found .not-found-content__text {
        font-size: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .not-found .not-found-content__text {
        font-size: 32px;
    }
}

@media screen and (max-width: 575px) {
    .not-found .not-found-content__text {
        font-size: 28px;
    }
}

.not-found .not-found-content__bottom {
    margin-top: 60px;
}

@media screen and (max-width: 1399px) {
    .not-found .not-found-content__bottom {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .not-found .not-found-content__bottom {
        margin-top: 30px;
    }
}

/*================ not found page css end here ===============*/

.profile-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.profile-item__title {
    text-align: center;
}

@media screen and (max-width: 575px) {
    .profile-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.profile-item__thumb {
    position: relative;
    width: 85px;
    height: 85px;
}

.profile-item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.profile-item__thumb .thumb {
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    height: 100%;
}

.profile-item__content .text {
    color: hsl(var(--white));
    font-weight: 600;
}

.profile-item .edit {
    position: absolute;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: hsl(var(--base));
    right: -1px;
    bottom: 5px;
    cursor: pointer;
    color: hsl(var(--white));
    border: 3px solid hsl(var(--white));
}

/* ================================= Dashboard Fulid Sidebar Css Start =========================== */

.dashboard .sidebar-logo {
    text-align: center;
    margin: 24px 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: 260px;
    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;
    /* Menu Title Css */
    /* Hr Css */
}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--white)/0.15);
}

.dashboard .sidebar-menu__inner {
    width: 100%;
}

.dashboard .sidebar-menu.show-sidebar {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 991px) {
    .dashboard .sidebar-menu {
        -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.7);
    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 {
    background-color: hsl(var(--white));
    border-color: hsl(var(--white));
    color: hsl(var(--base));
}

.dashboard .sidebar-menu .menu-title {
    letter-spacing: 0.9px;
    padding: 12px 15px;
    color: #9da9b5;
    font-weight: 600;
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu hr {
    opacity: 0.15;
}

.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-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--white));
}

.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;
    -webkit-transition: 0.1s linear;
    transition: 0.1s linear;
    color: hsl(var(--white)/0.7);
    font-size: 0.8125rem;
}

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 20px 28px;
    width: 100%;
    color: hsl(var(--white)/0.7);
    font-weight: 600;
    line-height: 1;
    font-size: 1rem;
    border-radius: 0 40px 40px 0;
}

.dashboard .sidebar-menu-list__link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--white));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.sidebar-submenu.active {
    display: block;
}

.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(--base));
}

.sidebar-submenu-list__item.active>a::before {
    border-color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link {
    padding: 12px 15px;
    display: block;
    color: hsl(var(--white)/0.7);
    font-weight: 600;
    font-size: 1rem;
    margin-left: 20px;
    border-radius: 0 40px 40px 0;
    position: relative;
    padding-left: 25px;
}

.dashboard .sidebar-submenu-list__link::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid hsl(var(--white)/0.7);
    border-radius: 50%;
    transition: all linear 0.2s;
}

.dashboard .sidebar-submenu-list__link:hover {
    color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link:hover::before {
    border-color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

/* ============ 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-two)/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;
    background-color: #f3f9fe;
    font-size: 1.125rem;
    border: 1px solid hsl(var(--black)/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;
}

/* ========= User Profile Css End ============== */

/* ================================= Dashboard Fulid Sidebar Css End =========================== */

/*=============== search page css start here ===============*/

.search-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.search-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

.search-item__title {
    color: hsl(var(--white));
    font-weight: 600;
}

.search-item__left {
    width: 200px;
}

.search-item__right {
    width: calc(100% - 200px);
}

.search-item .check-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search-item .check-list__item {
    background: hsl(var(--black));
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 12px;
    border: 1px solid hsl(var(--white)/0.2);
    border-radius: 8px;
    line-height: 1;
}

.search-item .check-list__item .form--check {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search-item .check-list__item .form--check .form-check-input {
    margin-top: 0;
}

.search-item .check-list__item .form--check .form-check-label {
    font-size: 16px;
    color: hsl(var(--white)/0.7);
    font-weight: 500;
    padding-left: 8px;
}

.search-wrapper-btn,
.campaign-table {
    margin-top: 40px;
}

@media screen and (max-width: 575px) {
    .search-wrapper-btn,
    .campaign-table {
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .search-item {
        flex-direction: column;
        align-items: flex-start;
    }
    .search-item__left {
        width: 100%;
    }
    .search-item__right {
        width: 100%;
    }
    .search-item .profile-item__thumb {
        margin-right: auto;
    }
}

/* ======search information css start here====== */

.search-information {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #051A2F), color-stop(96%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19%, hsl(var(--black)) 96%);
    border-radius: 16px;
    position: relative;
    z-index: 1;
    border: 1px solid hsl(var(--white)/0.1);
}

.search-information__top {
    padding: 12px;
}

.search-information__thumb {
    width: 100%;
    max-height: 480px;
    overflow: hidden;
    border-radius: 12px;
    height: 100%;
}

.search-information__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.search-information__title {
    margin-top: 20px;
}

@media screen and (max-width: 424px) {
    .search-information__content {
        overflow-x: auto;
    }
}

@media screen and (max-width: 424px) {
    .search-information .info-item {
        min-width: 400px;
    }
}

.search-information .info-item:first-child .info-item__wrapper:last-child {
    border-bottom: 1px solid hsl(var(--white)/0.2);
}

.search-information .info-item__title {
    margin-bottom: 0;
    padding: 20px;
}

.search-information .info-item__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid hsl(var(--white)/0.2);
}

.search-information .info-item__left {
    width: 200px;
    padding: 20px;
}

@media screen and (max-width: 575px) {
    .search-information .info-item__left {
        padding: 10px;
        width: 180px;
    }
}

.search-information .info-item__right {
    width: calc(100% - 200px);
    border-left: 1px solid hsl(var(--white)/0.2);
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
    .search-information .info-item__right {
        width: calc(100% - 180px);
        padding: 10px;
    }
}

.search-information .info-item__right .text {
    background-color: hsl(var(--white)/0.1);
    border-radius: 40px;
    font-family: var(--heading-font);
    padding: 7px 13px;
    line-height: 1;
}

.search-information__sidebar {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #051A2F), color-stop(96%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19%, hsl(var(--black)) 96%);
    border-radius: 16px;
    position: sticky;
    top: 100px;
    z-index: 1;
    border: 1px solid hsl(var(--white)/0.1);
    padding: 20px;
}

/* ======search information css end here====== */

/*================= search page css end here ===============*/

/* ======================  Plugin Customization Start  ======================*/

/* ======================  Select2 Start  ======================*/

.select2-wrapper {
    --border-radius: 12px;
    --height: 56px;
    --select2-border: hsl(var(--white)/.2);
}

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

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

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

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

.select2+.select2-container .select2-selection__arrow {
    top: 50%;
    right: 5px;
    -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: "\f0d7";
    inset: 0;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    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));
}

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

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

.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(--card-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));
}

.select2-container--below.select2-container--open .select2-selection__arrow::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

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

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

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

.select2+.select2-container:has(.select2-selection--multiple) {
    min-height: 56px !important;
    height: unset !important;
}

.select2-selection--multiple {
    height: auto !important;
}

.select2-selection--multiple .select2-search__field {
    border: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #212529;
    border: 1px solid #212529;
    font-size: 12px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #dddcdc3d;
    padding: 7px 7px;
    margin-right: 7px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: hsl(var(--white) / .1);
    color: #fff;
    outline: none;
}

/* ======================  Select2 End  ======================*/

/* ================= Slick Arrow & Dots css Start ================ */

.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    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: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base-two));
}

.slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

/* -------------- Slick Slider Arrow Style two ------------  */

.slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    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: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    top: -67px;
}

@media screen and (max-width: 1199px) {
    .slick-arrow {
        top: -69px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

.slick-arrow:hover {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.slick-next {
    right: 10px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.slick-prev {
    right: 52px;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}

/* Dots Css Start */

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--black));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-radius: 50%;
    text-indent: -9999px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 25px;
    border-radius: 5px;
    color: hsl(var(--base));
}

/* Dots Css End */

/* ================= Slick Arrow & Dots css Start ================ */

/* ================================= Range Slider Css Start =========================== */

.custom--range__content {
    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;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 60%;
    text-align: right;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    border: 0;
    background: hsl(var(--base)/0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--base)) !important;
    border: 2px solid hsl(var(--white)) !important;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* ================================= Range Slider Css End =========================== */

/* ======================  Plugin Customization End  ======================*/

/* ======================  Pages Design Start  ======================*/

/* =========================================== Blog Details Css Start ==============================*/

.blog-details {
    border-radius: 12px;
    overflow: hidden;
    padding: 16px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
    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;
}

.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;
}

.quote-text {
    background-color: hsl(var(--base)/0.1);
    padding: 30px 20px;
    border-radius: 5px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .quote-text {
        padding: 25px 15px;
    }
}

/* ========================================== Blog Details Css End ======================================*/

/* =========================================== Account Css Start =========================*/

.account {
    padding: 120px 0;
}

.account .right-thumb-wrapper {
    z-index: unset;
}

.account .right-thumb-wrapper .right-thumb {
    z-index: unset;
}

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

@media screen and (max-width: 1399px) {
    .account {
        padding: 50px 0;
    }
}

.account .left-thumb-wrapper .left-thumb {
    position: absolute;
    left: 0%;
    z-index: 1;
    top: 0;
    -webkit-mask-image: url(../images/shapes/lf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 550px;
    height: 550px;
    background: linear-gradient(155deg, hsl(var(--base-d-300)) -2.66%, hsl(var(--black)) 25.18%);
}

@media screen and (max-width: 1599px) {
    .account .left-thumb-wrapper .left-thumb {
        width: 450px;
        height: 450px;
        left: -6%;
    }
}

@media screen and (max-width: 1499px) {
    .account .left-thumb-wrapper .left-thumb {
        width: 400px;
        height: 400px;
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    .account .left-thumb-wrapper .left-thumb {
        width: 250px;
        height: 250px;
        left: 2px;
    }
}

.account .left-thumb-wrapper .border-shape {
    position: absolute;
    left: 2px;
    z-index: 1;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/lf-11.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 550px;
    height: 550px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, hsl(var(--black))), color-stop(96%, #051A2F));
    background: linear-gradient(360deg, hsl(var(--black)) 20%, #051A2F 96%);
}

@media screen and (max-width: 1599px) {
    .account .left-thumb-wrapper .border-shape {
        width: 450px;
        height: 450px;
    }
}

@media screen and (max-width: 1499px) {
    .account .left-thumb-wrapper .border-shape {
        width: 400px;
        height: 400px;
        left: 2px;
    }
}

@media screen and (max-width: 991px) {
    .account .left-thumb-wrapper .border-shape {
        width: 250px;
        height: 250px;
        left: 2px;
    }
}

.account-inner {
    position: relative;
}

.account-form {
    -webkit-box-shadow: 0 6px 20px hsl(var(--black)/0.07);
    box-shadow: 0 6px 20px hsl(var(--black)/0.07);
    background-color: hsl(var(--white)/0.1);
    padding: 50px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base)) 46%, #050A12 66.11%), linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
    margin-top: 70px;
    margin-right: 35px;
    border: 1px solid hsl(var(--white)/0.1);
}

@media screen and (max-width: 991px) {
    .account-form {
        margin-right: 0;
        margin-top: 40px;
    }
}

.account-form::before {
    position: absolute;
    content: "";
    left: 0px;
    top: 1px;
    border-radius: 32px;
    width: 100%;
    height: calc(100% - 2px);
    z-index: -1;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 30px 15px;
    }
}

.account-form .account-logo {
    display: block;
    margin-inline: auto;
}

.account-form__content {
    text-align: center;
    margin-bottom: 35px;
}

.account-form__title {
    margin-bottom: 0;
}

.account-form__badge {
    background-color: hsl(var(--base));
    padding: 6px 16px;
    color: hsl(var(--white));
    border-radius: 50px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.account-thumb-wrapper {
    position: relative;
    z-index: 1;
}

.account-thumb-wrapper__thumb {
    position: relative;
    bottom: -60px;
    max-width: 625px;
    z-index: 1;
}

@media screen and (max-width: 1499px) {
    .account-thumb-wrapper__thumb {
        max-width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .account-thumb-wrapper__thumb {
        max-width: 470px;
        bottom: 0;
    }
}

.account-thumb-wrapper::after {
    position: absolute;
    content: "";
    top: 10%;
    width: 170px;
    left: 17%;
    height: 170px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    -webkit-filter: blur(70px);
    filter: blur(70px);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
}

@media screen and (max-width: 575px) {
    .account-thumb-wrapper::after {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 424px) {
    .account-thumb-wrapper::after {
        width: 100px;
        height: 100px;
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
}

.account-thumb-wrapper .thumb-text-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

@media screen and (max-width: 424px) {
    .account-thumb-wrapper .thumb-text-wrapper {
        display: none;
    }
}

.account-thumb-wrapper .thumb-text-wrapper .text {
    padding: 10px 12px;
    border-radius: 8px;
    color: hsl(var(--white));
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}

@media screen and (max-width: 767px) {
    .account-thumb-wrapper .thumb-text-wrapper .text {
        font-size: 12px;
        padding: 8px 10px;
    }
}

@media screen and (max-width: 575px) {
    .account-thumb-wrapper .thumb-text-wrapper .text {
        font-size: 10px;
        padding: 6px 8px;
    }
}

.account-thumb-wrapper .thumb-text-wrapper .text:nth-child(1) {
    right: 30%;
    top: 10%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@media screen and (max-width: 575px) {
    .account-thumb-wrapper .thumb-text-wrapper .text:nth-child(1) {
        top: 5%;
    }
}

.account-thumb-wrapper .thumb-text-wrapper .text:nth-child(2) {
    right: 0%;
    top: 10%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media screen and (max-width: 575px) {
    .account-thumb-wrapper .thumb-text-wrapper .text:nth-child(2) {
        top: 5%;
    }
}

.account-thumb-wrapper .thumb-text-wrapper .text:nth-child(3) {
    right: 15%;
    top: 20%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@media screen and (max-width: 575px) {
    .account-thumb-wrapper .thumb-text-wrapper .text:nth-child(3) {
        top: 13%;
    }
}

.account-thumb-wrapper .thumb-text-wrapper .text:nth-child(4) {
    right: 0%;
    top: 30%;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

@media screen and (max-width: 575px) {
    .account-thumb-wrapper .thumb-text-wrapper .text:nth-child(4) {
        top: 25%;
    }
}

.account-thumb-wrapper .thumb-text-wrapper .text:nth-child(5) {
    right: 27%;
    top: 32%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

@media screen and (max-width: 575px) {
    .account-thumb-wrapper .thumb-text-wrapper .text:nth-child(5) {
        top: 22%;
    }
}

@keyframes float {
    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.account-logo {
    margin-bottom: 100px;
    max-width: 170px;
    width: 100%;
}

@media screen and (max-width: 1499px) {
    .account-logo {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1199px) {
    .account-logo {
        margin-bottom: 24px;
    }
}

.bg-style {
    position: absolute;
    content: "";
    top: 0%;
    width: 130px;
    right: -2%;
    height: 130px;
    border-radius: 50%;
    background-color: hsl(var(--base-two));
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
    z-index: 1;
    margin-top: 60px;
}

@media screen and (max-width: 575px) {
    .bg-style {
        width: 150px;
        height: 150px;
    }
}

@media screen and (max-width: 424px) {
    .bg-style {
        width: 100px;
        height: 100px;
        -webkit-filter: blur(30px);
        filter: blur(30px);
    }
}

.forgot-password {
    font-weight: 500;
}

.social-login-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.social-login-wrapper__title {
    font-size: 0.875rem;
    color: hsl(var(--heading-color));
    font-weight: 600;
    margin-bottom: 12px;
}

.social-login-list {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    margin-top: 24px;
}

.social-login-list .social-login-btn {
    border-radius: 12px;
    padding: 12px 15px;
    color: hsl(var(--white));
    font-size: 16px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
}

.social-login-list .social-login-btn.google {
    background-color: #FF4B26;
}

.social-login-list .social-login-btn.facebook {
    background-color: #167EE6;
}

.social-login-list .social-login-btn.linkedin {
    background-color: #0B86CA;
}

.another-login {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .another-login {
        margin-top: 0;
    }
}

.another-login .text {
    background-color: #041423;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    color: #828282;
    font-size: 14px;
    font-weight: 600;
}

.another-login::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 0.5px solid #e0e0e05b;
}

.have-account__text {
    font-weight: 600;
}

.have-account__link {
    color: hsl(var(--white));
    font-weight: 700;
}

.register .right-thumb-wrapper .right-thumb {
    background: linear-gradient(-175deg, hsl(var(--success)) -2.66%, hsl(var(--black)) 25.18%);
}

.register .right-thumb-wrapper .bg-style {
    background-color: hsl(var(--success));
}

/* ============================================ Account Css End ====================================*/

/*============== contact section css start here ==============*/

.contact-section {
    position: relative;
    z-index: 1;
}

.contact-section__left {
    position: absolute;
    left: 0;
    z-index: 1;
    top: 0;
    -webkit-mask-image: url(../images/shapes/contact-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: linear-gradient(155deg, hsl(var(--base-two)) -2.66%, hsl(var(--black)) 25.18%);
    width: 600px;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .contact-section__left {
        width: 500px;
        height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .contact-section__left {
        width: 350px;
        height: 400px;
    }
}

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

.contact-section__left::before {
    position: absolute;
    content: "";
    left: 2px;
    z-index: 2;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/contact-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, hsl(var(--black))), color-stop(96.11%, #051A2F));
    background: linear-gradient(360deg, hsl(var(--black)) 19.07%, #051A2F 96.11%);
}

.contact-section__left .shape-bg-one {
    position: absolute;
    content: "";
    top: 30px;
    width: 100px;
    left: 20px;
    height: 100px;
    border-radius: 50%;
    background-color: hsl(var(--base-two));
    -webkit-filter: blur(70px);
    filter: blur(40px);
    z-index: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
}

.contact-section__right {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    -webkit-mask-image: url(../images/shapes/contact-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: linear-gradient(155deg, hsl(var(--base)) -2.66%, hsl(var(--black)) 25.18%);
    width: 350px;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .contact-section__right {
        width: 250px;
        height: 400px;
    }
}

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

.contact-section__right::before {
    position: absolute;
    content: "";
    right: 2px;
    z-index: 2;
    top: 2px;
    -webkit-mask-image: url(../images/shapes/contact-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, hsl(var(--black))), color-stop(96.11%, #051A2F));
    background: linear-gradient(360deg, hsl(var(--black)) 19.07%, #051A2F 96.11%);
}

.contact-section__right .shape-bg-two {
    position: absolute;
    content: "";
    top: 30px;
    width: 100px;
    right: 20px;
    height: 100px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    -webkit-filter: blur(40px);
    filter: blur(40px);
    z-index: 2;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
    -webkit-animation: pulse 6s ease-in-out infinite;
    animation: pulse 6s ease-in-out infinite;
}

.contact-wrapper {
    padding: 40px 30px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

.contact-wrapper::before {
    position: absolute;
    content: "";
    left: 1px;
    z-index: -1;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
    border-radius: 24px;
}

.contact-wrapper::after {
    position: absolute;
    content: "";
    left: -1px;
    z-index: -2;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--white)/0.1);
    border-radius: 24px;
}

.contact-wrapper__subtitle {
    background-color: hsl(var(--base));
    padding: 6px 16px;
    color: hsl(var(--white));
    border-radius: 50px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.contact-sidebar {
    padding: 40px 24px;
    border-radius: 24px;
    position: relative;
    z-index: 1;
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

.contact-sidebar::before {
    position: absolute;
    content: "";
    left: 1px;
    z-index: -1;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
    border-radius: 24px;
}

.contact-sidebar::after {
    position: absolute;
    content: "";
    left: -1px;
    z-index: -2;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--white)/0.1);
    border-radius: 24px;
}

.contact-sidebar__subtitle {
    background-color: hsl(var(--base));
    padding: 6px 16px;
    color: hsl(var(--white));
    border-radius: 50px;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.contact-sidebar__title {
    font-weight: 600;
    color: hsl(var(--white));
}

.contact-item-wrapper .contact-item {
    padding: 24px 12px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
    margin-bottom: 24px;
}

.contact-item-wrapper .contact-item.bg-success {
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--success)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

.contact-item-wrapper .contact-item.bg-base-two {
    background: linear-gradient(90.08deg, #07090E 28%, hsl(var(--base-two)) 46.1%, #050A12 66.11%), linear-gradient(0deg, hsl(var(--white)/0.1), hsl(var(--white)/0.1));
}

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

.contact-item-wrapper .contact-item::before {
    position: absolute;
    content: "";
    left: 1px;
    z-index: -1;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
    border-radius: 12px;
}

.contact-item-wrapper .contact-item::after {
    position: absolute;
    content: "";
    left: -1px;
    z-index: -2;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--white)/0.1);
    border-radius: 12px;
}

.contact-item-wrapper .contact-item__title {
    margin-bottom: 10px;
    font-weight: 600;
}

.contact-item-wrapper .contact-item__icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: hsl(var(--white));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 20px;
    background-color: hsl(var(--black));
    border: 1px solid hsl(var(--white)/0.2);
}

.contact-item-wrapper .contact-item__desc {
    font-size: 14px;
}

.contact-item-wrapper .contact-item__desc .link {
    color: hsl(var(--body-color));
    margin-bottom: 3px;
}

.contact-item-wrapper .contact-item__desc .link:last-child {
    margin-bottom: 0;
}

.contact-item-wrapper .contact-item__desc .link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.contact-item-wrapper .contact-item__content {
    width: calc(100% - 35px);
}

.contact-main-container {
    padding: 50px 30px;
    padding-bottom: 0;
}

@media screen and (max-width: 767px) {
    .contact-main-container {
        padding: 40px 15px;
    }
}

@media screen and (max-width: 575px) {
    .contact-main-container {
        padding: 0;
    }
}

/*============== contact section css end here ==============*/

/* ================================= Dashboard Css Start =========================== */

.dashboard {
    position: relative;
    /* User Info Css Start */
    /* User Info Css End */
    /*  dashboard-sidebar css start here */
    /*  dashboard-sidebar css end here */
    /* ================================= Dashboard Css End =========================== */
}

.dashboard__right {
    width: 100%;
    margin-left: 260px;
    overflow-x: hidden;
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
    }
}

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    background-color: hsl(var(--section-bg));
    border-radius: 0 0 0 2px;
    margin-left: 25px;
    padding: 0 25px;
    position: sticky;
    top: 0;
    z-index: 9;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header {
        margin-left: 0;
    }
}

.dashboard .dashboard-header__inner {
    padding: 15px 0;
    gap: 10px;
}

.dashboard .dashboard-header__right {
    gap: 15px;
}

.dashboard .dashboard-header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

.dashboard .dashboard-header .bd-btn {
    padding: 10px 25px;
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
    border-radius: 5px;
    font-weight: 600;
    font-size: 1rem;
}

.dashboard .dashboard-header .bd-btn:hover {
    background-color: hsl(var(--base)/0.2);
}

.dashboard .dashboard-header .bd-btn:active {
    position: relative;
    top: 2px;
}

.dashboard .dashboard-header .bd-btn .icon {
    margin-right: 5px;
}

.dashboard .dashboard-header .bd-btn.support {
    background-color: hsl(var(--primary)/0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-header .bd-btn.support:hover {
    background-color: hsl(var(--primary)/0.2);
}

.dashboard .dashboard-header .bd-btn.logout {
    background-color: hsl(var(--danger)/0.1);
    color: hsl(var(--danger));
}

.dashboard .dashboard-header .bd-btn.logout:hover {
    background-color: hsl(var(--danger)/0.2);
}

.dashboard .user-info {
    position: relative;
    text-align: center;
}

.dashboard .user-info__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.dashboard .user-info__button:focus-visible {
    outline: none;
}

.dashboard .user-info__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 424px) {
    .dashboard .user-info__right {
        gap: 10px;
    }
}

.dashboard .user-info .user-info-dropdown {
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
    background-color: hsl(var(--section-bg));
    -webkit-box-shadow: 0px 5px 25px hsl(var(--section-bg)/0.1);
    box-shadow: 0px 5px 25px hsl(var(--section-bg)/0.1);
    width: max-content;
    position: absolute;
    right: 0;
    z-index: 9;
    top: 100%;
    margin-top: 15px;
    padding: 15px;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    visibility: hidden;
    opacity: 0;
}

.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: #5d7387 !important;
    margin-left: 0 !important;
    width: 100%;
    font-weight: 600;
    text-align: left;
    font-size: 0.9375rem;
    border-radius: 5px;
}

.dashboard .user-info .user-info-dropdown__link.active {
    background-color: hsl(var(--base));
}

.dashboard .user-info .user-info-dropdown__link:hover {
    background-color: hsl(var(--base)/0.08);
    color: hsl(var(--base)) !important;
}

.dashboard .user-info .user-info-dropdown__link .icon {
    margin-right: 8px;
}

.dashboard .user-info__thumb {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
}

@media screen and (max-width: 424px) {
    .dashboard .user-info__thumb {
        width: 40px;
        height: 40px;
    }
}

.dashboard .user-info__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.dashboard .user-info__name {
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .dashboard .user-info__name {
        display: none;
    }
}

.dashboard .user-info__inner {
    padding-right: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

@media screen and (max-width: 1399px) {
    .dashboard .user-info__inner {
        padding-right: 30px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard .user-info__inner {
        padding-right: 15px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .user-info__inner {
        padding-right: 0px;
    }
}

.dashboard .user-info__item {
    position: relative;
    width: 48px;
    height: 48px;
    background: rgba(45, 156, 219, 0.15);
    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: 15px;
    font-size: 20px;
}

@media screen and (max-width: 575px) {
    .dashboard .user-info__item {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 374px) {
    .dashboard .user-info__item {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

.dashboard .user-info__item svg {
    width: 28px;
}

@media screen and (max-width: 575px) {
    .dashboard .user-info__item svg {
        width: 20px;
    }
}

.dashboard .user-info__item .user-info-number {
    position: absolute;
    top: -3px;
    right: -10px;
    content: "";
    width: 23px;
    color: hsl(var(--white));
    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;
    height: 23px;
    border: 2px solid hsl(var(--black));
    background-color: hsl(var(--base-two));
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

@media screen and (max-width: 374px) {
    .dashboard .user-info__item .user-info-number {
        width: 20px;
        height: 20px;
        font-size: 9px;
        top: -8px;
        right: -4px;
    }
}

.dashboard .notification-link svg {
    color: hsl(var(--base-two));
}

.dashboard .message-link svg {
    color: hsl(var(--base));
}

.dashboard .message-link .user-info-number {
    background-color: hsl(var(--base));
}

.dashboard .setting-link svg {
    color: hsl(var(--success));
}

.dashboard .setting-link .user-info-number {
    background-color: hsl(var(--success));
}

.dashboard .dashboard-header .search-form {
    width: 400px;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-header .search-form {
        width: 300px;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-header .search-form {
        width: 200px;
    }
}

.dashboard .dashboard-header .search-form .form--control {
    background: hsl(var(--black));
    border: 1px solid hsl(var(--white)/0.2);
    color: hsl(var(--white));
    padding: 13px 20px;
    padding-right: 40px;
}

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

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

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

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

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

.dashboard .dashboard-header .search-form__icon {
    background: transparent;
    width: unset;
    border-radius: 0;
    font-size: 18px;
    right: 18px;
}

.dashboard .dashboard-body {
    position: relative;
    padding: 40px 25px;
    min-height: 100vh;
    padding-bottom: 100px;
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-body {
        padding: 30px 20px;
    }
}

.dashboard .dashboard-body__bar-icon {
    color: hsl(var(--white));
    font-size: 1.5rem;
    cursor: pointer;
}

.dashboard .dashboard-body__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 24px;
}

.dashboard .dashboard-body__top .title {
    margin-bottom: 0;
}

.dashboard .dashboard-widget {
    padding: 24px 16px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19.07%, #051A2F), color-stop(96.11%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19.07%, hsl(var(--black)) 96.11%);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    height: 100%;
}

.dashboard .dashboard-widget:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget {
        padding: 16px;
        gap: 15px;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-widget {
        padding: 16px;
    }
}

.dashboard .dashboard-widget__icon {
    width: 60px;
    height: 60px;
    background-color: hsl(var(--white)/0.13);
    color: hsl(var(--base));
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
    margin-top: 7px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 40px;
    position: relative;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget__icon {
        width: 50px;
        height: 50px;
        margin-top: 5px;
        font-size: 30px;
    }
}

.dashboard .dashboard-widget__icon::after {
    position: absolute;
    content: "";
    left: -15px;
    top: -15px;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    background-color: hsl(var(--white)/0.08);
    border-radius: 50%;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget__icon::after {
        left: -10px;
        top: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
    }
}

.dashboard .dashboard-widget__icon img {
    width: 32px;
}

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

.dashboard .dashboard-widget__content {
    width: calc(100% - 80px);
    padding-left: 16px;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 50px);
        padding-left: 10px;
    }
}

.dashboard .dashboard-widget__number {
    margin-bottom: 5px;
    font-size: 30px;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget__number {
        font-size: 28px;
    }
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-widget__number {
        font-size: 24px;
    }
}

.dashboard .dashboard-widget__text {
    color: hsl(var(--white));
    font-weight: 700;
    font-family: var(--heading-font);
}

@media screen and (max-width: 1399px) {
    .dashboard .dashboard-widget__text {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 424px) {
    .dashboard .dashboard-widget__text {
        font-size: 0.875rem;
    }
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n+1) .dashboard-widget__icon {
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n+2) .dashboard-widget__icon {
    background-color: hsl(var(--violet)/0.1);
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n+3) .dashboard-widget__icon {
    background-color: hsl(var(--info)/0.1);
    color: hsl(var(--info));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n+4) .dashboard-widget__icon {
    background-color: hsl(var(--warning)/0.1);
    color: hsl(var(--warning));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n+5) .dashboard-widget__icon {
    background-color: hsl(var(--success)/0.1);
    color: hsl(var(--success));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n+6) .dashboard-widget__icon {
    background-color: hsl(var(--primary)/0.1);
    color: hsl(var(--primary));
}

.dashboard .dashboard-widget-wrapper div[class*=col]:nth-of-type(7n+7) .dashboard-widget__icon {
    background-color: hsl(var(--danger)/0.1);
    color: hsl(var(--danger));
}

.dashboard .dashboard-sidebar {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #051A2F), color-stop(96%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19%, hsl(var(--black)) 96%);
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
    position: sticky;
    top: 100px;
    z-index: 1;
    border: 1px solid hsl(var(--white)/0.1);
}

.dashboard .dashboard-sidebar__title {
    border-bottom: 1px solid hsl(var(--white)/0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
    font-weight: 600;
}

.dashboard .dashboard-sidebar__item {
    margin-bottom: 40px;
}

.dashboard .dashboard-sidebar__item:last-child {
    margin-bottom: 0;
}

.dashboard .dashboard-sidebar .latest-item {
    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);
}

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

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

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

.dashboard .dashboard-sidebar .latest-item__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

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

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

.dashboard .dashboard-sidebar .latest-item__title {
    margin-bottom: 16px;
    font-size: 14px;
}

.dashboard .dashboard-sidebar .latest-item__title a {
    color: hsl(var(--white)/0.7);
    font-weight: 700;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dashboard .dashboard-sidebar .latest-item__title a:hover {
    color: hsl(var(--base));
}

.dashboard .dashboard-statistic-wrapper {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(19%, #051A2F), color-stop(96%, hsl(var(--black))));
    background: linear-gradient(360deg, #051A2F 19%, hsl(var(--black)) 96%);
    padding: 20px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 1px solid hsl(var(--white)/0.1);
}

.dashboard .dashboard-statistic-wrapper .statistic-item {
    border-bottom: 1px solid hsl(var(--white)/0.1);
    padding-bottom: 16px;
    margin-bottom: 16px;
    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: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.statistic-item__left {
    flex: 1;
}

.statistic-item__right {
    flex-shrink: 0;
}

.dashboard .dashboard-statistic-wrapper .statistic-item__text {
    font-size: 12px;
    font-weight: 700;
    font-family: var(--heading-font);
    line-height: 1.3;
}

.dashboard .dashboard-statistic-wrapper .statistic-item__right .text {
    font-weight: 700;
    line-height: 1;
}

.dashboard .dashboard-statistic-wrapper .statistic-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.dashboard .dashboard-statistic-wrapper .statistic-item__title {
    font-weight: 600;
    margin-bottom: 0;
}

.dashboard .search-form-wrapper {
    position: relative;
}

.dashboard .search-form-wrapper .search-icon {
    display: none;
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .dashboard .search-form-wrapper .search-icon {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .dashboard .search-form-wrapper .search-form {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        -webkit-transition: 0.2s linear;
        transition: 0.2s linear;
    }
}

.dashboard .search-form-wrapper .search-form.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
}

@media screen and (max-width: 424px) {
    .dashboard .search-form-wrapper .search-form.show {
        right: 0;
    }
}

.dashboard .search-form-wrapper:has(.search-form.show) .search-icon {
    display: none;
}

.dashboard .copy-input {
    position: relative;
}

.dashboard .copy-input .copy-icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
    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;
    cursor: pointer;
}

.dashboard .copy-input .form--control {
    padding-right: 50px;
}

.dashboard .referral-share {
    margin-top: 45px;
}

@media screen and (max-width: 575px) {
    .dashboard .referral-share {
        margin-top: 30px;
    }
}

.dashboard .setting-wrapper .qr-code {
    width: 245px;
    height: 245px;
    background: hsl(var(--section-bg));
    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: 2px dashed #757575;
    margin-top: 16px;
    padding: 20px;
}

@media screen and (max-width: 1199px) {
    .dashboard .setting-wrapper .qr-code {
        width: 220px;
        height: 220px;
    }
}

.amount-list {
    margin-top: 16px;
}

.amount-list__item {
    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: 8px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.amount-list__item.total {
    margin-top: 30px;
}

.amount-list__item.total .text {
    color: hsl(var(--white));
}

.amount-list__text {
    margin-top: 16px;
}

label.required:after {
    content: '*';
    color: #DC3545 !important;
    margin-left: 2px;
}

.daterangepicker {
    background-color: #030f1b;
    border: 1px solid #313030;
}

.daterangepicker .calendar-table {
    background-color: transparent;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: transparent;
    border-color: transparent;
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect,
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    background: transparent;
    border: 1px solid #333333;
    padding: 3px;
    font-size: 11px;
    color: white;
    border-radius: 4px;
    option {
        color: black;
    }
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: hsl(var(--white) / .1);
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    color: #000;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 3px;
}

.daterangepicker .drp-buttons {
    border-top: 1px solid #292929;
}

/* ======================  Pages Design End  ======================*/

/*# sourceMappingURL=main.css.map */

.loader-wrapper {
    position: fixed;
    z-index: 999;
    background-color: #051a2f0d;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    backdrop-filter: blur(2px);
}

.loader {
    display: inline-block;
    width: 80px;
    height: 80px;
}

.loader:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid hsl(var(--base));
    border-color: hsl(var(--base)) transparent hsl(var(--base)/0.7) transparent;
    animation: loader 1.2s linear infinite;
}

@keyframes loader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.campaign-details__title {
    flex: 1;
}

@media (max-width: 767px) {
    .campaign-details__title {
        flex: unset;
    }
}

.campaign-details__price {
    padding: 9px 24px;
    background: linear-gradient(331deg, #021223 50.19%, #ff5c3314 94.6%);
    border-radius: 12px;
}

.lightcase-icon-spin:before {
    font-family: "Line Awesome Free";
    font-weight: 900;
    content: "\f1ce";
}

.lightcase-icon-close:before {
    content: "\f00d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 24px;
}

.iziToast.iziToast-theme-dark .iziToast-close {
    color: #ffffff !important;
}

.iziToast.iziToast-theme-light .iziToast-close {
    color: #474747 !important;
}

.error-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    max-width: fit-content;
    text-align: center;
    margin: auto;
}

.error-btn .icon svg {
    width: 20px;
    height: 20px;
    fill: hsl(var(--base));
    transition: all 0.3s;
}

.error-btn:hover .icon svg {
    fill: hsl(var(--white)) !important;
}

.error .description,
.error .title {
    color: hsl(var(--white));
}

.error .title {
    margin-top: 45px;
    margin-bottom: 20px;
}

.account--modal {
    --bs-modal-width: 600px;
}

.account-modal-form {
    border-radius: 8px;
    border: 1px solid hsl(var(--border-color) / .1);
    background-color: hsl(var(--base) / .03);
}

.account-modal-form-top {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 20px;
    background: #132333;
}

.account-modal-form-body {
    padding: 32px 20px;
}

.account-modal-form-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    -webkit-mask-image: url(../images/shapes/ac-shape.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: -70% 0;
    background-color: #f2b94c;
    opacity: 0.5;
}

.advertiser-form .account-modal-form-top::after {
    background-color: #c52332;
    opacity: 0.5;
}

.advertiser-form .account-modal-form-top {
    background-color: rgb(38 28 49 / 70%);
}

.account-modal-form .image {
    margin-bottom: 20px;
    color: hsl(var(--base));
    max-width: 64px;
    margin-inline: auto;
}

.account-modal-form .image img {
    width: 100%;
}

.account-modal-form .title {
    font-size: 20px;
    font-weight: 600;
    color: hsl(var(--white));
    text-align: center;
}

.account-modal-form .text {
    color: hsl(var(--white) / .8);
    text-align: center;
    margin-bottom: 32px;
    font-size: 0.9125rem;
}

.account-modal-form .list {
    padding-left: 20px;
    margin-bottom: 20px;
}

.account-modal-form .list-item {
    list-style: circle;
    font-weight: 300;
    font-size: 0.9125rem;
}

.account-modal-form .list-item:not(:last-child) {
    margin-bottom: 10px;
}

.account-modal-form .btn {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 0.875rem;
}

.modal-backdrop.show {
    --bs-backdrop-opacity: .7;
}