@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Chakra Petch", sans-serif;
    --body-font: "Inter", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 121;
    --base-s: 95%;
    --base-l: 50%;
    --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 Color */
    --base-two-h: 273;
    --base-two-s: 95%;
    --base-two-l: 62%;
    --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-bg: 150 25% 2%;
    --heading-color: 0 0% 100%;
    --black: 0 0% 0%;
    --border-color: 0 0% 88%;
    --section-bg: 150 3% 11%;
    /* ================================ 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);
    --card-bg: linear-gradient(174deg, #032305 -20.3%, rgb(3 5 4) 86.96%);
    /* ================================ Box Shadow End =============================== */
    /* ============================== Bootstrap Modifier Start ============================== */
    /* Primary Color */
    --primary-h: 238;
    --primary-s: 100%;
    --primary-l: 40%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    --primary-d-100: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.1);
    --primary-d-200: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.2);
    --primary-d-300: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.3);
    --primary-d-400: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.4);
    --primary-d-500: var(--primary-h) var(--primary-s) calc(var(--primary-l) - var(--primary-l) * 0.5);
    --primary-l-100: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
    --primary-l-200: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
    --primary-l-300: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
    --primary-l-400: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
    --primary-l-500: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
    /* Secondary Color */
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 2;
    --danger-s: 100%;
    --danger-l: 50%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);

    /* ============================== Bootstrap Modifier End ============================== */
    /* ============================== Dark Mood Color Modify Start ============================== */
    /* ============================== Dark Mood Color Modify End ============================== */
}

:root [data-theme=dark] {
    --white: 200 9% 7%;
    --black: 210 40% 98%;
}

/* ========================= 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.8);
    word-break: break-word;
    background-color: hsl(var(--body-bg));
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

span {
    display: inline-block;
}

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

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

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

h1 {
    font-size: 3.5rem;
}

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

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

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

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

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

h2 {
    font-size: 3rem;
}

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

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

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

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

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

h3 {
    font-size: 2.25rem;
}

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

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

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

h4 {
    font-size: 2rem;
}

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

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

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

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

h5 {
    font-size: 1.5rem;
}

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

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

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

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

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

h6 {
    font-size: 1.25rem;
}

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

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

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

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

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

/* ================================= 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: 767px) {
    .section-heading {
        margin-bottom: 40px;
    }
}

.section-heading__shape {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 200px;
    -webkit-mask-image: url(../images/shapes/ss.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base))), color-stop(41.35%, #042206), color-stop(71.76%, #030504));
    background: linear-gradient(180deg, hsl(var(--base)) 0%, #042206 41.35%, #030504 71.76%);
}

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

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

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

.section-heading__desc {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
    color: hsl(var(--white));
    font-weight: 600;
    font-size: clamp(1rem, 0.8862rem + 0.4854vw, 1.25rem);
}

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

.section-heading.style-left .section-heading__title::before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Color Css End =========================== */
.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 .accordion-item {
    border: 1px solid hsl(var(--base));
    background-color: transparent !important;
    border-radius: 8px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-item {
        background: var(--card-bg);
        z-index: unset;
        border-radius: 8px;
    }
}


@media screen and (max-width: 1399px) {
    .custom--accordion .accordion-item__shape {
        width: 90px;
    }
}

@media screen and (max-width: 991px) {
    .custom--accordion .accordion-item__shape {
        display: none;
    }
}

.custom--accordion .accordion-item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: var(--card-bg);
    border-radius: 8px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-item::before {
        display: none;
    }
}



@media screen and (max-width: 575px) {
    .custom--accordion .accordion-item::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

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

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

.custom--accordion .accordion-body {
    padding: 24px;
    padding-top: 0;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .custom--accordion .accordion-body {
        padding: 16px;
        padding-top: 0;
    }
}

.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: transparent;
    color: var(--white);
    font-size: 24px;
    padding: 24px;
    padding-right: 40px;
}

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

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

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

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

.custom--accordion .accordion-button:not(.collapsed)::after {
    background-image: none;
    color: hsl(var(--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: "\f0d8";
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 24px;
    height: unset;
}

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

    .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: "\f0d7";
    color: hsl(var(--white));
}

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

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

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

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

.btn:active {
    top: 1px;
}

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

@media screen and (max-width: 424px) {
    .btn--lg {
        padding: 18px;
        font-size: 16px;
    }
}

.btn--md {
    padding: 10px 24px;
}

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

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

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

.btn--base {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--black)) !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--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;
}

/* ================================= Button Css End =========================== */
.custom--card {
    padding: 24px;
    border-radius: 16px;
    border: 1px solid hsl(var(--white)/0.1);
    border-radius: 15px;
    background: linear-gradient(174deg, rgba(6, 247, 12, 0.16) -20.3%, rgba(3, 5, 4, 0.49) 86.96%);
}

@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;
    margin-bottom: 15px !important;
}

.custom--card .card-header .card-title,
.custom--card .card-header .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);
}

.ban-content {
    text-align: center;
}

.ban-content .icon {
    font-size: 56px;
    line-height: 1;
    color: hsl(var(--danger));
    margin-bottom: 10px;
}

/* ================================= 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: transparent;
    border: 1px solid hsl(var(--white)/0.3);
    color: hsl(var(--white));
    line-height: 1;
}

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

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

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

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

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

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

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

.form--control.form-control:focus {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

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

.form--control:disabled,
.form--control[readonly]:focus {
    background-color: hsl(var(--white)/0.3) !important;
    color: hsl(var(--white)/0.6);
}

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

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

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

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

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

.form--control[type=file]::-webkit-file-upload-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--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: 130px;
}

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

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

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

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

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #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: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--black)/0.2);
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

.form--radio .form-check-label {
    font-weight: 600;
    width: calc(100% - 16px);
    padding-left: 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:has(.input-group-text) {
    border-radius: 12px;
    overflow: hidden;
}

.input-group-text {
    border-color: transparent;
}

.input--group {
    border-radius: 5px;
    border: 1px solid hsl(var(--border-color));
}

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

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

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

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

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

.input-group>.form-control {
    color: hsl(var(--white));
}

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

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

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

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

.input-group-text.input-style {
    border: 1px solid transparent;
    background: hsl(var(--base));
    color: hsl(var(--black));
    font-weight: 600;
    border-radius: 0 12px 12px 0;
}

/* --======================Custom Input group 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 .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: transparent;
    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: 1px solid hsl(var(--white)/0.12);
    padding: 15px;
}

.custom--modal .modal-header .btn-close {
    font-size: 1.5625rem;
    line-height: 1;
    border-radius: 4px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-image: none;
    opacity: 1;
}

.custom--modal .modal-header .btn-close i {
    color: hsl(var(--white));
}

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

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

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

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

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

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

/* ================================= Modal Css End =========================== */
/* ================================= Pagination Css Start =========================== */
.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between:has(.pagination) {
    margin-top: 60px;
    align-items: flex-start !important;
}

.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 1199px) {
    .flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between:has(.pagination) {
        margin-top: 48px;
        align-items: flex-start !important;
    }
}

@media screen and (max-width: 991px) {
    .flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between:has(.pagination) {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between:has(.pagination) {
        margin-top: 32px;
    }
}

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

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

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--white)/0.1);
    margin: 0 4px;
    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(--section-bg));
    font-weight: 500;
    padding: 0;
    color: hsl(var(--white)/0.8);
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--black));
    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--btns {
    gap: 6px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: flex;
}

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

.icon-btn {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    font-size: 14px;
    color: hsl(var(--black)) !important;
}


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

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

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

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

.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;
    border-radius: 10px;
    background: #132A14;
}

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

.remaining {
    margin-bottom: 20px;
}

.remaining .title {
    margin-bottom: 10px;
}

.remaining-amount {
    margin-bottom: 6px;
}

.progress {
    height: 10px;
}

/* ================================= Table 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(--white));
    border-radius: 50%;
}

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

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

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

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

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

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

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

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

/* ================================= Badge Css End =========================== */
/* ====================================== Alert Css Start =============================== */
.alert {
    margin-bottom: 0;
    background-color: hsl(var(--white));
    font-weight: 400;
    padding: 17px 24px;
    border: 0 !important;
    display: flex;
    border-radius: 12px;
    margin-bottom: 20px;
}

.alert button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    background: transparent;
}

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

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

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

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

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

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

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

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

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

.alert__link {
    position: relative;
}



.alert--base {
    background-color: hsl(var(--base)/.1);
    border-left: 3px solid hsl(var(--base)) !important;
}

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

.alert--primary {
    background-color: hsl(var(--primary)/.1);
    border-left: 3px solid hsl(var(--primary)) !important;
}

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

.alert--success {
    background-color: hsl(var(--success)/.1);
    border-left: 3px solid hsl(var(--success)) !important;
}

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

.alert--info {
    background-color: hsl(var(--info)/.1);
    border-left: 3px solid hsl(var(--info)) !important;
}

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

.alert--danger {
    background-color: hsl(var(--danger)/.1);
    border-left: 3px solid hsl(var(--danger)) !important;
}

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

.alert--warning {
    background-color: hsl(var(--base)/.1);
    border-left: 3px solid hsl(var(--base)) !important;
}

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

.alert--secondary {
    background-color: hsl(var(--secondary)/.1);
    border-left: 3px solid hsl(var(--secondary)) !important;
}

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

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

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

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

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

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

    50% {
        opacity: 1;
    }

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

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

    50% {
        opacity: 1;
    }

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

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

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

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

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-top: 60px;
}

@media screen and (max-width: 1499px) {
    .header {
        padding-top: 40px;
    }
}

@media screen and (max-width: 1399px) {
    .header {
        padding-top: 30px;
    }
}

.header .navbar {
    position: unset;
}

.header.fixed-header {
    position: fixed;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    top: 0px;
    padding-block: 16px;
    -webkit-animation: slide-down 0.8s;
    animation: slide-down 0.8s;
    width: 100%;
    background-color: hsl(var(--body-bg));
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

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

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

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

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

.navbar {
    padding: 0 !important;
}

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

.btn--groups .text {
    color: hsl(var(--white));
    font-weight: 600;
}

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

    .header .nav-menu .nav-item {
        padding-right: 16px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .header .nav-menu .nav-item {
        padding-right: 20px;
    }
}

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

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

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

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

    .header .nav-menu .nav-item:hover .header-dropdown {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }
}

@media (min-width: 1200px) {
    .header .nav-menu .nav-item .nav-link {
        color: hsl(var(--white)) !important;
        position: relative;
        cursor: pointer;
        font-size: 1.25rem;
        font-family: var(--heading-font);
        padding: 0px;
        font-weight: 700;
    }
}

@media (min-width: 1200px) {
    .header .header-main-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        z-index: 3;
        padding: 28px 30px;
        padding-top: 44px;
    }

    .header .header-main-container::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-mask-image: url(../images/shapes/bs-1.png);
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background: hsl(var(--base));
    }

    .header .header-main-container__shape {
        position: absolute;
        top: 15px;
        left: 30px;
        -webkit-mask-image: url(../images/shapes/bs-2.png);
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background: hsl(var(--base));
        z-index: 999;
        width: 85px;
        height: 9px;
    }
}

@media (min-width: 1400px) {
    .header .nav-menu .nav-item {
        padding-right: 24px;
    }

    .header .nav-menu .nav-item .nav-link {
        font-size: 1.25rem;
        padding: 0px;
    }
}

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

@media screen and (max-width: 1199px) {
    .header {
        padding-block: 20px;
        border-bottom: 1px solid hsl(var(--white)/0.1);
    }

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

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

    .header .nav-menu .header-dropdown {
        position: static !important;
        display: none !important;
    }

    .header .nav-menu .header-dropdown.show {
        display: block !important;
    }

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

    .header .nav-item:not(:last-child) {
        margin-bottom: 16px !important;
    }

    .header .nav-item.active .nav-link {
        color: hsl(var(--base));
    }

    .header .nav-item .nav-link {
        padding: 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;
        color: hsl(var(--heading-color));
        font-weight: 500;
        font-size: 1.125rem;
    }

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

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

.header .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.125rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 10px;
}

@media screen and (max-width: 575px) {
    .header .navbar-toggler.header-button {
        font-size: 2rem;
    }
}

@media screen and (max-width: 424px) {
    .header .navbar-nav .btn {
        padding: 10px 15px;
        font-size: 16px;
    }
}

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

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

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 16px;
    padding-left: 48px;
}

@media screen and (max-width: 1399px) {
    .header-right {
        gap: 12px;
        padding-left: 24px;
    }
}

.header-right .btn:has(.icon) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.header-right .btn:has(.icon) .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.lang-box {
    margin-right: 8px;
}

@media screen and (max-width: 1399px) {
    .lang-box {
        margin-right: 0;
        display: inline-block;
    }
}

.lang-box-btn {
    color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lang-box-btn.show .icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.lang-box-btn .thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

.lang-box-btn .thumb img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1399px) {
    .lang-box-btn .thumb {
        height: 20px;
        width: 20px;
    }
}

.lang-box-btn .text {
    color: hsl(var(--white));
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 140%;
}

@media screen and (max-width: 1399px) {
    .lang-box-btn .text {
        font-size: 1.125rem;
    }
}

.lang-box-btn .icon {
    color: hsl(var(--white));
    font-size: 0.75rem;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.lang-box-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    padding: 6px 10px;
    font-size: 1rem;
    color: hsl(var(--white));
    font-weight: 600;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    border-radius: 6px;
}

.lang-box-link:hover {
    background-color: hsl(var(--white)/0.2);
    color: hsl(var(--white));
}

.lang-box-link .thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.lang-box-link .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1199px) {
    .lang-box .dropdown-menu {
        left: 0 !important;
        right: auto !important;
    }
}

.dropdown-menu {
    padding: 12px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: hsl(var(--section-bg));
    border-radius: 12px;
    left: auto !important;
    right: 0 !important;
    display: unset !important;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    top: calc(100% + 12px) !important;
    position: absolute !important;
    border: 1px solid hsl(var(--white)/0.1);
}

.dropdown-menu__link {
    color: hsl(var(--white));
}

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

.dropdown-menu.show {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
}

.header .offcanvas-header {
    background-color: hsl(var(--section-bg));
}

@media screen and (max-width: 1199px) {
    .header .offcanvas-body {
        background-color: hsl(var(--section-bg));
    }
}

.header .btn-close {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: hsl(var(--white));
    background-image: none;
    opacity: 1;
    font-size: 20px;
}

.header .btn-close:hover {
    color: hsl(var(--danger));
}

/* ================================= Header Css End =========================== */
/* ============= Footer Start Here ======================= */
.footer-area {
    position: relative;
    z-index: 1;
    margin: auto 20px 20px 20px;
}

@media screen and (max-width: 1199px) {
    .footer-area {
        background-color: hsl(var(--section-bg));
        margin: 0;
        margin-top: auto;
    }
}

.footer-area__shape {
    position: absolute;
    top: 0px;
    right: 19%;
    -webkit-mask-image: url(../images/shapes/shape-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base));
    z-index: 999;
    width: 250px;
    height: 15px;
}

@media screen and (max-width: 1599px) {
    .footer-area__shape {
        right: 17%;
    }
}

@media screen and (max-width: 1399px) {
    .footer-area__shape {
        width: 200px;
        right: 18%;
    }
}

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

.footer-area-wrapper {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-mask-image: url(../images/shapes/footer-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

@media screen and (max-width: 1199px) {
    .footer-area-wrapper {
        background: none;
        -webkit-mask-image: none;
    }
}

.footer-area::after {
    -webkit-mask-image: url(../images/shapes/footer-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 1199px) {
    .footer-area::after {
        display: none;
    }
}

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

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 190px;
    max-height: 64px;
}

.footer-item__desc {
    font-size: 18px;
    font-weight: 500;
}

.footer-item__title {
    color: hsl(var(--white));
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.footer-item__title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 3px;
    left: 0;
    bottom: -2px;
    border-radius: 100px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0.04%, hsl(var(--base))), color-stop(71%, #043B06));
    background: linear-gradient(90deg, hsl(var(--base)) 0.04%, #043B06 71%);
}

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

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

@media screen and (max-width: 575px) {
    .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 {
    font-weight: 500;
    position: relative;
    padding-left: 20px;
    z-index: 1;
    color: hsl(var(--white)/0.8);
}

.footer-menu__link::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    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;
}

.bottom-footer-text {
    position: relative;
}

@media screen and (max-width: 1199px) {
    .bottom-footer-text {
        border-top: 1px solid hsl(var(--white)/0.1);
        padding-top: 20px;
    }
}

.bottom-footer-text::after {
    position: absolute;
    content: "";
    top: -20px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 963px;
    background: -webkit-gradient(linear, left top, right top, from(#030D05), color-stop(45.19%, rgba(6, 247, 12, 0.2)), to(#030F04));
    background: linear-gradient(90deg, #030D05 0%, rgba(6, 247, 12, 0.2) 45.19%, #030F04 100%);
}

@media screen and (max-width: 1199px) {
    .bottom-footer-text::after {
        display: none;
    }
}

/* ============= Footer End Here ======================= */
/* ===================== Scroll to Top Start ================================= */
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--black));
    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: 10px;
}

.social-list__link {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--black));
    background-color: hsl(var(--base));
}

.social-list__link.active,
.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base-d-200));
    color: hsl(var(--black)) !important;
    border-color: hsl(var(--base)) !important;
}

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

/* ================================= Social Icon Css End ===========================  */
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 265px 0 65px;
    background: linear-gradient(178deg, #051A2F 50.19%, #000000 94.6%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 60px;
}

.breadcrumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    background: linear-gradient(104deg, rgba(0, 0, 0, 0.12) 30.29%, rgba(0, 0, 0, 0.2) 54.3%), linear-gradient(231deg, rgba(0, 0, 0, 0.86) 50.3%, rgba(0, 0, 0, 0.9) 84.02%);
    z-index: -1;
}

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

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 50px 0;
        margin-bottom: 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(--black));
    font-family: var(--heading-font);
    border-radius: 8px;
    font-weight: 600;
    line-height: 1;
    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));
    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 ==================== */
.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: 15px;
    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));
}

.sidebar-item {
    position: relative;
    width: 100%;
    margin-bottom: 32px;
    padding: 24px;
}

.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;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90.08deg, hsl(var(--base)) 28%, hsl(var(--base)) 46.1%, #1C1E1D 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__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

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

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

.sidebar-item::before {
    -webkit-mask-image: url(../images/shapes/bls-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background-color: hsl(var(--section-bg));
}

.sidebar-item::after {
    -webkit-mask-image: url(../images/shapes/bls-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--white)/0.15);
    content: "";
    z-index: -2;
}

.sidebar-item:first-child::after {
    -webkit-mask-image: url(../images/shapes/bls-2.png);
}

.sidebar-item:first-child::before {
    -webkit-mask-image: url(../images/shapes/bls-2.png);
}

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

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

.search-form__icon {
    position: absolute;
    top: 0;
    right: 0;
    background: hsl(var(--base));
    color: hsl(var(--black));
    height: 100%;
    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;
    border-radius: 6px;
    font-size: 24px;
}

.search-form .form--control {
    background: #2C2E2D;
    border: 1px solid hsl(var(--white)/0.1);
    padding: 9px 16px;
    padding-right: 50px;
    color: hsl(var(--white));
}

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

/* ========================= Latest Blog Css End ===================*/
/* =========================== Banner Section Start Here ========================= */
.banner-section {
    position: relative;
    z-index: 1;
    padding: 260px 0;
}

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

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

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

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

@media screen and (max-width: 424px) {
    .banner-section {
        padding: 40px 0;
    }
}

.banner-section__thumb-one {
    position: absolute;
    bottom: 0;
    left: 4%;
}

@media screen and (max-width: 1499px) {
    .banner-section__thumb-one {
        left: 2%;
    }
}

@media screen and (max-width: 1399px) {
    .banner-section__thumb-one {
        left: 1%;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section__thumb-one {
        left: 0%;
    }
}

@media screen and (max-width: 991px) {
    .banner-section__thumb-one {
        display: none;
    }
}

.banner-section__thumb-one img {
    max-width: 540px;
}

@media screen and (max-width: 1599px) {
    .banner-section__thumb-one img {
        max-width: 450px;
    }
}

@media screen and (max-width: 1499px) {
    .banner-section__thumb-one img {
        max-width: 400px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-section__thumb-one img {
        max-width: 370px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section__thumb-one img {
        max-width: 300px;
    }
}

.banner-section__thumb-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

.banner-section__thumb-two img {
    max-width: 870px;
}

@media screen and (max-width: 1599px) {
    .banner-section__thumb-two img {
        max-width: 700px;
    }
}

@media screen and (max-width: 1499px) {
    .banner-section__thumb-two img {
        max-width: 650px;
    }
}

@media screen and (max-width: 1399px) {
    .banner-section__thumb-two img {
        max-width: 600px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section__thumb-two img {
        max-width: 400px;
    }
}

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

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

.banner-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.85);
    z-index: -1;
}

.banner-section .coins-wrapper__one,
.banner-section .coins-wrapper__two,
.banner-section .coins-wrapper__three,
.banner-section .coins-wrapper__four {
    position: absolute;
    -webkit-animation: float 4s ease-in-out infinite;
    animation: float 4s ease-in-out infinite;
    -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}

.banner-section .coins-wrapper {
    position: absolute;
    right: 7%;
    top: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    width: 250px;
    height: 250px;
    -webkit-animation: fadeIn 1s ease-out;
    animation: fadeIn 1s ease-out;
}

@media screen and (max-width: 1499px) {
    .banner-section .coins-wrapper {
        right: 6%;
        width: 220px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .coins-wrapper {
        right: 5%;
        width: 200px;
        height: 200px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section .coins-wrapper {
        display: none;
    }
}

.banner-section .coins-wrapper__one {
    left: 0%;
    top: 0;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@media screen and (max-width: 1599px) {
    .banner-section .coins-wrapper__one {
        top: 30px;
        left: 10px;
    }
}

.banner-section .coins-wrapper__one img {
    max-width: 80px;
}

@media screen and (max-width: 1599px) {
    .banner-section .coins-wrapper__one img {
        max-width: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .coins-wrapper__one img {
        max-width: 50px;
    }
}

.banner-section .coins-wrapper__two {
    left: 150px;
    bottom: -20px;
    z-index: 1;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.banner-section .coins-wrapper__two img {
    max-width: 80px;
}

@media screen and (max-width: 1599px) {
    .banner-section .coins-wrapper__two img {
        max-width: 70px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .coins-wrapper__two img {
        max-width: 50px;
    }
}

.banner-section .coins-wrapper__three {
    left: 150px;
    top: 20px;
    z-index: 1;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@media screen and (max-width: 1599px) {
    .banner-section .coins-wrapper__three {
        top: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .coins-wrapper__three {
        left: 90px;
    }
}

.banner-section .coins-wrapper__three img {
    max-width: 66px;
}

@media screen and (max-width: 1599px) {
    .banner-section .coins-wrapper__three img {
        max-width: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .coins-wrapper__three img {
        max-width: 40px;
    }
}

.banner-section .coins-wrapper__four {
    right: -60px;
    top: -40px;
    z-index: 1;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@media screen and (max-width: 1599px) {
    .banner-section .coins-wrapper__four {
        top: -30px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .coins-wrapper__four {
        right: -10px;
    }
}

.banner-section .coins-wrapper__four img {
    max-width: 66px;
}

@media screen and (max-width: 1599px) {
    .banner-section .coins-wrapper__four img {
        max-width: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-section .coins-wrapper__four img {
        max-width: 40px;
    }
}

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

.banner-content__title {
    color: hsl(var(--white));
    font-size: 60px;
    margin-bottom: 32px;
}

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

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

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

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

.banner-content__subtitle {
    color: hsl(var(--base));
    font-family: var(--heading-font);
    font-weight: 700;
    padding: 9px 20px;
    border-radius: 6px;
    background-color: hsl(var(--white)/0.13);
    margin-bottom: 10px;
    line-height: 1;
}

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

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

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

.banner-content__button {
    margin-top: 40px;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 424px) {
    .banner-content__button .btn {
        width: 100%;
    }
}

@media screen and (max-width: 424px) {
    .banner-content__button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
    }
}

/* up and down animation */
@-webkit-keyframes float {

    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

@keyframes float {

    0%,
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
    }
}

/* Fade-in on load */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

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

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

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

/* =========================== Banner Section End Here ========================= */
/*=========== counter css start here ===========*/
.counterup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 991px) {
    .counterup-item {
        gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.counterup-item__title {
    color: hsl(var(--base));
}

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

.counterup-item__text {
    font-size: 18px;
    color: hsl(var(--white));
}

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

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

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

.counterup-item__icon {
    width: 65px;
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .counterup-item__icon {
        width: 45px;
    }
}

@media screen and (max-width: 424px) {
    .counterup-item__icon {
        width: 32px;
    }
}

@media screen and (max-width: 374px) {
    .counterup-item__icon {
        display: none;
    }
}

.counterup-item .content {
    width: calc(100% - 65px);
    padding-left: 15px;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .counterup-item .content {
        width: calc(100% - 45px);
        padding-left: 8px;
    }
}

@media screen and (max-width: 424px) {
    .counterup-item .content {
        width: calc(100% - 32px);
    }
}

@media screen and (max-width: 374px) {
    .counterup-item .content {
        width: 100%;
        text-align: center;
    }
}

.odometer {
    font-size: 32px;
    line-height: 1;
}

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

@media screen and (max-width: 575px) {
    .odometer {
        font-size: 25px;
    }
}

/*=========== counter css end here ===========*/
/*================== investment plan section css start  here ==================*/
.plan-section .section-heading {
    margin-bottom: 85px;
}

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

.plan-card {
    position: relative;
    z-index: 3;
    padding: 70px 20px;
    padding-bottom: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 767px) {
    .plan-card {
        padding: 50px 15px;
        padding-bottom: 24px;
    }
}

@media screen and (max-width: 575px) {
    .plan-card {
        background: var(--card-bg);
        border-radius: 8px;
        z-index: unset;
    }
}

.plan-card::before {
    -webkit-mask-image: url(../images/shapes/card-5.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(174deg, #032305 -20.3%, #030504 86.96%);
}

@media screen and (max-width: 575px) {
    .plan-card::before {
        display: none;
    }
}

.plan-card::after {
    -webkit-mask-image: url(../images/shapes/card-5.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: linear-gradient(179deg, hsl(var(--base)) 18.65%, rgba(255, 255, 255, 0.15) 85.13%);
    content: "";
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .plan-card::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

.plan-card__badge {
    position: absolute;
    top: -28px;
    left: 40px;
    -webkit-mask-image: url(../images/shapes/card-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 16px;
    background-color: hsl(var(--base));
    width: calc(100% - 80px);
    text-align: center;
    color: hsl(var(--black));
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .plan-card__badge {
        font-size: 20px;
        padding: 12px;
        top: -24px;
    }
}

.plan-card__top {
    text-align: center;
}

.plan-list {
    margin-bottom: 24px;
}

.plan-card__number {
    -webkit-mask-image: url(../images/shapes/card-3.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    padding: 11px 26px;
    background-color: hsl(var(--base));
    color: hsl(var(--black));
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 16px;
}

@media screen and (max-width: 1599px) {
    .plan-card__number {
        padding: 8px 20px;
        font-size: 32px;
    }
}

@media screen and (max-width: 767px) {
    .plan-card__number {
        padding: 8px 20px;
    }
}

.plan-card__time {
    color: hsl(var(--white));
}

.plan-card__btn {
    margin-top: auto;
}

.plan-card .plan-list__item {
    margin-bottom: 10px;
    background-color: hsl(var(--white)/0.16);
    color: hsl(var(--white));
    font-size: 18px;
    padding: 11px 15px;
    position: relative;
    z-index: 1;
    border-radius: 10px;
    padding-left: 40px;
    line-height: 1.2;
}

@media screen and (max-width: 1599px) {
    .plan-card .plan-list__item {
        font-size: 16px;
    }
}

.plan-card .plan-list__item::after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    top: 50%;
    left: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: hsl(var(--black));
    background-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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

/*================== investment plan section css end  here ==================*/
/*========== referral section css start here ==========*/
.referral-item {
    position: relative;
    z-index: 1;
    padding: 50px 70px 80px 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

@media screen and (max-width: 991px) {
    .referral-item {
        padding: 50px 50px 80px;
    }
}

@media screen and (max-width: 767px) {
    .referral-item {
        padding: 20px 30px 40px;
        background: var(--card-bg);
        border-radius: 8px;
        z-index: unset;
    }
}

@media screen and (max-width: 575px) {
    .referral-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 30px;
    }
}

.referral-item::before {
    -webkit-mask-image: url(../images/shapes/rf-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: var(--card-bg);
}

@media screen and (max-width: 767px) {
    .referral-item::before {
        display: none !important;
    }
}

.referral-item::after {
    -webkit-mask-image: url(../images/shapes/rf-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 767px) {
    .referral-item::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

.referral-item__title {
    margin-bottom: 10px;
}

.referral-item__text {
    color: hsl(var(--white));
    max-width: 280px;
    position: relative;
}

@media screen and (max-width: 575px) {
    .referral-item__text {
        font-size: 14px;
        max-width: 210px;
    }
}

.referral-item__text .number {
    position: absolute;
    bottom: -35px;
    right: 0;
    font-family: var(--heading-font);
    font-size: 40px;
    font-weight: 700;
    color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .referral-item__text .number {
        right: -35px;
        font-size: 30px;
    }
}

.referral-item .shape-one {
    position: absolute;
    top: 0px;
    left: 46%;
    -webkit-mask-image: url(../images/shapes/bs-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base));
    z-index: 999;
    width: 85px;
    height: 10px;
}

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

.referral-item .shape-two {
    position: absolute;
    bottom: 16px;
    right: 85px;
    -webkit-mask-image: url(../images/shapes/bs-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base));
    z-index: 9;
    width: 85px;
    height: 10px;
}

@media screen and (max-width: 1399px) {
    .referral-item .shape-two {
        right: 50px;
    }
}

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

.referral-counter {
    position: relative;
    z-index: 1;
    padding: 35px 45px 50px 45px;
}

@media screen and (max-width: 767px) {
    .referral-counter {
        padding: 20px 30px;
        background: var(--card-bg);
        border-radius: 8px;
        z-index: unset;
    }
}

.referral-counter::before {
    -webkit-mask-image: url(../images/shapes/cn-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(174deg, #032305 -20.3%, #030504 86.96%);
}

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

.referral-counter::after {
    -webkit-mask-image: url(../images/shapes/cn-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 767px) {
    .referral-counter::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

.referral-counter__shape {
    position: absolute;
    bottom: 4px;
    right: 45px;
    -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: hsl(var(--base));
    z-index: 9;
    width: 175px;
    height: 18px;
}

@media screen and (max-width: 1399px) {
    .referral-counter__shape {
        right: 30px;
    }
}

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

.referral-counter .counterup-item {
    margin-top: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width: 374px) {
    .referral-counter .counterup-item {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.referral-counter .counterup-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.referral-counter .counterup-wrapper .counterup-item__icon {
    max-width: 60px;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 575px) {
    .referral-counter .counterup-wrapper .counterup-item__icon {
        max-width: 40px;
    }
}

@media screen and (max-width: 374px) {
    .referral-counter .counterup-wrapper .counterup-item__icon {
        display: block;
    }
}

.referral-counter .counterup-wrapper .counterup-item__text {
    font-size: 20px;
    margin-top: 10px;
}

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

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

.referral-counter .counterup-wrapper .counterup-item__title {
    margin-bottom: 0;
}

.referral-counter .counterup-wrapper .counterup-item__title .odometer {
    font-size: 48px;
    line-height: 1;
}

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

@media screen and (max-width: 767px) {
    .referral-counter .counterup-wrapper .counterup-item__title .odometer {
        font-size: 28px;
    }
}

.referral-counter .counterup-wrapper .content {
    text-align: center;
    width: 100%;
}

/*========== referral section css end here ==========*/
/*============== about section css start here ==============*/
.about-content__title {
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .about-content__title {
        margin-bottom: 16px;
    }
}

.about-content__desc {
    font-size: 18px;
    font-weight: 500;
}

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

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

@media screen and (max-width: 374px) {
    .about-content__desc {
        font-size: 14px;
    }
}

.about-content__text {
    color: hsl(var(--white));
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    max-width: 350px;
}

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

@media screen and (max-width: 767px) {
    .about-content__text {
        font-size: 16px;
    }
}

.about-content__desc {
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .about-content__desc {
        margin-top: 20px;
    }
}

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

.about-content__desc:first-child {
    margin-top: 0;
}

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

.about-content__btn {
    margin-top: 50px;
}

@media screen and (max-width: 1199px) {
    .about-content__btn {
        margin-top: 24px;
    }
}

@media screen and (max-width: 767px) {
    .about-content__btn {
        margin-top: 16px;
    }
}

.about-right .title {
    margin-bottom: 45px;
}

@media screen and (max-width: 991px) {
    .about-right .title {
        margin-bottom: 16px;
    }
}

.step-wrapper .step-item {
    position: relative;
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
    .step-wrapper .step-item {
        padding: 25px 16px;
    }
}

@media screen and (max-width: 991px) {
    .step-wrapper .step-item {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {
    .step-wrapper .step-item {
        background: var(--card-bg);
        border-radius: 8px;
    }
}

.step-wrapper .step-item__shape {
    position: absolute;
    top: 0px;
    right: 17%;
    -webkit-mask-image: url(../images/shapes/bs-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base));
    z-index: 999;
    width: 85px;
    height: 10px;
}

@media screen and (max-width: 1199px) {
    .step-wrapper .step-item__shape {
        width: 60px;
    }
}

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

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

.step-wrapper .step-item__title {
    margin-bottom: 0;
}

.step-wrapper .step-item__commission {
    margin-bottom: 0;
    color: hsl(var(--base));
}

.step-wrapper .step-item::before {
    -webkit-mask-image: url(../images/shapes/cm-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: var(--card-bg);
}

@media screen and (max-width: 575px) {
    .step-wrapper .step-item::before {
        display: none;
    }
}

.step-wrapper .step-item::after {
    -webkit-mask-image: url(../images/shapes/cm-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .step-wrapper .step-item::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

.text-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 24px;
}

.text-list__item {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    padding-left: 35px;
}

@media screen and (max-width: 767px) {
    .text-list__item {
        font-size: 16px;
        padding-left: 28px;
    }
}

.text-list__item::after {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border: 2px solid 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;
    border-radius: 50%;
    line-height: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: hsl(var(--base));
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .text-list__item::after {
        width: 20px;
        height: 20px;
        font-size: 12px;
    }
}

/*============== about section css end here ================*/
/*=========== why choose section css start here ===========*/
.choose-us-section .choose-content .section-heading {
    margin-bottom: 40px;
}

.choose-us-section .choose-item-wrapper__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
    gap: 40px;
    max-width: 90%;
}

@media screen and (max-width: 1399px) {
    .choose-us-section .choose-item-wrapper__content {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 424px) {
    .choose-us-section .choose-item-wrapper__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 10px !important;
    }
}

.choose-us-section .choose-item-wrapper__content:last-child {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.choose-us-section .choose-item-wrapper__content:last-child .choose-item {
    width: 50%;
}

@media screen and (max-width: 424px) {
    .choose-us-section .choose-item-wrapper__content:last-child .choose-item {
        width: 100%;
    }
}

.choose-us-section .choose-item-wrapper__content:nth-child(even) {
    margin-left: 35px;
}

@media screen and (max-width: 424px) {
    .choose-us-section .choose-item-wrapper__content:nth-child(even) {
        margin-left: 0;
    }
}

.choose-us-section .choose-item-wrapper .choose-item {
    position: relative;
    padding: 15px 40px;
    border-radius: 8px;
    background: -webkit-gradient(linear, left top, right top, color-stop(37.42%, hsl(var(--base))), color-stop(97.51%, #030504));
    background: linear-gradient(90deg, hsl(var(--base)) 37.42%, #030504 97.51%);
    line-height: 1;
    width: 100%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1199px) {
    .choose-us-section .choose-item-wrapper .choose-item {
        padding: 10px 24px;
        padding-left: 30px;
    }
}

@media screen and (max-width: 575px) {
    .choose-us-section .choose-item-wrapper .choose-item {
        padding: 10px;
        padding-left: 30px;
    }
}

.choose-us-section .choose-item-wrapper .choose-item::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    background-color: #030504;
    color: hsl(var(--base));
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    width: 18px;
    height: 18px;
    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;
}

@media screen and (max-width: 1199px) {
    .choose-us-section .choose-item-wrapper .choose-item::before {
        left: 7px;
    }
}

.choose-us-section .choose-item-wrapper .choose-item__title {
    color: #030504;
    font-weight: 600;
    font-size: 18px;
}

@media screen and (max-width: 1399px) {
    .choose-us-section .choose-item-wrapper .choose-item__title {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .choose-us-section .choose-item-wrapper .choose-item__title {
        font-size: 15px;
    }
}

.choose-us-section .choose-item-wrapper.wrapper-two .choose-item-wrapper__content {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    .choose-us-section .choose-item-wrapper.wrapper-two .choose-item-wrapper__content {
        max-width: 100%;
    }
}

.choose-us-section .choose-item-wrapper.wrapper-two .choose-item-wrapper__content:nth-child(even) {
    margin-left: 0;
}

.why-choose-thumb {
    margin-right: -200px;
}

@media screen and (max-width: 1599px) {
    .why-choose-thumb {
        margin-right: 0px;
    }
}

/*=========== why choose section css end here ===========*/
/* ================================ Testimonails Section Css Start ============================= */
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonails-card {
    padding: 0 10px;
    height: 100%;
}

.testimonial-slider {
    margin-bottom: 4px;
}

.testimonial-slider .slick-track {
    padding: 10px 0;
}

.testimonial-item {
    padding: 40px 20px;
    position: relative;
    height: 100%;
    opacity: 0.5;
}

@media screen and (max-width: 767px) {
    .testimonial-item {
        opacity: 1;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item {
        background: var(--card-bg);
        border-radius: 8px;
    }
}

.testimonial-item::before {
    -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;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: var(--card-bg);
}

@media screen and (max-width: 575px) {
    .testimonial-item::before {
        display: none;
    }
}

.testimonial-item::after {
    -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;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .testimonial-item::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

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

.testimonial-item__icon {
    position: relative;
    -webkit-mask-image: url(../images/shapes/qt.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base));
    z-index: 9;
    width: 45px;
    height: 32px;
    margin-top: 24px;
}

@media screen and (max-width: 991px) {
    .testimonial-item__icon {
        margin-top: 16px;
    }
}

.testimonial-item__content {
    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;
}

.testimonial-item__info {
    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;
}

.testimonial-item__thumb {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 991px) {
    .testimonial-item__thumb {
        width: 60px;
        height: 60px;
    }
}

.testimonial-item__details {
    width: calc(100% - 90px);
    padding-left: 20px;
}

@media screen and (max-width: 991px) {
    .testimonial-item__details {
        width: calc(100% - 60px);
        padding-left: 10px;
    }
}

.testimonial-item__rating {
    margin-top: 12px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .testimonial-item__rating {
        margin-top: 8px;
    }
}

.testimonial-item__rating .icon {
    font-size: 24px;
    color: hsl(var(--warning));
}

@media screen and (max-width: 991px) {
    .testimonial-item__rating .icon {
        font-size: 20px;
    }
}

.testimonial-item__rating .number {
    font-size: 24px;
    color: hsl(var(--white));
    font-weight: 700;
    font-family: var(--heading-font);
}

@media screen and (max-width: 991px) {
    .testimonial-item__rating .number {
        font-size: 20px;
    }
}

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

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

.testimonial-item__desc {
    margin-top: 40px;
}

@media screen and (max-width: 991px) {
    .testimonial-item__desc {
        margin-top: 24px;
    }
}

@media screen and (max-width: 424px) {
    .testimonial-item__desc {
        margin-top: 10px;
    }
}

.slick-current .testimonial-item {
    opacity: 1;
}

/* ================================ Testimonails Section Css End ============================= */
/*================== work process section css start here ==================*/
.work-process-section {
    position: relative;
    z-index: 1;
}

.work-process-section__shape {
    position: absolute;
    top: -50px;
    left: 0;
    background: linear-gradient(178deg, #030504 11.36%, rgba(6, 247, 12, 0.1) 50.03%, rgba(3, 5, 4, 0.39) 87.13%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

@media screen and (max-width: 575px) {
    .work-process-section__shape img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.work-process-wrapper .title {
    margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
    .work-process-wrapper .title {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .work-process-wrapper .title {
        margin-bottom: 20px;
    }
}

.gateway-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .gateway-list {
        gap: 8px;
    }
}

.gateway-list__item {
    background-color: hsl(var(--white));
    padding: 7px 14px;
    border-radius: 8px;
    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: 56px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .gateway-list__item {
        height: 45px;
        padding: 5px 8px;
    }
}

@media screen and (max-width: 1399px) {
    .gateway-list__item img {
        max-width: 80%;
    }
}

@media screen and (max-width: 991px) {
    .gateway-list__item img {
        max-width: 65%;
    }
}

/*================== work process section css start here ==================*/
/*============= investor section css start here =============*/
.investor-item {
    position: relative;
    z-index: 1;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 575px) {
    .investor-item {
        padding: 10px;
        gap: 10px;
    }
}

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

.investor-item__number {
    position: relative;
    -webkit-mask-image: url(../images/shapes/investor-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    font-weight: 700;
    font-family: var(--heading-font);
    background: hsl(var(--base));
    color: hsl(var(--black));
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 767px) {
    .investor-item__number {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .investor-item__number {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

.investor-item__name {
    margin-bottom: 5px;
    color: hsl(var(--white)/0.8);
}

.investor-item__currency {
    margin-bottom: 0;
}

.investor-item__content {
    width: calc(100% - 65px);
}

@media screen and (max-width: 767px) {
    .investor-item__content {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 575px) {
    .investor-item__content {
        width: calc(100% - 45px);
    }
}

.investor-item::before {
    -webkit-mask-image: url(../images/shapes/investor-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: var(--card-bg);
}

.investor-item::after {
    -webkit-mask-image: url(../images/shapes/investor-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--white)/0.2);
    content: "";
    z-index: -2;
}

/*============= investor section css end here =============*/
/*============== deposit withdraw section css start here ==============*/
.withdraw-deposit-section {
    position: relative;
    z-index: 1;
}

.withdraw-deposit-section__shape {
    position: absolute;
    top: -100px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.withdraw-deposit-section .deposit-withdraw-wrapper .title {
    margin-bottom: 40px;
}

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

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

.withdraw-deposit-section .deposit-withdraw-item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    margin-bottom: 24px;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 575px) {
    .withdraw-deposit-section .deposit-withdraw-item {
        background: var(--card-bg);
        border-radius: 8px;
        z-index: unset;
    }
}

@media screen and (max-width: 424px) {
    .withdraw-deposit-section .deposit-withdraw-item {
        padding: 15px 12px;
    }
}

.withdraw-deposit-section .deposit-withdraw-item:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.withdraw-deposit-section .deposit-withdraw-item:last-child {
    margin-bottom: 0;
}

.withdraw-deposit-section .deposit-withdraw-item__shape {
    position: absolute;
    top: 0px;
    right: 19%;
    -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: hsl(var(--base));
    z-index: 999;
    width: 100px;
    height: 10px;
}

@media screen and (max-width: 1199px) {
    .withdraw-deposit-section .deposit-withdraw-item__shape {
        width: 90px;
    }
}

@media screen and (max-width: 991px) {
    .withdraw-deposit-section .deposit-withdraw-item__shape {
        display: none;
    }
}

.withdraw-deposit-section .deposit-withdraw-item .name {
    margin-bottom: 0px;
}

.withdraw-deposit-section .deposit-withdraw-item .time {
    font-size: 14px;
    font-weight: 600;
}

@media screen and (max-width: 424px) {
    .withdraw-deposit-section .deposit-withdraw-item .time {
        font-size: 12px;
    }
}

.withdraw-deposit-section .deposit-withdraw-item__thumb {
    text-align: center;
}

@media screen and (max-width: 991px) {
    .withdraw-deposit-section .deposit-withdraw-item__thumb {
        display: none;
    }
}

.withdraw-deposit-section .deposit-withdraw-item__thumb img {
    max-width: 45px;
}

.withdraw-deposit-section .deposit-withdraw-item__currency {
    margin-bottom: 0;
}

.withdraw-deposit-section .deposit-withdraw-item::before {
    -webkit-mask-image: url(../images/shapes/dp-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: var(--card-bg);
}

@media screen and (max-width: 575px) {
    .withdraw-deposit-section .deposit-withdraw-item::before {
        display: none;
    }
}

.withdraw-deposit-section .deposit-withdraw-item::after {
    -webkit-mask-image: url(../images/shapes/dp-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .withdraw-deposit-section .deposit-withdraw-item::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

/*============== deposit withdraw section css end here ==============*/
/*============= faq section css start here =============*/
.faq-section {
    position: relative;
    z-index: 1;
}

.faq-section__shape {
    position: absolute;
    right: 140px;
    top: 0;
    max-width: 585px;
    z-index: 2;
}

@media screen and (max-width: 1599px) {
    .faq-section__shape {
        max-width: 450px;
        right: 70px;
    }
}

@media screen and (max-width: 1399px) {
    .faq-section__shape {
        max-width: 400px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-section__shape {
        top: 120px;
    }
}

@media screen and (max-width: 991px) {
    .faq-section__shape {
        display: none;
    }
}

.faq-thumb-wrapper {
    position: relative;
}

.faq-thumb-wrapper__shape {
    position: relative;
    z-index: 1;
    height: 350px;
}

@media screen and (max-width: 1199px) {
    .faq-thumb-wrapper__shape {
        right: -2%;
        height: 250px;
    }
}

@media screen and (max-width: 991px) {
    .faq-thumb-wrapper__shape {
        display: none;
    }
}

.faq-thumb-wrapper__shape::before {
    -webkit-mask-image: url(../images/shapes/cn-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(174deg, #032305db -20.3%, #030504 86.96%);
}

@media screen and (max-width: 991px) {
    .faq-thumb-wrapper__shape::before {
        display: none;
    }
}

.faq-thumb-wrapper__shape::after {
    -webkit-mask-image: url(../images/shapes/cn-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 991px) {
    .faq-thumb-wrapper__shape::after {
        display: none;
    }
}

.faq-thumb-wrapper .thumb {
    position: absolute;
    bottom: 0;
    left: -50px;
    z-index: 3;
}

@media screen and (max-width: 1399px) {
    .faq-thumb-wrapper .thumb {
        left: -26px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-thumb-wrapper .thumb {
        left: 0;
    }
}

.faq-thumb-wrapper .thumb img {
    max-width: 400px;
}

@media screen and (max-width: 1399px) {
    .faq-thumb-wrapper .thumb img {
        max-width: 300px;
    }
}

@media screen and (max-width: 1199px) {
    .faq-thumb-wrapper .thumb img {
        max-width: 250px;
    }
}

.faq-thumb-wrapper .shape-two {
    position: absolute;
    top: -90px;
    right: 6%;
    -webkit-mask-image: url(../images/shapes/fq-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base-l-300));
    width: 180px;
    height: 250px;
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .faq-thumb-wrapper .shape-two {
        height: 180px;
        width: 120px;
    }
}

/*=============== faq section css end here =============*/
/* ================================= Blog Section Css Start Here ============================= */
.blog-item {
    -webkit-mask-image: url(../images/shapes/blog-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: relative;
    z-index: 2;
    height: 100%;
    background-color: hsl(var(--section-bg));
}

.blog-item:hover .blog-item__thumb-link .image1 {
    -webkit-transform: translatex(0) scalex(1);
    transform: translatex(0) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.blog-item:hover .blog-item__thumb-link .image2 {
    -webkit-transform: translatex(-50%) scalex(2);
    transform: translatex(-50%) scalex(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb {
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    max-height: 300px;
}

.blog-item__thumb-link {
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link img {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.blog-item__thumb-link .image1 {
    -webkit-transform: translatex(50%) scalex(1);
    transform: translatex(50%) scalex(1);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.blog-item__thumb-link .image2 {
    -webkit-transform: translatex(0%) scalex(1);
    transform: translatex(0%) scalex(1);
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__content {
    padding: 24px;
}

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

.blog-item__date {
    -webkit-mask-image: url(../images/shapes/investor-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-family: var(--heading-font);
    background: hsl(var(--base));
    -ms-flex-negative: 0;
    flex-shrink: 0;
    line-height: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 20px;
    left: 20px;
    overflow: hidden;
    border-radius: 6px;
    text-align: center;
}

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

.blog-item__date .date-time {
    margin-bottom: 0;
    line-height: 1;
    color: hsl(var(--black));
}

.blog-item__date .month {
    margin-bottom: 0;
    color: hsl(var(--black));
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

.blog-item__title {
    margin-bottom: 10px;
}

.blog-item__title-link {
    color: hsl(var(--heading-color));
    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));
}

/* 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 ================================= */
/* ================================= 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: #032305;
    overflow-y: auto;
    z-index: 999;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    width: 300px;
    border-radius: 0;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0 20px;
}

.dashboard .sidebar-menu::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.sidebar-submenu:has(.sidebar-submenu-list__item.active) {
    display: block;
}

.dashboard .sidebar-menu::-webkit-scrollbar-thumb {
    background-color: hsl(var(--white)/0.15);
}

.dashboard .sidebar-menu__inner {
    width: 100%;
}

.dashboard .sidebar-menu__account {
    position: relative;
    padding: 30px 20px;
    margin-top: 40px;
}

.dashboard .sidebar-menu__account::before {
    -webkit-mask-image: url(../images/shapes/ds-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: #133014;
}

.dashboard .sidebar-menu__account::after {
    -webkit-mask-image: url(../images/shapes/ds-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

.dashboard .sidebar-menu__account .shape {
    position: absolute;
    top: 0px;
    right: 60px;
    -webkit-mask-image: url(../images/shapes/bs-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base));
    z-index: 999;
    width: 50px;
    height: 9px;
}

.dashboard .sidebar-menu__account .title {
    margin-bottom: 10px;
}

.dashboard .sidebar-menu__account .text {
    font-size: 12px;
    font-weight: 500;
    color: hsl(var(--white));
    margin-bottom: 3px;
}

.dashboard .sidebar-menu__account .text:last-child {
    margin-bottom: 0;
}

.dashboard .sidebar-menu__account .number {
    font-weight: 600;
    font-size: 16px;
    color: hsl(var(--base));
    padding-right: 8px;
}

.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-list {
    margin-top: 40px;
}

.dashboard .sidebar-menu-list__item {
    margin-bottom: 12px;
}

.dashboard .sidebar-menu-list__item:last-child .sidebar-menu-list__link {
    border-bottom: 0;
}

.dashboard .sidebar-menu-list__item.active>a {
    color: hsl(var(--black));
}

.dashboard .sidebar-menu-list__item.active .sidebar-menu-list__link::after {
    background: hsl(var(--base));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--black));
}

.dashboard .sidebar-menu-list__item.has-dropdown.active>a:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 18px;
    color: hsl(var(--black));
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:before {
    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__item.has-dropdown.active>a:before {
    color: hsl(var(--black));
}

.dashboard .sidebar-menu-list__item.has-dropdown>a:hover::before {
    color: hsl(var(--black));
}

.dashboard .sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 20px 28px;
    width: 100%;
    color: hsl(var(--text-color));
    font-weight: 500;
    line-height: 1;
    position: relative;
    font-size: 1rem;
}

.dashboard .sidebar-menu-list__link::after {
    -webkit-mask-image: url(../images/shapes/ds-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: #133014;
}

.dashboard .sidebar-menu-list__link:hover::after {
    background-color: hsl(var(--base));
}

.dashboard .sidebar-menu-list__link:hover {
    color: hsl(var(--black));
}

.dashboard .sidebar-menu-list__link.active {
    color: hsl(var(--black));
}

.dashboard .sidebar-menu-list__link.logout::after {
    background: hsl(var(--danger));
}

.dashboard .sidebar-menu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.dashboard .sidebar-submenu {
    display: none;
}

.dashboard .sidebar-submenu.open-submenu {
    display: block;
}

.dashboard .sidebar-submenu-list {
    padding: 5px 0;
}

.dashboard .sidebar-submenu-list__item {
    margin-bottom: 6px;
}

.dashboard .sidebar-submenu-list__item.active>a {
    color: hsl(var(--black));
}

.dashboard .sidebar-submenu-list__item.active>a::after {
    background: 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;
    position: relative;
    padding-left: 35px;
}

.dashboard .sidebar-submenu-list__link::after {
    -webkit-mask-image: url(../images/shapes/ds-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: #133014;
}

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

.dashboard .sidebar-submenu-list__link:hover {
    color: hsl(var(--black));
}

.dashboard .sidebar-submenu-list__link:hover::after {
    background-color: hsl(var(--base));
}

.dashboard .sidebar-submenu-list__link:hover::before {
    border-color: hsl(var(--black));
}


.dashboard .sidebar-submenu-list__link .icon {
    margin-right: 8px;
    font-size: 0.9375rem;
    text-align: center;
    border-radius: 4px;
}

.sidebar-menu-list__item.has-dropdown.active .sidebar-submenu {
    display: block !important;
}

/* ============ 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 =========================== */
/* ======================  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: transparent;
    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: 3px;
}

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

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

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

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

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

.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;
    min-width: 180px;
}

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

.not-found-card {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 40px 20px;
    border-radius: 8px;
    background-color: hsl(var(--section-bg));
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    color: hsl(var(--text-color));
}

.not-found-card .icon {
    font-size: 40px;
    line-height: 1;
    width: 100px;
    margin: 0 auto;
}

/* ======================  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: 40px;
    height: 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;
    border-radius: 50%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

.slick-arrow:hover {
    border-color: hsl(var(--base-d-300));
    background-color: hsl(var(--base-d-300));
}

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

/* 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(--white));
    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  ======================*/
/* =========================================== Account Css Start =========================*/
.account {
    min-height: 100vh;
    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;
    position: relative;
}

.account__shape {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.account__shape img {
    width: 100%;
    height: 100%;
}

.account-form {
    position: relative;
    padding: 55px 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 575px) {
    .account-form {
        background: var(--card-bg);
        padding: 24px;
        border-radius: 8px;
    }
}

.account-form::before {
    -webkit-mask-image: url(../images/shapes/cnf-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(187deg, hsl(var(--base)) -200.3% -200.3%, #030504 68.96%);
}

@media screen and (max-width: 575px) {
    .account-form::before {
        display: none;
    }
}

.account-form::after {
    -webkit-mask-image: url(../images/shapes/cnf-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .account-form::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

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

.account-form__shape {
    position: absolute;
    top: 0px;
    right: 26%;
    -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: hsl(var(--base));
    z-index: 999;
    width: 175px;
    height: 10px;
}

@media screen and (max-width: 1399px) {
    .account-form__shape {
        width: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .account-form__shape {
        width: 130px;
        right: 25%;
    }
}

@media screen and (max-width: 991px) {
    .account-form__shape {
        display: none;
    }
}

.account-form__subtitle {
    color: hsl(var(--black));
    font-size: 10px;
    font-weight: 800;
    padding: 7px 10px;
    line-height: 1;
    background-color: hsl(var(--base));
    border-radius: 40px;
    margin-bottom: 10px;
}

.account-form__text {
    text-align: center;
    font-weight: 500;
    color: hsl(var(--white));
}

.account-form__logo {
    max-width: 180px;
    position: relative;
    z-index: 1;
}

.account-form__logo img {
    width: 100%;
}

.account-form__title {
    margin-bottom: 32px;
}

@media screen and (max-width: 991px) {
    .account-form__title {
        margin-bottom: 20px;
    }
}

.account-form .forgot-password {
    color: hsl(var(--base));
    font-size: 14px;
    font-weight: 500;
}

.input-group.input-two .form--control {
    padding: 11px 16px !important;
}

.forgot-password__link {
    text-decoration: underline;
    font-size: 0.75rem;
    font-weight: 500;
}

/* ============================================ Account Css End ====================================*/
.account-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.account-inner__shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 70%;
}

@media screen and (max-width: 991px) {
    .account-inner__shape img {
        width: 100%;
        height: 100%;
    }
}

.account-inner__right {
    width: 45%;
    position: relative;
    height: 100vh;
    overflow-y: auto;
}

@media screen and (max-width: 991px) {
    .account-inner__right {
        width: 100%;
    }
}

.account-inner__left {
    width: 55%;
    height: 100%;
    z-index: 1;
}

.account-thumb {
    height: 100%;
    position: relative;
    margin-left: -160px;
}

@media screen and (max-width: 1599px) {
    .account-thumb {
        margin-left: -50px;
    }
}

@media screen and (max-width: 1399px) {
    .account-thumb {
        margin-left: 0;
    }
}

.account-thumb img {
    width: 100%;
}

.social-login-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (max-width: 575px) {
    .social-login-wrapper {
        margin-bottom: 16px;
    }
}

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

.social-login-list .social-login-btn {
    border: 1px solid hsl(var(--white)/0.3);
    border-radius: 12px;
    padding: 19px 15px;
    color: hsl(var(--heading-color));
    font-size: 16px;
    font-weight: 600;
    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;
    gap: 10px;
    line-height: 1;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.social-login-list .social-login-btn:hover {
    border-color: hsl(var(--base));
    color: hsl(var(--base));
}

.social-login-list .social-login-btn__icon {
    max-width: 20px;
}

.another-login {
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

@media screen and (max-width: 575px) {
    .another-login {
        margin-top: 16px;
    }
}

.another-login .text {
    background: #042305;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    color: #828282;
    font-size: 14px;
}

@media screen and (max-width: 575px) {
    .another-login .text {
        background: #031304;
    }
}

.another-login::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    border-bottom: 0.5px solid hsl(var(--white)/0.2);
}

/* =========================================== Blog Details Css Start ==============================*/
.blog-details__thumb {
    height: 480px;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: url(../images/shapes/bl-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
}

@media screen and (max-width: 1399px) {
    .blog-details__thumb {
        height: 400px;
    }
}

@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;
    padding-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.blog-details__content-bottom::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#030D05), color-stop(45.19%, hsl(var(--base-d-200)/0.2)), to(#030F04));
    background: linear-gradient(90deg, #030D05 0%, hsl(var(--base-d-200)/0.2) 45.19%, #030F04 100%);
}

.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(--black));
    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;
}

.blog-details .blog-item__date {
    left: 40px;
    top: 30px;
}

.blog-details .text-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 10px;
    margin-top: 16px;
}

.blog-details .text-list__item {
    font-size: 16px;
}

.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(--white)/0.8);
    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(--black)) !important;
}

.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__text {
    font-size: 20px;
}

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

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

.content-item__thumb {
    width: 50%;
    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__desc {
    margin-bottom: 24px;
}

@media screen and (max-width: 1199px) {
    .content-item__desc {
        margin-bottom: 20px;
    }
}

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

.content-item__desc:last-child {
    margin-bottom: 0;
}

.content-item__right {
    width: 50%;
}

@media screen and (max-width: 1399px) {
    .content-item__right {
        width: 50%;
    }
}

@media screen and (max-width: 1199px) {
    .content-item__right {
        width: 100%;
    }
}

.content-item__right .content-item {
    margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
    .content-item__right .content-item {
        margin-bottom: 30px;
    }
}

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

.content-item:has(.content-item__thumb) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px 40px;
    -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;
    }
}

/* ========================================== Blog Details Css End ======================================*/
/*=========== contact section css start here ===========*/
.contact-section {
    position: relative;
    z-index: 1;
    padding: 100px 0;
}

@media screen and (max-width: 1399px) {
    .contact-section {
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .contact-section {
        padding: 60px 0;
    }
}

.contact-section__shape {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contact-section__shape img {
    width: 100%;
    height: 100%;
}

.contact-item {
    padding: 50px;
    height: 100%;
    position: relative;
}

@media screen and (max-width: 1399px) {
    .contact-item {
        padding: 40px 32px;
    }
}

@media screen and (max-width: 767px) {
    .contact-item {
        background: var(--card-bg);
        padding: 24px;
        border-radius: 8px;
    }
}

.contact-item::before {
    -webkit-mask-image: url(../images/shapes/cn-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(187deg, hsl(var(--base)/0.02) -200.3% -200.3%, #030504 68.96%);
}

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

.contact-item::after {
    -webkit-mask-image: url(../images/shapes/cn-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 767px) {
    .contact-item::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.contact-item__shape {
    position: absolute;
    bottom: 4px;
    right: 35px;
    -webkit-mask-image: url(../images/shapes/shape-3.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background: hsl(var(--base));
    z-index: 9;
    width: 120px;
    height: 10px;
}

@media screen and (max-width: 1399px) {
    .contact-item__shape {
        right: 20px;
    }
}

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

.contact-item__icon {
    color: hsl(var(--base));
    font-size: 1.5625rem;
}

.contact-item__desc {
    font-size: 18px;
}

@media screen and (max-width: 1399px) {
    .contact-item__desc {
        font-size: 16px;
    }
}

.contact-item__desc .link {
    color: hsl(var(--text-color));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.contact-item__desc .link:hover {
    color: hsl(var(--base));
    text-decoration: underline;
}

.contact-item__content {
    width: 100%;
    padding-left: 0;
    margin-top: 16px;
}

.contact-item__title {
    margin-bottom: 16px;
}

.contact-bottom .contact-form {
    position: relative;
    padding: 55px 30px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

@media screen and (max-width: 1199px) {
    .contact-bottom .contact-form {
        padding: 40px 20px;
    }
}

@media screen and (max-width: 575px) {
    .contact-bottom .contact-form {
        background: var(--card-bg);
        padding: 24px;
        border-radius: 8px;
    }
}

.contact-bottom .contact-form::before {
    -webkit-mask-image: url(../images/shapes/cnf-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: linear-gradient(187deg, hsl(var(--base)) -200.3% -200.3%, #030504 68.96%);
}

@media screen and (max-width: 575px) {
    .contact-bottom .contact-form::before {
        display: none;
    }
}

.contact-bottom .contact-form::after {
    -webkit-mask-image: url(../images/shapes/cnf-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: hsl(var(--base));
    content: "";
    z-index: -2;
}

@media screen and (max-width: 575px) {
    .contact-bottom .contact-form::after {
        -webkit-mask-image: none;
        content: "";
        position: absolute;
        height: calc(100% + 2px);
        width: calc(100% + 2px);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        background: linear-gradient(121deg, hsl(var(--base)) 0%, rgba(42, 86, 198, 0) 30%, rgba(42, 86, 198, 0) 70%, hsl(var(--base)) 100%);
        z-index: -1;
        border-radius: 8px;
    }
}

@media screen and (max-width: 575px) {
    .contact-bottom .contact-form {
        padding: 20px;
    }
}

.contact-bottom .contact-form__shape {
    position: absolute;
    top: 0px;
    right: 26%;
    -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: hsl(var(--base));
    z-index: 999;
    width: 175px;
    height: 10px;
}

@media screen and (max-width: 1399px) {
    .contact-bottom .contact-form__shape {
        width: 150px;
    }
}

@media screen and (max-width: 1199px) {
    .contact-bottom .contact-form__shape {
        width: 130px;
        right: 25%;
    }
}

@media screen and (max-width: 991px) {
    .contact-bottom .contact-form__shape {
        display: none;
    }
}

.contact-bottom .contact-form__subtitle {
    color: hsl(var(--black));
    font-size: 10px;
    font-weight: 800;
    padding: 7px 10px;
    line-height: 1;
    background-color: hsl(var(--base));
    border-radius: 40px;
    margin-bottom: 10px;
}

.contact-bottom .contact-form__title {
    margin-bottom: 16px;
}

.contact-bottom .contact-form__btn {
    margin-top: 24px;
}

.contact-bottom__map {
    height: 100%;
    width: 100%;
    background-color: hsl(var(--white));
    padding: 20px;
    border-radius: 10px;
}

.contact-bottom__map iframe {
    height: 100%;
    border-radius: 10px;
    width: 100%;
    min-height: 300px;
}

/*============= contact section css end here ===========*/
/* ================================= Dashboard Css Start =========================== */
.dashboard {
    position: relative;
    /* User Info Css Start */
    /* User Info Css End */
    /*============= investor section css start here =============*/
    /*============= investor section css end here =============*/
    /* ================================= Dashboard Css End =========================== */
}

.dashboard__right {
    width: 100%;
    margin-left: 300px;
    padding: 0 60px;
}

@media screen and (max-width: 1199px) {
    .dashboard__right {
        padding: 0 40px;
    }
}

@media screen and (max-width: 991px) {
    .dashboard__right {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }
}

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

.dashboard .dropdown {
    display: inline-block !important;
}

.dashboard .dashboard-header {
    background-color: #013502;
    border-radius: 0 0 0 2px;
    padding: 0 25px;
    position: sticky;
    top: 0;
    z-index: 9;
}

@media screen and (max-width: 1199px) {
    .dashboard .dashboard-header {
        margin-left: 0;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header {
        padding: 0 10px;
    }
}

.dashboard .dashboard-header__inner {
    padding: 15px 0;
    gap: 10px;
}

.dashboard .dashboard-header .contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header .contact-list {
        display: none;
    }
}

.dashboard .dashboard-header .contact-list__item {
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dashboard .dashboard-header .contact-list__item:last-child {
    padding-right: 0;
    margin-right: 0;
}

.dashboard .dashboard-header .contact-list__item:last-child::before {
    display: none;
}

.dashboard .dashboard-header .contact-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 17px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.3);
}

.dashboard .dashboard-header .contact-list__item-text {
    color: hsl(var(--white));
}

.dashboard .dashboard-header .contact-list__item-icon {
    font-size: 1rem;
    line-height: 1;
    color: hsl(var(--base));
    margin-right: 10px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .dashboard .dashboard-header .contact-list__item-icon {
        display: none;
    }
}

.dashboard .dashboard-header .contact-list__link {
    color: hsl(var(--white));
}

.dashboard .dashboard-header .contact-list__link:hover .dashboard .dashboard-header .contact-list__link-icon {
    color: hsl(var(--base-d-200));
}

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

@media screen and (max-width: 575px) {
    .dashboard .dashboard-header__left {
        width: 50px;
    }
}

.dashboard .user-info {
    position: relative;
}

@media screen and (max-width: 575px) {
    .dashboard .user-info {
        width: calc(100% - 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.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__content {
    width: calc(100% - 55px);
}

.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));
    box-shadow: 0px 5px 25px hsl(var(--white)/0.2);
    width: 200px;
    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: hsl(var(--white)) !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;
    font-family: var(--heading-font);
}

.dashboard .user-info__mail {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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 .dashboard-body {
    position: relative;
    padding-bottom: 60px;
    min-height: 100vh;
}

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

.dashboard .dashboard-widget {
    position: relative;
    z-index: 1;
    padding: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 1499px) {
    .dashboard .dashboard-widget {
        padding: 10px;
        gap: 10px;
    }
}

.dashboard .dashboard-widget:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.dashboard .dashboard-widget:hover .icon {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.dashboard .dashboard-widget__icon {
    position: relative;
    -webkit-mask-image: url(../images/shapes/investor-2.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    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;
    font-size: 32px;
    font-weight: 700;
    font-family: var(--heading-font);
    background: hsl(var(--base));
    color: hsl(var(--black));
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-widget__icon {
        width: 50px;
        height: 50px;
        font-size: 24px;
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__icon {
        width: 45px;
        height: 45px;
        font-size: 22px;
    }
}

.dashboard .dashboard-widget__title {
    margin-bottom: 8px;
    color: hsl(var(--white));
}

.dashboard .dashboard-widget__currency {
    margin-bottom: 0;
    color: hsl(var(--base));
}

.dashboard .dashboard-widget__content {
    width: calc(100% - 60px);
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 50px);
    }
}

@media screen and (max-width: 575px) {
    .dashboard .dashboard-widget__content {
        width: calc(100% - 45px);
    }
}

.dashboard .dashboard-widget::before {
    -webkit-mask-image: url(../images/shapes/investor-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    background: var(--card-bg);
}

.dashboard .dashboard-widget::after {
    -webkit-mask-image: url(../images/shapes/investor-1.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: hsl(var(--white)/0.2);
    content: "";
    z-index: -2;
}

.dashboard .dashboard-widget .icon {
    position: absolute;
    top: 20px;
    right: 25px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 20px;
    color: hsl(var(--base));
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

@media screen and (max-width: 1599px) {
    .dashboard .dashboard-widget .icon {
        top: 14px;
        right: 10px;
    }
}

/* ======================dashboard Breadcrumb Css Start ==================== */
.dashboard-breadcrumb {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    -webkit-mask-image: url(../images/shapes/bread-s.png);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 100%;
    margin-bottom: 70px;
}

.dashboard-breadcrumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: #001D01E5;
    width: 100%;
    height: 100%;
    opacity: 0.95;
    z-index: -1;
}

.dashboard-breadcrumb__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

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

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

.dashboard-breadcrumb__wrapper {
    text-align: center;
}

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

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

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

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

.dashboard-breadcrumb__subtitle {
    background-color: hsl(var(--base));
    padding: 8px 16px;
    color: hsl(var(--black));
    font-family: var(--heading-font);
    border-radius: 8px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.dashboard-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));
    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) {
    .dashboard-breadcrumb__list {
        margin-top: 20px;
    }
}

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

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

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

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

.dashboard-breadcrumb .breadcrumb-list,
.breadcrumb-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 8px;
}

.dashboard-breadcrumb .breadcrumb-list__item,
.breadcrumb-list__item {
    color: hsl(var(--white));
    font-size: 20px;
    font-weight: 500;
}

.dashboard-breadcrumb .breadcrumb-list__link,
.breadcrumb-list__link {
    color: hsl(var(--white));
    padding-right: 5px;
}

.dashboard-breadcrumb .breadcrumb-list__link:hover,
.breadcrumb-list__link:hover {
    color: hsl(var(--base));
}


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

/*=========== list css start here =========== */
.list--group .list-group-item {
    background: transparent;
    border: 0;
    color: hsl(var(--white));
    padding: 0;
    margin-bottom: 12px;
    border-bottom: 1px solid hsl(var(--white)/.3);
    padding-bottom: 12px;
    border-radius: 0;
}

.list--group .list-group-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

@media screen and (max-width: 1499px) {
    .list--group .list-group-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 424px) {
    .list--group .list-group-item {
        font-size: 13px;
    }
}

/*=========== list css end here =========== */

/*===== dashboard table css start here =====*/
.dashboard-table {
    margin-top: 32px;
}

.dashboard-table__title {
    margin-bottom: 24px;
}

@media screen and (max-width: 1399px) {
    .dashboard-table__title {
        margin-bottom: 16px;
    }
}

.dashboard-body__bar-icon {
    font-size: 24px;
    color: hsl(var(--white));
}

/* ======================  Pages Design End  =======================*/
/*# sourceMappingURL=main.css.map */































@media (max-width: 768px) {
    .raking-invest {
        display: block !important;
        margin: 0 auto;
        text-align: center;
    }
}


.raking-invest span:first-child {
    margin-bottom: 5px;
}

.raking-invest h5 {
    margin-bottom: 5px;
    color: hsl(var(--base));
}

.raking-common span {
    margin-bottom: 10px;
}

.raking-common h5 {
    color: hsl(var(--base));
}

.invest-badge__list {
    position: absolute;
    width: 100%;
    min-width: 290px;
    right: -73%;
    top: 0px;
    opacity: 0;
    background: hsl(var(--base));
    z-index: 1;
    visibility: hidden;
    padding: 20px;
    border-radius: 10px;
    text-align: left;
}

.invest-badge:hover .invest-badge__list {
    opacity: 1;
    visibility: visible
}

.invest-badge__list li span {
    width: 50%;
    font-size: 14px;
}

@media (max-width: 767px) {
    .invest-badge__subtitle {
        font-size: 12px;
    }
}

.invest-badge__list li span:first-child {
    font-weight: 600;
    color: hsl(var(--white));
}

.invest-badge__list li {
    margin-bottom: 5px;
}

/* invest-badge start here */

.invest-badge {
    padding: 20px;
    border-radius: 10px;
    position: relative;
}

.invest-badge__thumb {
    margin-bottom: 10px;
}

.invest-badge__thumb__mask {
    content: "";
    width: 126px;
    height: 142px;
    display: inline-block;
    background: #747474;
    -webkit-mask: url('../images/shape.png') no-repeat 50% 50%;
    mask-image: url('../images/shape.png');
    mask-size: auto;
    -webkit-mask-size: cover;
    mask-size: contain;
    max-width: 100%;
    max-height: 100%;
    line-height: 9;
    position: relative;
    transition: 0.5s;
}

.invest-badge:hover .badge-lock {
    background-color: #cda131;
}

.invest-badge__thumb__mask::before {
    position: absolute;
    content: '';
    width: 100%;
    background: #cda131;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .3s linear;
}

.invest-badge:hover .invest-badge__thumb__mask::before {
    height: 100%;
}

.badge-lock img {
    filter: grayscale(100%);
}

.badge-lock::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    opacity: 0.1;
    background-color: transparent;
}

.invest-badge:hover .badge-lock img {
    filter: grayscale(0);
    transition: 0.5s;
}

.badge-lock::after {
    position: absolute;
    content: '\f023';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 35px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    transition: 0.5s;
    z-index: 99;
    color: hsl(var(--dark))
}

.invest-badge:hover .badge-lock::after {
    visibility: hidden;
    opacity: 0;
    top: 60%;
}

.invest-badge__thumb__mask img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}


.invest-badge__details-3,
.invest-badge__details-4 {
    left: -73% !important;
}

@media (max-width: 1199px) {
    .invest-badge__details {
        left: auto !important;
        right: -75% !important;
    }

    .invest-badge__detail_one {
        right: 0 !important;
        left: -75% !important;
    }
}

@media (min-width: 1200px) and (max-width: 1330px) {

    .invest-badge__details-3,
    .invest-badge__details-4 {
        left: -81% !important;
    }

    .invest-badge__details-1,
    .invest-badge__details-2 {
        right: -81% !important;
    }
}

@media (max-width: 991px) {

    .invest-badge__details-1,
    .invest-badge__details-3 {
        left: auto !important;
        right: -72% !important;
    }

    .invest-badge__details-2,
    .invest-badge__details-4 {
        right: auto !important;
        left: -73% !important;
    }
}

@media (max-width: 767px) {
    .invest-badge__list {
        left: -22px !important;
        right: auto !important;
        top: 100% !important;
        z-index: 99;
        width: 290px;
    }
}

@media (max-width: 600px) {
    .invest-badge__list {
        left: 50% !important;
        top: 140% !important;
        transform: translate(-50%, -50%);
        z-index: 99;
        width: 290px;
    }
}

.invest-badge__details::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 11px;
    background-color: hsl(var(--base));
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: 50%;
    transform: translateY(-50%);
}

@media (min-width: 1200px) {

    .invest-badge__details-1::before,
    .invest-badge__details-2::before {
        left: -13px;
        transform: translateY(-50%) rotate(90deg);
    }

    .invest-badge__details-3::before,
    .invest-badge__details-4::before {
        right: -13px;
        transform: translateY(-50%) rotate(-90deg);
    }
}

@media (max-width: 1199px) and (min-width:992px) {
    .invest-badge__detail_one::before {
        right: -13px;
        top: 46%;
        transform: translateY(-50%) rotate(-90deg);
    }

    .invest-badge__detail_two::before {
        left: -13px;
        top: 46%;
        transform: translateY(-50%) rotate(90deg);
    }
}

@media (max-width: 991px) and (min-width:768px) {

    .invest-badge__details-1::before,
    .invest-badge__details-3::before {
        left: -13px;
        transform: rotate(90deg);
    }

    .invest-badge__details-2::before,
    .invest-badge__details-4::before {
        right: -13px;
        transform: rotate(-90deg);
    }
}

@media(max-width:767px) {
    .invest-badge__details::before {
        transform: rotate(180deg);
        top: -11px;
        left: 48%;
    }
}

.invest-badge__thumb__mask::before {
    height: var(--before-height);
}

/* Ranking section */