@charset "UTF-8";
/* ============================================================
    [Master Stylesheets]

    Theme Name:     Dogycoin – ICO & Token Launch HTML Template 
    Theme URL:      
    Description:    Dogycoin – ICO & Token Launch HTML Template
    Author:         Designlab622               
    Version:        1.0.0

============================================================== */
/*
========================================
*********** TABLE OF CONTENTS **********

    01. Css Variables
    02. Display Flex Css
    03. Positioning Css
    04. Font Size For responsive devices
    05. Common Typography Css
    06. Custom Classes Css
    07. Section Heading
    08. Background Color 
    09. Color Css
    10. margin Css
    11. padding Css
    12. Border Color Css
    13. Accordion Css
    14. Button Css
    15. preload Css
    16. Header Section
    17. Footer Start
    18. Scroll to Top
    19. Social Icon Css
    20. Banner Section
    21. About Section
    22. Header Section
    23. Text-slide Section
    24. How-to-buy Section
    25. Roadmap Section
    26. Tokenomics Section
    27. Presale Section
    28. Call-to-action Section
    29. Contact Section 

========================================*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Dela+Gothic+One&display=swap");

@import url("../css/custom-animation.css");

@import url("../fonts/flaticon_memeco.css");

/* ========================= Css Variables Start ======================== */
:root {
    /* Font Family */
    --heading-font: "Dela Gothic One", sans-serif;
    --body-font: "Bricolage Grotesque", sans-serif;
    /* ========================= Theme Color Start ============================= */
    /* Base Color */
    --base-h: 125;
    --base-s: 85%;
    --base-l: 15%;
    --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: 76;
    --base-two-s: 93%;
    --base-two-l: 42%;
    --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);

    --secondary-h: 126;
    --secondary-s: 72%;
    --secondary-l: 24%;
    --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-d-600: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.6);
    --secondary-d-700: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.7);
    --secondary-d-800: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.8);
    --secondary-d-900: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.9);
    --secondary-d-1000: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 1);
    --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);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
    --secondary-l-700: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.7);
    --secondary-l-800: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.8);
    --secondary-l-900: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.9);
    --secondary-l-1000: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 1);
    /* ========================= Theme Color End ============================= */
    /* ========================= Color Variables Start =========================== */
    --white: 0 0% 100%;
    --black: 137 94% 6%;
    --black-two: 90 50% 1%;
    --black-three: 0 0% 6%;
    --yellow: 67 100% 53%;
    --yellow-two: 57 100% 50%;
    --green: 152 52% 46%;
    --acid-green: 91 100% 59%;
    --myrtle: 135 43% 18%;
    --border: 0 0% 88%;
    /* ============================== 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);
    /* Success Color */
    --success-h: 112;
    --success-s: 100%;
    --success-l: 40%;
    --success: var(--success-h) var(--success-s) var(--success-l);
    --success-d-100: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.1);
    --success-d-200: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.2);
    --success-d-300: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.3);
    --success-d-400: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.4);
    --success-d-500: var(--success-h) var(--success-s) calc(var(--success-l) - var(--success-l) * 0.5);
    --success-l-100: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
    --success-l-200: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
    --success-l-300: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
    --success-l-400: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
    --success-l-500: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
    /* Danger Color */
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
    --danger-d-100: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.1);
    --danger-d-200: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.2);
    --danger-d-300: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.3);
    --danger-d-400: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.4);
    --danger-d-500: var(--danger-h) var(--danger-s) calc(var(--danger-l) - var(--danger-l) * 0.5);
    --danger-l-100: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
    --danger-l-200: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
    --danger-l-300: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
    --danger-l-400: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
    --danger-l-500: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
    /* Warning Color */
    --warning-h: 40;
    --warning-s: 100%;
    --warning-l: 46%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
    --warning-d-100: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.1);
    --warning-d-200: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.2);
    --warning-d-300: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.3);
    --warning-d-400: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.4);
    --warning-d-500: var(--warning-h) var(--warning-s) calc(var(--warning-l) - var(--warning-l) * 0.5);
    --warning-l-100: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
    --warning-l-200: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
    --warning-l-300: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
    --warning-l-400: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
    --warning-l-500: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
    /* Info Color */
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --info: var(--info-h) var(--info-s) var(--info-l);
    --info-d-100: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.1);
    --info-d-200: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.2);
    --info-d-300: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.3);
    --info-d-400: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.4);
    --info-d-500: var(--info-h) var(--info-s) calc(var(--info-l) - var(--info-l) * 0.5);
    --info-l-100: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
    --info-l-200: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
    --info-l-300: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
    --info-l-400: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
    --info-l-500: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
    /* ============================== Bootstrap Modifier End ============================== */
    --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);

}

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

.display-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    grid-template-rows: masonry;
}

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

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

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

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

/* ============================= Display Flex Css End ============================= */
/* ============================= Positioning Css Class Start ===================== */
.pa-extend {
    position: absolute;
    content: "";
}

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

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

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

/* ============================= Positioning Css Class End ===================== */
.slide-transition {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

.inner-slide-element {
    width: auto !important;
    display: inline-block !important;
    padding: 0 15px;
}

/* ===================== 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));
    font-weight: 400;
    word-break: break-word;
    background-color: var(--background-color);
    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;
}

main {
    overflow-x: hidden;
}

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

span {
    display: inline-block;
}

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

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

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

h1 {
    font-size: 4.75rem;
}

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

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

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

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

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

h2 {
    font-size: 3.75rem;
}

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

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

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

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

h3 {
    font-size: 1.875rem;
}

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

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

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

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

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

h4 {
    font-size: 1.5rem;
}

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

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

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

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

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

h5 {
    font-size: 1.25rem;
}

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

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

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

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

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

h6 {
    font-size: 1rem;
}

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

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

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

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

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

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

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

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

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

select {
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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 */
.section-title .sub-title {
    color: hsl(var(--base-two));
    font-size: 20px;
    font-weight: 500;
}

.section-title .sub-title::before,
.section-title .sub-title::after {
    content: "\f104";
    font-family: flaticon_memeco !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
}

.section-title .sub-title::before {
    margin-right: 10px;
}

.section-title .sub-title::after {
    margin-left: 10px;
}

.section-title h2 {
    text-wrap: balance;
}

.section-title p {
    padding-top: 10px;
}

.wrapper-three .section-title .sub-title {
    color: hsl(var(--acid-green));
}

.list-unstyled {
    display: grid;
    gap: 10px;
    margin: 24px 0;
}

.list-unstyled li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
}

.list-unstyled li::before {
    content: "\f103";
    font-family: flaticon_memeco !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 1.25rem;
}

.wrapper-two section {
    z-index: 1;
}

.section-two-title {
    position: absolute;
    top: -88px;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: -1;
    font-family: "Dela Gothic One";
    font-size: 286px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-12.68%, #011E09), color-stop(82.22%, transparent));
    background: linear-gradient(180deg, #011E09 -12.68%, transparent 82.22%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 1499px) {
    .section-two-title {
        font-size: 220px;
        top: -67px;
    }
}

@media screen and (max-width: 1399px) {
    .section-two-title {
        font-size: 180px;
        top: -55px;
    }
}

@media screen and (max-width: 1199px) {
    .section-two-title {
        font-size: 140px;
        top: -43px;
    }
}

@media screen and (max-width: 991px) {
    .section-two-title {
        font-size: 120px;
        top: -40px;
    }
}

@media screen and (max-width: 767px) {
    .section-two-title {
        font-size: 90px;
        top: -30px;
    }
}

@media screen and (max-width: 575px) {
    .section-two-title {
        font-size: 64px;
        top: -20px;
    }
}

@media screen and (max-width: 424px) {
    .section-two-title {
        font-size: 55px;
        top: -18px;
    }
}

@media screen and (max-width: 374px) {
    .section-two-title {
        font-size: 45px;
        top: -15px;
    }
}

.sliders_control {
    --range-wh: 14px;
    position: relative;
    height: var(--range-wh);
    padding: 15px 0 20px;
}

.sliders_control input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: var(--range-wh);
    height: var(--range-wh);
    background: hsl(var(--white));
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px hsl(var(--white));
    box-shadow: 0 0 0 4px hsl(var(--white));
    cursor: pointer;
    border: 4px solid hsl(var(--base));
}

.sliders_control input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: var(--range-wh);
    height: var(--range-wh);
    background: hsl(var(--white));
    border-radius: 50%;
    box-shadow: 0 0 0 5px hsl(var(--white));
    cursor: pointer;
}

.sliders_control input[type=range]::-webkit-slider-thumb:hover {
    background: hsl(var(--white));
}

.sliders_control input[type=range]::-webkit-slider-thumb:active {
    -webkit-box-shadow: inset 0 0 3px hsl(var(--white)), 0 0 9px hsl(var(--white));
    box-shadow: inset 0 0 3px hsl(var(--white)), 0 0 9px hsl(var(--white));
}

.sliders_control input[type=number]::-webkit-inner-spin-button,
.sliders_control input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.sliders_control input[type=range] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 8px;
    width: 100%;
    position: absolute;
    background-color: hsl(var(--base-two)/0.1);
    pointer-events: none;
    padding-top: 1px;
    border-radius: 5px;
}

.sliders_control .fromSlider {
    height: 0;
    z-index: 1;
}

.range-two .sliders_control input[type=range]::-webkit-slider-thumb {
    background: hsl(var(--white));
    -webkit-box-shadow: 0 0 0 4px hsl(var(--black));
    box-shadow: 0 0 0 4px hsl(var(--black));
    border: 4px solid hsl(var(--black));
}

.range-three .sliders_control input[type=range]::-webkit-slider-thumb {
    background: hsl(var(--white));
    -webkit-box-shadow: 0 0 0 4px hsl(var(--acid-green));
    box-shadow: 0 0 0 4px hsl(var(--acid-green));
    border: 4px solid hsl(var(--acid-green));
}

.question-box {
    background-color: hsl(var(--white));
    padding: 24px;
    border-radius: 5px;
    margin-top: 30px;
}

.image-effect {
    border-radius: 10px;
    margin: 0;
}

.image-effect img {
    border-radius: 10px;
}

.video-play-btn {
    z-index: 10;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.video-play-btn::before,
.video-play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--gradient);
    border-radius: 50%;
}

.video-play-btn::before {
    z-index: 0;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-play-btn:after {
    z-index: 1;
    -webkit-transition: all 200ms;
    transition: all 200ms;
}

.video-play-btn i {
    display: block;
    position: relative;
    z-index: 3;
    color: hsl(var(--black));
    font-size: 1.875rem;
    text-align: center;
    -webkit-text-fill-color: hsl(var(--black));
}

.form-control {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    background: hsl(var(--section-bg));
    padding: 18px;
}

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

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

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

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

.form-control::placeholder {
    color: hsl(var(--black)/0.5);
}

.form-control:focus {
    background: hsl(var(--section-bg));
}

.swiper-pagination {
    position: relative;
    margin-top: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: unset;
    opacity: 1;
    width: auto;
    height: auto;
}

.swiper-pagination .swiper-pagination-bullet::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--black)/0.3);
    font-size: 9px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: unset;
    border: 1px dashed hsl(var(--base-two));
    padding: 6px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet-active::before {
    color: hsl(var(--base-two));
}

input:focus,
a:focus,
button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.text-inner {
    --circle-logo: 160px;
    --text-size: 30px;
    --word-spacing: 13px;
    --letter-spacing: 8px;
    -webkit-animation: circle_rated 15s linear infinite;
    animation: circle_rated 15s linear infinite;
    position: relative;
    z-index: 22;
    fill: transparent;
    width: var(--circle-logo);
    height: var(--circle-logo);
    margin: 0px auto 0;
}

.text-inner svg {
    width: var(--circle-logo);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    -webkit-transform: rotate(0) scaleX(1) scaleY(1);
    transform: rotate(0) scaleX(1) scaleY(1);
    position: relative;
}

.text-inner text {
    fill: hsl(var(--white));
    direction: ltr;
    -webkit-transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: var(--text-size);
    font-weight: 400;
    position: relative;
    z-index: 2;
    letter-spacing: var(--letter-spacing);
    text-transform: uppercase;
}

.circle-animation-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    display: inline-block;
    line-height: 0;
}

.circle-animation-img .icons-logo {
    -webkit-animation: quit_ani 5s linear infinite;
    animation: quit_ani 5s linear infinite;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 50px;
}

@-webkit-keyframes quit_ani {
    0% {
        -webkit-transform: rotate3d(0, 0, 0);
        transform: rotate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 359deg);
        transform: rotate3d(0, 1, 0, 359deg);
    }
}

@keyframes quit_ani {
    0% {
        -webkit-transform: rotate3d(0, 0, 0);
        transform: rotate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: rotate3d(0, 1, 0, 180deg);
        transform: rotate3d(0, 1, 0, 180deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 359deg);
        transform: rotate3d(0, 1, 0, 359deg);
    }
}

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

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

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

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

/* ================================= Custom Classes Css End =========================== */
/* ====================== Section Heading ==================== */
.section-heading {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    position: relative;
}

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

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

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

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

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

.section-heading__section-name {
    position: absolute;
    inset-inline: 0;
    top: -35px;
    line-height: 0.6;
    z-index: -1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: hsl(var(--base));
    -webkit-text-stroke-width: 1px;
    opacity: 0.3;
    font-weight: 700;
    font-size: clamp(3.75rem, 1.4745rem + 9.7087vw, 8.75rem);
    -webkit-animation: section-name-blink 5s linear infinite;
    animation: section-name-blink 5s linear infinite;
}

@media screen and (max-width: 991px) {
    .section-heading__section-name {
        top: -55px;
    }
}

@media screen and (max-width: 767px) {
    .section-heading__section-name {
        top: -45px;
    }
}

@media screen and (max-width: 424px) {
    .section-heading__section-name {
        top: -25px;
    }
}

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

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

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

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

.selection {
    width: 100%;
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid hsl(var(--black)/0.06) !important;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--default .select2-selection__rendered {
    text-align: left;
    padding-left: 16px !important;
}

.select2-container--default .select2-results__option--selected.select2-results__option--selectable {
    background-color: hsl(var(--base)/0.3);
    color: hsl(var(--black));
}

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

.select2-results__option {
    color: hsl(var(--black));
    font-size: 0.875rem;
    font-weight: 400;
    padding: 8px 16px;
}

.select2-container {
    display: block;
}

.select2-container .select2-selection--single {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    width: 36px;
}

.select2-dropdown {
    border: 1px solid hsl(var(--black)/0.1);
}

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

.form-check-input:focus {
    -webkit-box-shadow: 0 0 0 0.25rem hsl(var(--bas)/0.2);
    box-shadow: 0 0 0 0.25rem hsl(var(--bas)/0.2);
    border-color: hsl(var(--base)/0.2);
}

.section-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

input:-webkit-autofill {
    background-color: transparent !important;
    color: #000 !important;
    -webkit-text-fill-color: #000 !important;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

.policy-section ul {
    display: grid;
    gap: 5px;
    margin-top: 10px;
}

.policy-section ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
}

.policy-section ul li::before {
    content: "\f111";
    font-family: "Font Awesome 6 free";
    font-weight: 900;
    font-size: 0.625rem;
    margin-top: 5px;
}

.search-form {
    position: relative;
    max-width: 400px;
    margin-left: auto;
}

.search-form .form--control {
    border-radius: 10px;
    border: 2px solid hsl(var(--base-two));
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    caret-color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white)) !important;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding-left: 60px;
}

.search-form .search-btn {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: hsl(var(--white));
    padding: 15px 22px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text--base-two {
    color: hsl(var(--base-two)) !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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-210 {
    padding-top: 160px;
}

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

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

@media screen and (max-width: 1399px) {
    .pt-210 {
        padding-top: 160px;
    }
}

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

@media screen and (max-width: 575px) {
    .pt-210 {
        padding-top: 70px;
    }
}

.pb-210 {
    padding-bottom: 160px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ================================= Border Color Css End =========================== */
/* =========================== Accordion Css start ============================= */
.custom--accordion .accordion-item {
    border: none;
    background-color: transparent !important;
    border-radius: 5px;
    overflow: hidden;
}

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

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

.custom--accordion .accordion-body {
    padding: 20px;
    background-color: hsl(var(--section-bg));
}

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

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

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

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

.custom--accordion .accordion-button {
    background-color: hsl(var(--section-bg));
    color: var(--heading-color);
    font-size: 1.125rem;
    padding: 15px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        padding: 13px;
        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));
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

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

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

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

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

.btn-path {
    width: 177px;
    height: 62px;
    -webkit-clip-path: path("M0 12C0 5.37258 5.37258 0 12 0H165C171.627 0 177 5.37258 177 12C177 16.833 173.083 20.8061 170.223 24.7021C168.826 26.6063 168 28.9568 168 31.5C168 34.4025 169.075 37.0539 170.849 39.0774C173.65 42.2724 177 45.7513 177 50C177 56.6274 171.627 62 165 62H12C5.37258 62 0 56.6274 0 50C0 45.7513 3.34999 42.2724 6.15076 39.0775C7.92471 37.0539 9 34.4025 9 31.5C9 28.9568 8.17443 26.6063 6.77666 24.7021C3.91684 20.8061 0 16.833 0 12Z");
    clip-path: path("M0 12C0 5.37258 5.37258 0 12 0H165C171.627 0 177 5.37258 177 12C177 16.833 173.083 20.8061 170.223 24.7021C168.826 26.6063 168 28.9568 168 31.5C168 34.4025 169.075 37.0539 170.849 39.0774C173.65 42.2724 177 45.7513 177 50C177 56.6274 171.627 62 165 62H12C5.37258 62 0 56.6274 0 50C0 45.7513 3.34999 42.2724 6.15076 39.0775C7.92471 37.0539 9 34.4025 9 31.5C9 28.9568 8.17443 26.6063 6.77666 24.7021C3.91684 20.8061 0 16.833 0 12Z");
    place-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

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

.btn-path.bg--black:hover {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--black)) !important;
}

.btn-path.bg--acid-green:hover {
    background-color: hsl(var(--white)) !important;
    color: hsl(var(--black)) !important;
}

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

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

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

.btn:hover,
.btn:focus,
.btn:focus-visible {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: hsl(var(--white));
}

.btn:active {
    top: 1px;
}

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

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

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

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

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

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

.btn--border {
    text-transform: capitalize;
    color: hsl(var(--black));
}

.btn--border::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.10625rem;
    background: hsl(var(--base));
    border-radius: inherit;
    --m: conic-gradient(#000 0 0);
    -webkit-mask: var(--m) content-box, var(--m);
    -webkit-mask-composite: xor;
    mask: var(--m) content-box exclude, var(--m);
}

.btn--border:hover {
    background: hsl(var(--base));
}

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

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

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

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

.btn--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 =========================== */
/* ================================= Pagination Css Start =========================== */
.pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


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

.pagination .page-item .page-link {
    border: 2px solid hsl(var(--white)/0.2);
    margin: 0 5px;
    border-radius: 13px;
    height: 50px;
    width: 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;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--body-color));
}

.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base-two));
    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 =========================== */
/* ================================= Card Css Start =========================== */
.custom--card {
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid hsl(var(--base)) !important;
    background: hsl(var(--base));
    border: transparent;
    padding: 30px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.custom--card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: hsl(var(--base)); */
    background-image: linear-gradient(to right, hsl(var(--black)/0.025) 1px, transparent 1px), linear-gradient(to bottom, hsl(var(--black)/0.025) 1px, transparent 1px);
    background-size: 32px 32px, 32px 32px, 100% 100%;
    z-index: -1;
}

.custom--card .card-icon {
    background-color: hsl(var(--base));
    width: 60px;
    height: 60px;
    border-radius: 10px;
    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;
    font-size: 1.5625rem;
    margin: 0 auto;
}

.custom--card .card-header {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.custom--card .card-header svg {
    background-color: hsl(var(--base)/0.2);
    padding: 10px;
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    color: hsl(var(--base));
}

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

.custom--card .card-body a {
    color: hsl(var(--white));
}

.custom--card .card-body a:hover {
    color: hsl(var(--base));
}

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

/* ================================= Card Css End =========================== */
/* ================================= Badge Css Start =========================== */
.custom--badge {
    font-size: 1.125rem;
    border-radius: 4px;
    padding: 3px 6px;
    font-weight: 500;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

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


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

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


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


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



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



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



/* ================================= Badge Css End =========================== */
/* ================================= Modal Css Start =========================== */
.custom--modal {
    background-color: hsl(var(--black)/0.4);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    --bs-modal-width: 600px;
}

.custom--modal .btn-close {
    position: absolute;
    right: -20px;
    top: -20px;
    -webkit-filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%);
    filter: invert(100%) sepia(0%) saturate(7498%) hue-rotate(42deg) brightness(102%) contrast(87%);
    opacity: 1;
}

@media screen and (max-width: 767px) {
    .custom--modal .btn-close {
        right: 10px;
        top: -30px;
    }
}

.custom--modal .modal-header {
    padding: 30px;
    padding-bottom: 0;
    border: 0;
}

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

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

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

.custom--modal .modal-title {
    font-weight: 500;
}

.custom--modal .modal-content {
    border-radius: 20px !important;
    background-color: hsl(var(--base));
    border: 2px solid hsl(var(--base));
}

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

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

/* ================================= Modal Css End =========================== */
/* ================================= Table Css Start =========================== */
.table> :not(caption)>*>* {
    background-color: transparent;
    border-bottom: 0;
}

.table {
    margin: 0;
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.table thead tr th {
    text-align: center;
    padding: 0.9375rem 1.25rem;
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 1rem;
    border-bottom: 0;
    max-width: 170px;
    background-color: hsl(var(--white)/0.2);
}

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

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

.table tbody {
    border: 0 !important;
    background-color: transparent;
}

.table tbody tr {
    background-color: hsl(var(--white)/0.06);
    border-radius: 5px;
}

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

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

.table tbody tr td {
    text-align: center;
    vertical-align: middle;
    padding: 15px 20px;
    border-width: 1px;
    border: 0;
    color: hsl(var(--white));
    font-weight: 400;
    max-width: 170px;
    font-size: 0.875rem;
}

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

.table tbody tr td:first-child {
    text-align: left;
    font-size: 0.875rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.table tbody tr td:last-child {
    text-align: right;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

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

    .table--responsive--md tbody tr {
        display: block;
        margin-top: 10px;
    }

    .table--responsive--md tbody tr:first-child {
        margin-top: 0;
    }

    .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(--black)/0.8);
        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: 1rem;
        color: hsl(var(--white));
    }

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

    .table--responsive--lg tbody tr:first-child {
        margin-top: 0;
    }

    .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(--black)/0.8);
        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: 1rem;
        color: hsl(var(--white));
    }

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

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

    .table--responsive--xl tbody tr {
        display: block;
        margin-top: 10px;
    }

    .table--responsive--xl tbody tr:first-child {
        margin-top: 0;
    }

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

    .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(--black)/0.8);
        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: 1rem;
        color: hsl(var(--white));
    }

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

    .table--responsive--xxl tbody tr:first-child {
        margin-top: 0;
    }

    .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(--black)/0.8);
        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: 1rem;
        color: hsl(var(--white));
    }

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

/* ================================= Table Css End =========================== */
/* ================================= preload Css Start =========================== */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: hsl(var(--black));
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: height 0.5s, opacity 0.5s, border-radius 0.5s;
    transition: height 0.5s, opacity 0.5s, border-radius 0.5s;
}

#preloader #text {
    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: 767px) {
    #preloader #text {
        gap: 7px;
    }
}

#preloader #text p {
    color: hsl(var(--white));
    font-size: 3.625rem;
    font-weight: 800;
    margin: 0;
    opacity: 0;
    -webkit-animation: fadeIn 1.5s ease-in-out infinite;
    animation: fadeIn 1.5s ease-in-out infinite;
    font-family: var(--title-font);
}

@media screen and (max-width: 1199px) {
    #preloader #text p {
        font-size: 3.75rem;
    }
}

@media screen and (max-width: 991px) {
    #preloader #text p {
        font-size: 3.625rem;
    }
}

@media screen and (max-width: 575px) {
    #preloader #text p {
        font-size: 3.563rem;
    }
}

@media screen and (max-width: 767px) {
    #preloader #text p {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 1199px) {
    #preloader #text p {
        font-size: 2.438rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 991px) {
    #preloader #text p {
        font-size: 2.375rem;
    }
}

@media screen and (max-width: 767px) and (max-width: 575px) {
    #preloader #text p {
        font-size: 2.313rem;
    }
}

#preloader #text p.active {
    background: hsl(var(--base));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#preloader #text p:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

#preloader #text p:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#preloader #text p:nth-child(3) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#preloader #text p:nth-child(4) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

#preloader #text p:nth-child(5) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

#preloader #text p:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

#preloader #text p:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

#preloader #text p:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

#preloader #text p:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}

#preloader #text p:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* ================================= preload Css End ===========================  */
/* ======================  Header Section Start  ======================*/
.main-header {
    position: sticky;
    width: 100%;
    top: 4px;
    z-index: 111;
}

.main-header.sticky .main-navbar {
    padding: 0;
}

.main-header.sticky .container {
    background-color: hsl(var(--base-l-100));
}

.main-navbar {
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 111;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    padding: 15px 0;
}

.main-navbar .container {
    background-color: hsl(var(--base-l-100));
    border-radius: 12px;
    max-width: 1720px;
    padding: 0px 12px 0 20px;
    box-shadow: var(--box-shadow);
}

@media screen and (max-width: 1399px) {
    .main-navbar .container {
        margin: 0 4px;
    }
}

@media screen and (max-width: 991px) {
    .main-navbar .container {
        padding: 12px;
    }
}

.main-navbar .logo-black {
    display: none;
}

.main-navbar .nav-link {
    font-size: 1rem;
}

.main-navbar .sing-btn a {
    font-size: 1rem;
    font-weight: 600;
    color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.main-navbar .sing-btn a:hover {
    color: hsl(var(--base));
}

.navbar-toggler {
    background: hsl(var(--base));
    color: hsl(var(--white));
    opacity: 1;
    padding: 1px 15px;
    height: 45px;
    border-radius: 5px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-toggler svg {
    width: 35px;
    height: 35px;
}

.navbar-nav {
    gap: 0rem;
    position: relative;
}

@media screen and (max-width: 1199px) {
    .navbar-nav {
        gap: 0rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav {
        gap: 0rem;
    }
}

.navbar-nav .nav-item .nav-link {
    color: hsl(var(--white)/0.85);
    font-size: 1rem;
    font-weight: 500;
    padding: 1.875rem 0.9375rem;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-transform: uppercase;
}

@media screen and (max-width: 1199px) {
    .navbar-nav .nav-item .nav-link {
        font-size: 0.875rem;
        padding-left: 0.6875rem;
        padding-right: 0.6875rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item .nav-link {
        padding: 0.625rem;
        color: hsl(var(--white));
        font-size: 0.9375rem;
    }

    .navbar-nav .nav-item .nav-link::before {
        content: "\f061";
        font-family: "Font Awesome 6 free";
        font-weight: 900;
        position: absolute;
        right: 20px;
        opacity: 0;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
    }
}

.navbar-nav .nav-item .nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    opacity: 0.9;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(105.49%, #E3FF10));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #E3FF10 105.49%);
    mix-blend-mode: lighten;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}

.navbar-nav .nav-item .nav-link.active,
.navbar-nav .nav-item .nav-link:hover {
    position: relative;
    color: hsl(var(--white));
}

.navbar-nav .nav-item .nav-link.active::before,
.navbar-nav .nav-item .nav-link:hover::before {
    opacity: 1;
}

.navbar-nav .nav-item .nav-link.active::after,
.navbar-nav .nav-item .nav-link:hover::after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-nav .nav-item .dropdown-toggle::after {
    content: "\f107";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    border: 0;
    font-size: 14px;
    margin-top: 3px;
    margin-left: 6px;
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item .dropdown-toggle::after {
        margin-left: auto;
    }
}



@media (max-width: 991.98px) {
    /* .navbar-nav .nav-item.dropdown .nav-link {
        position: relative;
        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;
    }

    .navbar-nav .nav-item.dropdown .nav-link::after {
        content: "\f107";
        font-weight: 900;
        font-family: "Font Awesome 6 free";
        margin-left: auto;
    } */

    .offcanvas-title {
        img {
            height: 35px;
        }
    }
}

.navbar-nav .nav-item .dropdown-menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 0;
    padding: 5px 10px;
    min-width: 220px;
    border: 1px solid hsl(var(--border-color));
    border-radius: 5px;
    gap: 5px;
}

@media all and (min-width: 991.98px) {
    .navbar-nav .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .navbar-nav .nav-item .dropdown-menu.fade-down {
        top: 80%;
        -webkit-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
        -webkit-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
    }

    .navbar-nav .nav-item .dropdown-menu.fade-up {
        top: 100%;
    }
}

.navbar-nav .nav-item .dropdown-menu a {
    margin: 5px 0;
    background: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    font-weight: 500;
    font-size: 0.875rem;
    border: 0;
    color: hsl(var(--black)/0.8);
    padding: 8px 15px;
    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;
    border-radius: 5px;
}

.navbar-nav .nav-item .dropdown-menu a::after {
    content: "\f061";
    font-weight: 900;
    font-family: "Font Awesome 6 free";
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.navbar-nav .nav-item .dropdown-menu a.active,
.navbar-nav .nav-item .dropdown-menu a:hover {
    color: hsl(var(--white));
    background: hsl(var(--base));
}

.navbar-nav .nav-item .dropdown-menu a.active::before,
.navbar-nav .nav-item .dropdown-menu a:hover::before {
    opacity: 1;
    width: 10px;
}

.navbar-nav .nav-item .dropdown-menu a.active::after,
.navbar-nav .nav-item .dropdown-menu a:hover::after {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

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

.navbar-nav .nav-item:hover .dropdown-menu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1;
}

@media all and (min-width: 991.98px) {
    .navbar-nav .nav-item:hover .dropdown-menu {
        visibility: visible;
        top: 100%;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
}

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

    .desktop-show .sing-btn,
    .desktop-show .login {
        display: none;
    }
}

.mobile-show {
    display: none;
}

@media screen and (max-width: 991px) {
    .mobile-show {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        gap: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px;
    }

    .mobile-show .sing-btn a {
        color: hsl(var(--base));
    }
}

@media screen and (max-width: 767px) {
    #offcanvasNavbar .btn {
        padding: 15px 20px;
    }
}

@media (max-width: 991.98px) {
    .offcanvas {
        background: hsl(var(--secondary));
    }
}

.wrapper-two .main-navbar .container {
    background-color: hsl(var(--black));
}

.wrapper-three .main-navbar .container {
    background-color: hsl(var(--acid-green));
}

.wrapper-three .navbar-nav .nav-item .nav-link {
    color: hsl(var(--black));
}

.wrapper-three .navbar-nav .nav-item .nav-link:hover,
.wrapper-three .navbar-nav .nav-item .nav-link.active {
    color: hsl(var(--white));
}

.wrapper-three .navbar-nav .nav-item .nav-link::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(105.49%, #000));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000 105.49%);
}

.wrapper-two .main-header .bg--yellow:hover {
    background: hsl(var(--white)) !important;
    color: hsl(var(--black)) !important;
}

.wrapper-two .navbar-toggler {
    background: hsl(var(--yellow));
    color: hsl(var(--black));
}

.wrapper-two .offcanvas {
    background: hsl(var(--black));
}

.wrapper-three .offcanvas {
    background: hsl(var(--acid-green));
}

.offcanvas-header .btn-close {
    opacity: 1;
    -webkit-filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(184deg) brightness(109%) contrast(96%);
    filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(184deg) brightness(109%) contrast(96%);
}

/* ======================  Header Section End  ======================*/
/* ====================== Breadcrumb Css Start ==================== */
.breadcrumb {
    position: relative;
    z-index: 1;
    padding: 210px 0 120px;
    margin-bottom: 0;
}

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

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

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

.breadcrumb__wrapper {
    text-align: center;
}

.breadcrumb__title {
    margin-bottom: 10px;
    color: hsl(var(--white));
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

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

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

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

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

/* ====================== Breadcrumb Css End ==================== */
/* ============= Footer Start Here ======================= */
.footer-area {
    margin-top: auto;
}

.footer-area .social-list__link {
    background: hsl(var(--black)/0.2);
    color: hsl(var(--black));
}


@media screen and (max-width: 767px) {
    .footer-item:last-child {
        grid-column: 1/-1;
    }
}

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

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

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

.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-item form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 1.875rem;
    position: relative;
}

.footer-item form input {
    width: 100%;
    height: 3.75rem;
    background: hsl(var(--black-four));
    border-radius: 0.5rem;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 1.25rem;
    padding-right: 4.0625rem;
    border: 1px solid hsl(var(--border-color));
    color: hsl(var(--black));
    font-size: 0.875rem;
    border-radius: 0.375rem;
}

.footer-item form button {
    width: 3.125rem;
    height: 2.75rem;
    position: absolute;
    right: 0.4375rem;
    padding-left: 0;
    padding-right: 0;
    line-height: 0;
    background: hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 5px;
}

/* Footer List Item */
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

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

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

.footer-menu__link {
    color: hsl(var(--body-color));
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
}

.footer-menu__link::before {
    content: "\f109";
    font-family: flaticon_memeco !important;
    color: hsl(var(--base-two));
}

.footer-menu__link:hover {
    color: hsl(var(--base-two));
}

.footer-menu__link:hover::before {
    color: hsl(var(--white));
}

.footer-widget__content {
    display: grid;
    grid-template-columns: 1fr 1fr 312px;
    row-gap: 3.125rem;
}

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

    .footer-widget__content .footer-widget__item:last-child {
        grid-column: 1/-1;
    }
}

.footer-widget .social-list__link {
    background: hsl(var(--black));
}

/* Footer Contact */
.footer-contact-menu {
    margin-top: 20px;
    display: grid;
    gap: 10px;
}

.footer-contact-menu__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-contact-menu__item a {
    color: hsl(var(--white));
}

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

.footer-contact-menu__item-icon {
    min-width: 25px;
    color: hsl(var(--white));
    font-size: 24px;
    color: hsl(var(--base-two));
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
    font-size: 0.875rem;
    font-weight: 500;
}

.footer-two-area {
    z-index: 1;
}

.footer-two-area .footer-widget__content {
    display: grid;
    grid-template-columns: 1fr 1fr 360px;
    gap: 1.5625rem;
    row-gap: 3.125rem;
}

@media screen and (max-width: 767px) {
    .footer-two-area .footer-widget__content {
        grid-template-columns: 1fr;
    }

    .footer-two-area .footer-widget__content .footer-widget__item:last-child {
        grid-column: 1/-1;
    }
}

.footer-two-area .footer-item__title {
    color: hsl(var(--black));
}

.footer-two-area .footer-item__title::after {
    display: none;
}

.footer-two-area .newsletter-form {
    border-radius: 15px;
    border: 1.5px solid hsl(var(--black)/0.75);
    background: hsl(var(--yellow)/0.75);
}

.footer-two-area .newsletter-form input {
    padding-right: 179px;
    height: 76px;
}

.footer-two-area .newsletter-form button {
    width: 177px;
    height: 62px;
}

.footer-two-area .footer-menu__link {
    color: hsl(var(--black));
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

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

.footer-two-area .social-list__link {
    border-color: hsl(var(--black));
    color: hsl(var(--black)) !important;
}



.footer-two-area .social-list__link:hover,
.footer-two-area .social-list__link.active {
    background-color: hsl(var(--base-two));
}

.footer-two-area .footer-menu__link::before {
    color: hsl(var(--black));
}

.footer-two-area .footer-item {
    text-align: left;
}

@media screen and (max-width: 1199px) {
    .footer-two-area .footer-item:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.footer-two-area .footer-item .social-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.footer-two-area .bottom-footer {
    background-color: hsl(var(--black));
}

.footer-two-area .newsletter-form .btn-path {
    width: 155px;
    -webkit-clip-path: path("M143 0C149.627 0 155 5.37258 155 12V12C155 16.8667 151.093 21.0559 148.708 25.298C147.702 27.0871 147.118 29.2155 147.118 31.5C147.118 34.1576 147.908 36.6037 149.234 38.5502C151.643 42.0868 155 45.7208 155 50V50C155 56.6274 149.627 62 143 62H12C5.37258 62 0 56.6274 0 50V50C0 45.7208 3.35716 42.0866 5.7659 38.5497C7.09147 36.6033 7.88086 34.1573 7.88086 31.5C7.88086 29.2157 7.2976 27.0875 6.29189 25.2985C3.90703 21.0561 0 16.8667 0 12V12C0 5.37258 5.37258 5.63725e-08 12 0H143Z");
    clip-path: path("M143 0C149.627 0 155 5.37258 155 12V12C155 16.8667 151.093 21.0559 148.708 25.298C147.702 27.0871 147.118 29.2155 147.118 31.5C147.118 34.1576 147.908 36.6037 149.234 38.5502C151.643 42.0868 155 45.7208 155 50V50C155 56.6274 149.627 62 143 62H12C5.37258 62 0 56.6274 0 50V50C0 45.7208 3.35716 42.0866 5.7659 38.5497C7.09147 36.6033 7.88086 34.1573 7.88086 31.5C7.88086 29.2157 7.2976 27.0875 6.29189 25.2985C3.90703 21.0561 0 16.8667 0 12V12C0 5.37258 5.37258 5.63725e-08 12 0H143Z");
}

.footer-three {
    padding-top: 120px;
}

.footer-three .bottom-footer {
    background-color: hsl(var(--black-three));
    border: 0;
}

@media screen and (max-width: 1199px) {
    .footer-three .footer-item__title {
        text-align: left;
    }
}

.footer-three .social-list__link {
    border-color: hsl(var(--acid-green));
    color: hsl(var(--white)) !important;
}

.footer-three .social-list__link:hover,
.footer-three .social-list__link.active {
    background-color: hsl(var(--acid-green));
}

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

.footer-three .footer-menu__link::before {
    color: hsl(var(--acid-green));
}

.footer-three .footer-menu__link:hover {
    color: hsl(var(--acid-green));
}

.footer-three .footer-menu__link:hover::before {
    color: hsl(var(--white));
}

.footer-three .footer-contact-menu__item-icon {
    color: hsl(var(--acid-green));
}

.footer-three .bottom-footer a:hover {
    color: hsl(var(--acid-green));
}

/* ============= Footer End Here ======================= */
/* ============= Bottom Footer End Here ======================= */
.bottom-footer {
    background-color: hsl(var(--secondary)/0.4);
    border-top: 1px solid hsl(var(--white)/0.2);
}

.bottom-footer a {
    color: hsl(var(--white));
}

.bottom-footer a:hover {
    color: hsl(var(--base-two));
}

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

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

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

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

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

/* ================================= Template Selection Css End ===========================  */
/* ================================= Social Icon Css Start =========================== */
.social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

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

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

.social-list__link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    color: hsl(var(--white)) !important;
    font-size: 0.875rem;
    border: 1px solid hsl(var(--base-two));
}

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

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

.social-icon {
    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;
    gap: 10px;
    margin-top: 17px;
}

.social-icon a {
    border: 1px solid hsl(var(--white)/0.25);
    color: hsl(var(--white));
    border-radius: 5px;
    width: 40px;
    height: 40px;
    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;
    font-size: 1rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.social-icon a:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

/* ================================= Social Icon Css End ===========================  */
/* ======================  Banner Section Start  ======================*/
.banner-section {
    padding: 200px 0 140px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 130px 0 100px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section .banner-content {
        text-align: center;
        max-width: 650px;
        margin: 0 auto;
    }

    .banner-section .banner-content .d-flex.gap-4 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.banner-section .banner-content h1 {
    color: hsl(var(--white));
    text-shadow: 5px 6px 8.9px hsl(var(--green));
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: hsl(var(--secondary));
    font-weight: 400;
    text-transform: uppercase;
}

.banner-section .banner-content p {
    font-size: 1.1875rem;
    color: hsl(var(--white));
    font-weight: 500;
    padding: 30px 0 60px;
}

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

@media (max-width: 405px) {
    .banner-section .banner-content .d-flex.gap-4 {
        gap: 10px !important;
    }

    .banner-section .banner-content .d-flex.gap-4 .btn-path {
        -webkit-clip-path: path("M149 0C155.627 1.41737e-06 161 5.37258 161 12C161 16.8573 157.081 20.9791 154.563 25.1325C153.458 26.9552 152.813 29.1447 152.813 31.5C152.813 34.225 153.676 36.7278 155.117 38.6975C157.639 42.1445 161 45.7291 161 50C161 56.6274 155.627 62 149 62H12C5.37258 62 0 56.6274 0 50C0 45.7291 3.36137 42.1444 5.88312 38.6975C7.32414 36.7278 8.18652 34.225 8.18652 31.5C8.18652 29.1447 7.54231 26.9553 6.43708 25.1325C3.91864 20.9792 0 16.8573 0 12C0 5.37258 5.37258 1.20798e-07 12 0H149Z");
        clip-path: path("M149 0C155.627 1.41737e-06 161 5.37258 161 12C161 16.8573 157.081 20.9791 154.563 25.1325C153.458 26.9552 152.813 29.1447 152.813 31.5C152.813 34.225 153.676 36.7278 155.117 38.6975C157.639 42.1445 161 45.7291 161 50C161 56.6274 155.627 62 149 62H12C5.37258 62 0 56.6274 0 50C0 45.7291 3.36137 42.1444 5.88312 38.6975C7.32414 36.7278 8.18652 34.225 8.18652 31.5C8.18652 29.1447 7.54231 26.9553 6.43708 25.1325C3.91864 20.9792 0 16.8573 0 12C0 5.37258 5.37258 1.20798e-07 12 0H149Z");
    }
}

@media (max-width: 350px) {
    .banner-section .banner-content .d-flex.gap-4 {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.banner-section .banner-dog {
    position: relative;
    margin-right: -170px;
    margin-left: 50px;
}

@media screen and (max-width: 1399px) {
    .banner-section .banner-dog {
        margin-left: 0;
        margin-right: -50px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section .banner-dog {
        max-width: 500px;
        margin: 0 auto;
    }
}

.banner-section .banner-dog::before,
.banner-section .banner-dog::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-section .banner-dog::before {
    height: 115%;
    background-image: url("../images/banner/bannger-shape.svg");
    -webkit-animation: rotated 5.5s ease-in-out 1s infinite alternate;
    animation: rotated 5.5s ease-in-out 1s infinite alternate;
    -webkit-animation-duration: 6s;
    animation-duration: 6s;
}

.banner-section .banner-dog::after {
    border-radius: 692px;
    background: hsl(var(--secondary));
    mix-blend-mode: plus-lighter;
    -webkit-filter: blur(161.8000030518px);
    filter: blur(161.8000030518px);
}

.banner-two-section {
    background-image: url("../images/bg/banner-two.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 250px 0 200px;
}

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

.banner-two-section .container {
    position: relative;
    z-index: 1;
}

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

.banner-two-section .alien-img img {
    position: absolute;
    bottom: -150px;
    --left: -250px;
}

.banner-two-section .alien-img img:nth-child(1) {
    right: var(--left);
    -webkit-animation: alienFi 7s ease-in-out 0s infinite alternate;
    animation: alienFi 7s ease-in-out 0s infinite alternate;
}

.banner-two-section .alien-img img:nth-child(2) {
    left: var(--left);
    -webkit-animation: alienShip 8s ease-in-out 0s infinite alternate;
    animation: alienShip 8s ease-in-out 0s infinite alternate;
}

.banner-two-section .banner-btn {
    margin-top: 100px;
}

@media screen and (max-width: 991px) {
    .banner-two-section .banner-btn {
        margin-top: 60px;
    }
}

@media screen and (max-width: 575px) {
    .banner-two-section .banner-btn {
        margin-top: 40px;
    }
}

@media screen and (max-width: 424px) {
    .banner-two-section .banner-btn {
        display: grid !important;
        row-gap: 10px !important;
    }
}

@-webkit-keyframes alienFi {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateY(-100px);
        transform: rotate(10deg) translateY(-100px);
    }

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

@keyframes alienFi {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotate(10deg) translateY(-100px);
        transform: rotate(10deg) translateY(-100px);
    }

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

@media screen and (max-width: 991px) {
    @ -webkit-keyframes alienFi {
        0% {
            -webkit-transform: rotateX(0deg) translateY(0px) scale(0.7);
            transform: rotateX(0deg) translateY(0px) scale(0.7);
        }

        50% {
            -webkit-transform: rotate(10deg) translateY(-100px) scale(0.7);
            transform: rotate(10deg) translateY(-100px) scale(0.7);
        }

        100% {
            -webkit-transform: rotateX(0deg) translateY(0px) scale(0.7);
            transform: rotateX(0deg) translateY(0px) scale(0.7);
        }
    }

    @keyframes alienFi {
        0% {
            -webkit-transform: rotateX(0deg) translateY(0px) scale(0.7);
            transform: rotateX(0deg) translateY(0px) scale(0.7);
        }

        50% {
            -webkit-transform: rotate(10deg) translateY(-100px) scale(0.7);
            transform: rotate(10deg) translateY(-100px) scale(0.7);
        }

        100% {
            -webkit-transform: rotateX(0deg) translateY(0px) scale(0.7);
            transform: rotateX(0deg) translateY(0px) scale(0.7);
        }
    }
}

@-webkit-keyframes alienShip {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.6);
        transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.6);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-100px) translateX(100px) scale(0.8);
        transform: rotateX(0deg) translateY(-100px) translateX(100px) scale(0.8);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.6);
        transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.6);
    }
}

@keyframes alienShip {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.6);
        transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.6);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-100px) translateX(100px) scale(0.8);
        transform: rotateX(0deg) translateY(-100px) translateX(100px) scale(0.8);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.6);
        transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.6);
    }
}

@media screen and (max-width: 991px) {
    @ -webkit-keyframes alienShip {
        0% {
            -webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.4);
            transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.4);
        }

        50% {
            -webkit-transform: rotateX(0deg) translateY(-100px) translateX(100px) scale(0.6);
            transform: rotateX(0deg) translateY(-100px) translateX(100px) scale(0.6);
        }

        100% {
            -webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.4);
            transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.4);
        }
    }

    @keyframes alienShip {
        0% {
            -webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.4);
            transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.4);
        }

        50% {
            -webkit-transform: rotateX(0deg) translateY(-100px) translateX(100px) scale(0.6);
            transform: rotateX(0deg) translateY(-100px) translateX(100px) scale(0.6);
        }

        100% {
            -webkit-transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.4);
            transform: rotateX(0deg) translateY(0px) translateX(0px) scale(0.4);
        }
    }
}

.banner-two-content {
    text-align: center;
}

.banner-two-content h2 {
    -webkit-text-stroke-width: 6px;
    -webkit-text-stroke-color: hsl(var(--black));
    text-transform: uppercase;
    font-family: "Dela Gothic One";
    font-size: 140px;
    font-weight: 400;
    line-height: 87%;
}

@media screen and (max-width: 1399px) {
    .banner-two-content h2 {
        font-size: 100px;
        -webkit-text-stroke-width: 3px;
    }
}

@media screen and (max-width: 991px) {
    .banner-two-content h2 {
        font-size: 63px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 767px) {
    .banner-two-content h2 {
        font-size: 56px;
        -webkit-text-stroke-width: 1.5px;
    }
}

@media screen and (max-width: 575px) {
    .banner-two-content h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 424px) {
    .banner-two-content h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 374px) {
    .banner-two-content h2 {
        font-size: 30px;
    }
}

.banner-two-content h2 .text-meme {
    -webkit-text-fill-color: transparent;
}

.banner-two-content h1 {
    color: hsl(var(--yellow-two));
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 8px;
    -webkit-text-stroke-color: hsl(var(--black));
    font-family: "Dela Gothic One";
    font-size: 360px;
    font-weight: 400;
    line-height: 87%;
    text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
    .banner-two-content h1 {
        font-size: 250px;
    }
}

@media screen and (max-width: 991px) {
    .banner-two-content h1 {
        -webkit-text-stroke-width: 3px;
        font-size: 180px;
    }
}

@media screen and (max-width: 767px) {
    .banner-two-content h1 {
        font-size: 140px;
    }
}

@media screen and (max-width: 575px) {
    .banner-two-content h1 {
        font-size: 110px;
    }
}

@media screen and (max-width: 424px) {
    .banner-two-content h1 {
        font-size: 100px;
    }
}

@media screen and (max-width: 374px) {
    .banner-two-content h1 {
        font-size: 80px;
    }
}

.banner-three-section {
    position: relative;
    z-index: 1;
    padding: 250px 0 150px;
}

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

.banner-three-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../images/bg/banner-three-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner-three-content h1 {
    font-size: 80px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

@media screen and (max-width: 1399px) {
    .banner-three-content h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 991px) {
    .banner-three-content h1 {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .banner-three-content h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 575px) {
    .banner-three-content h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 424px) {
    .banner-three-content h1 {
        font-size: 30px;
    }
}

.banner-three-content p {
    max-width: 872px;
    margin: 0 auto;
    font-family: "Bricolage Grotesque";
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    padding: 24px 0 40px;
}

@media screen and (max-width: 991px) {
    .banner-three-content p {
        font-size: 16px;
    }
}

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

.banner-three-shape i {
    min-width: 60px;
    min-height: 60px;
    border: 1.5px solid hsl(var(--acid-green));
    -webkit-box-shadow: 0px 0px 5px 0px hsl(var(--acid-green)/0.5);
    box-shadow: 0px 0px 5px 0px hsl(var(--acid-green)/0.5);
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 30px;
    color: hsl(var(--acid-green));
    position: absolute;
}

.banner-three-shape i:nth-child(1) {
    left: -13%;
    top: 23px;
    -webkit-animation: moveUp 2s ease-in-out 0s infinite alternate;
    animation: moveUp 2s ease-in-out 0s infinite alternate;
}

.banner-three-shape i:nth-child(2) {
    right: -4%;
    top: 39px;
    -webkit-animation: moveUp 2.5s ease-in-out 0s infinite alternate;
    animation: moveUp 2.5s ease-in-out 0s infinite alternate;
}

.banner-three-shape i:nth-child(3) {
    left: 5%;
    top: 51%;
    -webkit-animation: moveUp 3s ease-in-out 0s infinite alternate;
    animation: moveUp 3s ease-in-out 0s infinite alternate;
}

.banner-three-shape i:nth-child(4) {
    right: 17%;
    top: 40%;
    -webkit-animation: moveUp 3.5s ease-in-out 0s infinite alternate;
    animation: moveUp 3.5s ease-in-out 0s infinite alternate;
}

.banner-three-shape i:nth-child(5) {
    left: -1%;
    bottom: 0%;
    -webkit-animation: moveUp 4s ease-in-out 0s infinite alternate;
    animation: moveUp 4s ease-in-out 0s infinite alternate;
}

.banner-three-shape i:nth-child(6) {
    right: -2%;
    bottom: 16%;
    -webkit-animation: moveUp 4.5s ease-in-out 0s infinite alternate;
    animation: moveUp 4.5s ease-in-out 0s infinite alternate;
}

/* ======================  Banner Section End  ======================*/
/* ======================  About Section Start  ======================*/
.about-section {
    position: relative;
    z-index: 1;
}

.about-section .about-deltas {
    border-radius: 20px;
    border: 2px solid hsl(var(--green)/0.75);
    background: hsl(var(--base)/0.75);
    padding: 20px;
}

.about-section .about-deltas h4 {
    font-size: 1.25rem;
    padding-bottom: 5px;
}

.about-two-section .about-get {
    padding: 40px;
    border-radius: 20px;
    border: 2px solid hsl(var(--black));
    background: hsl(var(--yellow));
}

@media screen and (max-width: 575px) {
    .about-two-section .about-get {
        padding: 24px;
    }
}

.about-two-section .about-get h3 {
    font-size: 2.5rem;
}

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

.about-two-section .about-get h5 {
    color: #000;
    line-height: 120%;
}

.about-two-section .copy-box {
    border-radius: 12px;
    background: hsl(var(--black));
    padding: 18px 24px;
    font-size: 1rem;
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width: 575px) {
    .about-two-section .copy-box {
        font-size: 0.75rem;
    }
}

.about-two-section .copy-box i {
    color: hsl(var(--yellow-two));
    line-height: 0;
    font-size: 1.25rem;
    cursor: pointer;
}

.about-two-section .curacy-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 10px;
    padding: 10px 0;
}

.about-two-section .curacy-list li {
    background: hsl(var(--black));
    width: 100%;
    text-align: center;
    border-radius: 10px;
    padding: 10px 5px;
    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;
    gap: 6px;
    font-size: 1rem;
    font-weight: 500;
}

@media screen and (max-width: 1399px) {
    .about-two-section .curacy-list li {
        font-size: 0.75rem;
    }
}

@media screen and (max-width: 1199px) {
    .about-two-section .curacy-list li {
        display: grid;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .about-two-section .curacy-list li img {
        margin: 0 auto;
    }
}

@media screen and (max-width: 424px) {
    .about-two-section .curacy-list li {
        font-size: 0.625rem;
    }
}

.about-two-section .about-count-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 10px;
    padding: 10px 0;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width: 575px) {
    .about-two-section .about-count-list {
        grid-template-columns: repeat(auto-fit, minmax(93px, 1fr));
        gap: 5px;
    }
}

.about-two-section .about-count-list .fs-40 {
    font-size: 2.5rem;
    color: hsl(var(--black));
    font-weight: 400;
    line-height: 120%;
    font-family: "Dela Gothic One";
}

@media screen and (max-width: 1199px) {
    .about-two-section .about-count-list .fs-40 {
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 575px) {
    .about-two-section .about-count-list .fs-40 {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 1199px) {
    .about-two-section .about-count-list p {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 575px) {
    .about-two-section .about-count-list p {
        font-size: 0.75rem;
    }
}

.about-two-section .about-count-list .count-list-item {
    border-right: 2px solid hsl(var(--black));
}

.about-two-section .about-count-list .count-list-item:last-child {
    border-right: none;
}

.about-two-section .social-list__link {
    border-color: hsl(var(--black));
    color: hsl(var(--black)) !important;
}

.about-two-section .social-list__link:hover,
.about-two-section .social-list__link.active {
    background-color: hsl(var(--yellow-two));
}

.about-three .about-deltas {
    background-color: hsl(var(--black-two));
    border-color: hsl(var(--white)/0.1);
}

/* ======================  About Section End  ======================*/
/* ======================  Text-slide Section Start  ======================*/
.text-slide-section {
    padding: 28px 0;
}

@media screen and (max-width: 991px) {
    .text-slide-section {
        padding: 10px 0;
    }
}

.text-slide-section .slide-text {
    font-size: 2.5rem;
    font-family: "Dela Gothic One";
    color: hsl(var(--black));
}

@media screen and (max-width: 991px) {
    .text-slide-section .slide-text {
        font-size: 1.875rem;
    }
}

.text-slide-section .slide-icon i {
    line-height: 0;
    color: hsl(var(--base));
    font-size: 60px;
}

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

.text-slide-three .slide-icon i {
    color: hsl(var(--acid-green));
}

.text-slide-two {
    position: relative;
    z-index: 11 !important;
}

.text-slide-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--yellow-two));
    z-index: 1;
}

.text-slide-two .text-slide-bg::before,
.text-slide-two .text-slide-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--black));
    z-index: -1;
}

.text-slide-two .text-slide-bg::before {
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg);
}

.text-slide-two .text-slide-bg::after {
    -webkit-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.text-slide-two .slide-icon i {
    color: hsl(var(--black));
}

/* ======================  Text-slide Section End  ======================*/
/* ======================  How-to-buy Section Start  ======================*/
.how-to-buy-section {
    position: relative;
}

.how-to-buy-section .how-to-buy-card {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: masonry;
    gap: 24px;
}

@media screen and (max-width: 1199px) {
    .how-to-buy-section .how-to-buy-card {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
}

.how-to-buy-section .how-buy-item {
    padding: 30px 25px;
    border-radius: 20px;
    border: 1.5px solid hsl(var(--base-two-d-100));
    background: hsl(var(--secondary));
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.how-to-buy-section .how-buy-item:hover {
    border-color: hsl(var(--base-two));
    background: hsl(var(--base));
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.how-to-buy-section .how-buy-item h4 {
    max-width: 230px;
    margin: 15px auto;
}

.how-to-buy-section .how-buy-item h5 {
    text-wrap: balance;
}

.how-to-buy-section .btn-path {
    width: 230px;
    -webkit-clip-path: path("M0 12C0 5.37258 5.37258 0 12 0H216C222.627 0 228 5.37258 228 12C228 16.7797 224.214 20.5442 220.505 23.5594C217.966 25.6236 216.407 28.4205 216.407 31.5C216.407 34.8902 218.296 37.9378 221.303 40.0426C224.745 42.4525 228 45.7981 228 50C228 56.6274 222.627 62 216 62H12C5.37258 62 0 56.6274 0 50C0 45.798 3.255 42.4524 6.69717 40.0425C9.70341 37.9377 11.5931 34.8902 11.5931 31.5C11.5931 28.4205 10.0339 25.6238 7.49501 23.5595C3.78637 20.5442 0 16.7797 0 12Z");
    clip-path: path("M0 12C0 5.37258 5.37258 0 12 0H216C222.627 0 228 5.37258 228 12C228 16.7797 224.214 20.5442 220.505 23.5594C217.966 25.6236 216.407 28.4205 216.407 31.5C216.407 34.8902 218.296 37.9378 221.303 40.0426C224.745 42.4525 228 45.7981 228 50C228 56.6274 222.627 62 216 62H12C5.37258 62 0 56.6274 0 50C0 45.798 3.255 42.4524 6.69717 40.0425C9.70341 37.9377 11.5931 34.8902 11.5931 31.5C11.5931 28.4205 10.0339 25.6238 7.49501 23.5595C3.78637 20.5442 0 16.7797 0 12Z");
}

.rocket-img img {
    position: absolute;
    bottom: -10px;
    --left: -0px;
}

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

.rocket-img img:nth-child(1) {
    right: var(--left);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.rocket-img img:nth-child(2) {
    left: var(--left);
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}

.memecoin-parent {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .memecoin-parent {
        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;
    }
}

.memecoin-parent .memecoin-image {
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
}

@media screen and (max-width: 767px) {
    .memecoin-parent .memecoin-image {
        width: 60%;
        margin: 0 auto;
    }
}

.memecoin-parent .memecoin-item {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--black));
    background: hsl(var(--yellow));
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 40px;
    position: relative;
}

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

.memecoin-parent .memecoin-item:hover {
    background: hsl(var(--yellow-two));
}

.memecoin-parent .memecoin-item:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 1;
}

.memecoin-parent .memecoin-item:nth-child(3) {
    grid-column-start: 3;
    grid-row-start: 1;
}

.memecoin-parent .memecoin-item:nth-child(4) {
    grid-row-start: 2;
}

.memecoin-parent .memecoin-item:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 2;
}

.memecoin-parent .memecoin-item .number {
    position: absolute;
    top: 0;
    right: 40px;
    border-radius: 0px 0px 20px 20px;
    background: hsl(var(--black));
    width: 98px;
    text-align: center;
    padding: 50px 20px 24px;
    color: hsl(var(--white));
    text-align: center;
    font-family: "Dela Gothic One";
    font-size: 1.5625rem;
    font-weight: 400;
    line-height: 120%;
}

@media screen and (max-width: 575px) {
    .memecoin-parent .memecoin-item .number {
        width: 80px;
        padding: 30px 14px 24px;
    }
}

.memecoin-parent .memecoin-item i {
    color: hsl(var(--black));
    font-size: 60px;
    line-height: 0;
}

.memecoin-parent .memecoin-item h4 {
    color: hsl(var(--black));
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 120%;
    padding: 15px 0 6px;
}

.how-to-buy-three .how-to-buy-card {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.wrapper-three .how-to-buy-section .how-buy-item {
    border: 1.5px solid hsl(var(--white)/0.2);
    background: hsl(var(--black-two));
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.wrapper-three .how-to-buy-section .how-buy-item:hover {
    border-color: hsl(var(--acid-green));
}

.wrapper-three .how-to-buy-section .how-buy-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.07;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url("../images/bg/how-to-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* ======================  How-to-buy Section End  ======================*/
/* ======================  Roadmap Section Start  ======================*/
.roadmap-section {
    position: relative;
}

.roadmap-section .roadmap-content {
    position: relative;
}

@media screen and (max-width: 767px) {
    .roadmap-section .roadmap-content {
        margin-left: 8px;
    }
}

.roadmap-section .roadmap-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3px;
    height: 100%;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .roadmap-section .roadmap-content::before {
        left: 0;
    }
}

.roadmap-section .roadmap-content .roadmap-content-item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 110px;
}

@media screen and (max-width: 991px) {
    .roadmap-section .roadmap-content .roadmap-content-item {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

.roadmap-section .roadmap-content .roadmap-item {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--base));
    background: hsl(var(--base));
    padding: 30px;
    z-index: 1;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
    .roadmap-section .roadmap-content .roadmap-item {
        margin-left: 25px;
    }
}

.roadmap-section .roadmap-content .roadmap-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-color: hsl(var(--base-two));
}

.roadmap-section .roadmap-content .roadmap-item:hover::before {
    color: hsl(var(--base-two));
}

.roadmap-section .roadmap-content .roadmap-item:nth-child(odd) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 70px;
}

@media screen and (max-width: 991px) {
    .roadmap-section .roadmap-content .roadmap-item:nth-child(odd) {
        margin-bottom: 24px;
    }
}

.roadmap-section .roadmap-content .roadmap-item:nth-child(odd)::before {
    left: -71px;
}

@media screen and (max-width: 991px) {
    .roadmap-section .roadmap-content .roadmap-item:nth-child(odd)::before {
        left: -40px;
    }
}

.roadmap-section .roadmap-content .roadmap-item:nth-child(even) {
    margin-top: 70px;
}

@media screen and (max-width: 991px) {
    .roadmap-section .roadmap-content .roadmap-item:nth-child(even) {
        margin-top: 0;
    }
}

.roadmap-section .roadmap-content .roadmap-item:nth-child(even)::before {
    right: -71px;
}

@media screen and (max-width: 991px) {
    .roadmap-section .roadmap-content .roadmap-item:nth-child(even)::before {
        right: auto;
        left: -40px;
    }
}

.roadmap-section .roadmap-content .roadmap-item::before {
    content: "\f192";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -9px;
    color: hsl(var(--base));
    border: 1px solid #fff;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    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.4s;
    transition: all 0.4s;
}

.roadmap-section .roadmap-content .roadmap-item .date {
    color: hsl(var(--base-two));
    font-size: 1rem;
}

.roadmap-section .roadmap-content .roadmap-item h3 {
    margin-top: 15px;
}

.roadmap-section .roadmap-content .roadmap-item p {
    padding: 10px 0 20px;
}

.roadmap-section .roadmap-content .roadmap-item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

@media screen and (max-width: 767px) {
    .roadmap-section .roadmap-content .roadmap-item ul {
        grid-template-columns: 1fr;
    }
}

.roadmap-section .roadmap-content .roadmap-item ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.roadmap-section .roadmap-content .roadmap-item ul li::before {
    content: "✓";
    color: hsl(var(--base-two));
    font-size: 20px;
    margin-right: 10px;
}

.roadmap-two-section .roadmap-item {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--black));
    background: hsl(var(--yellow));
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.roadmap-two-section .roadmap-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg/roadmap-card-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}

.roadmap-two-section .roadmap-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.roadmap-two-section .roadmap-item .date {
    color: hsl(var(--black));
    font-size: 1rem;
}

.roadmap-two-section .roadmap-item h5 {
    color: hsl(var(--black));
}

.roadmap-two-section .roadmap-item h3 {
    margin-top: 15px;
    color: hsl(var(--black));
}

.roadmap-two-section .roadmap-item p {
    padding: 10px 0 20px;
    color: hsl(var(--black));
}

.roadmap-two-section .roadmap-item ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
}

@media screen and (max-width: 767px) {
    .roadmap-two-section .roadmap-item ul {
        grid-template-columns: 1fr;
    }
}

.roadmap-two-section .roadmap-item ul li {
    color: hsl(var(--black));
}

.roadmap-two-section .roadmap-item ul li::before {
    content: "✓";
    color: hsl(var(--black));
    font-size: 20px;
    margin-right: 10px;
}

.roadmap-three-section .roadmap-content {
    display: grid;
    gap: 40px;
}

.roadmap-three-section .roadmap-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 120px;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.roadmap-three-section .roadmap-content-item:last-child::before {
    height: 100%;
}

@media screen and (max-width: 991px) {
    .roadmap-three-section .roadmap-content-item {
        display: grid;
        gap: 15px;
        padding-left: 50px;
    }
}

.roadmap-three-section .roadmap-content-item:hover::before {
    background-color: hsl(var(--acid-green));
}

.roadmap-three-section .roadmap-content-item:hover .roadmap-title {
    border-color: hsl(var(--acid-green));
}

.roadmap-three-section .roadmap-content-item:hover .roadmap-title::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='33' viewBox='0 0 59 33' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.5 28.4654L51 16.4654L29.5 4.46533L8 16.4654L29.5 28.4654Z' fill='%2394FF30'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.4999 20.6513L37 16.4652L29.4999 12.2791L29.4999 20.6513ZM29.4998 12.2792L21.9998 16.4653L29.4998 20.6514V12.2792Z' fill='%23020301'/%3E%3Cpath d='M59 16.4652L59.7311 17.775L62.0778 16.4652L59.7311 15.1554L59 16.4652ZM29.5 32.9303L28.7689 31.6205L27.9895 32.0556L28.0001 32.9482L29.5 32.9303ZM29.5 0L30.2311 -1.3098L28 -2.55504V0H29.5ZM29.5 0.000160592L30.2311 1.30996L31 0.880774V0.000160592H29.5ZM0 16.4653L-0.731051 15.1555L-3.07776 16.4653L-0.731051 17.7751L0 16.4653ZM29.5 32.9305L28.7689 34.2403L31.0307 35.5027L30.9999 32.9126L29.5 32.9305ZM58.2689 15.1554L28.7689 31.6205L30.231 34.2401L59.7311 17.775L58.2689 15.1554ZM28.7689 1.3098L58.2689 17.775L59.7311 15.1554L30.2311 -1.3098L28.7689 1.3098ZM31 0.000160592V0H28V0.000160592H31ZM0.731051 17.7751L30.2311 1.30996L28.7689 -1.30964L-0.731051 15.1555L0.731051 17.7751ZM30.2311 31.6207L0.731051 15.1555L-0.731051 17.7751L28.7689 34.2403L30.2311 31.6207ZM28.0001 32.9482L28.0001 32.9483L30.9999 32.9126L30.9999 32.9125L28.0001 32.9482Z' fill='white'/%3E%3C/svg%3E");
}

.roadmap-three-section .roadmap-content-item:hover .roadmap-item {
    border-color: hsl(var(--acid-green));
}

.roadmap-three-section .roadmap-content-item::before {
    content: "";
    position: absolute;
    left: 330px;
    top: 0;
    height: 115%;
    width: 2px;
    background: hsl(var(--white));
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 991px) {
    .roadmap-three-section .roadmap-content-item::before {
        left: 17px;
    }
}

.roadmap-three-section .roadmap-title {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--white)/0.2);
    background: hsl(var(--black-three));
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    min-width: 271px;
    text-align: center;
}

.roadmap-three-section .roadmap-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg/roadmap-three-card-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(184deg) brightness(109%) contrast(96%);
    filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(184deg) brightness(109%) contrast(96%);
    z-index: -1;
    opacity: 0.06;
}

.roadmap-three-section .roadmap-title::after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='59' height='33' viewBox='0 0 59 33' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.5 28.4654L51 16.4653L29.5 4.4653L8 16.4653L29.5 28.4654Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.4999 20.6513L37 16.4652L29.4999 12.2791L29.4999 20.6513ZM29.4998 12.2792L21.9998 16.4653L29.4998 20.6514V12.2792Z' fill='%23020301'/%3E%3Cmask id='path-3-inside-1_190_2091' fill='white'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M29.5 32.9303L59 16.4652L29.5 0V0.000160592L0 16.4653L29.5 32.9305L29.5 32.9303Z'/%3E%3C/mask%3E%3Cpath d='M59 16.4652L59.7311 17.775L62.0778 16.4652L59.7311 15.1554L59 16.4652ZM29.5 32.9303L28.7689 31.6205L27.9895 32.0556L28.0001 32.9482L29.5 32.9303ZM29.5 0L30.2311 -1.3098L28 -2.55504V0H29.5ZM29.5 0.000160592L30.2311 1.30996L31 0.880774V0.000160592H29.5ZM0 16.4653L-0.731051 15.1555L-3.07776 16.4653L-0.731051 17.7751L0 16.4653ZM29.5 32.9305L28.7689 34.2403L31.0307 35.5027L30.9999 32.9126L29.5 32.9305ZM58.2689 15.1554L28.7689 31.6205L30.231 34.2401L59.7311 17.775L58.2689 15.1554ZM28.7689 1.3098L58.2689 17.775L59.7311 15.1554L30.2311 -1.3098L28.7689 1.3098ZM31 0.000160592V0H28V0.000160592H31ZM0.731051 17.7751L30.2311 1.30996L28.7689 -1.30964L-0.731051 15.1555L0.731051 17.7751ZM30.2311 31.6207L0.731051 15.1555L-0.731051 17.7751L28.7689 34.2403L30.2311 31.6207ZM28.0001 32.9482L28.0001 32.9483L30.9999 32.9126L30.9999 32.9125L28.0001 32.9482Z' fill='white' mask='url(%23path-3-inside-1_190_2091)'/%3E%3C/svg%3E");
    position: absolute;
    right: -90px;
    top: -7px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 991px) {
    .roadmap-three-section .roadmap-title::after {
        right: auto;
        left: -62px;
    }
}

.roadmap-three-section .roadmap-title .date {
    color: hsl(var(--acid-green));
    font-size: 1rem;
}

.roadmap-three-section .roadmap-item {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--white)/0.2);
    background: hsl(var(--black-three));
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.roadmap-three-section .roadmap-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg/roadmap-three-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
    -webkit-filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(184deg) brightness(109%) contrast(96%);
    filter: invert(100%) sepia(0%) saturate(7479%) hue-rotate(184deg) brightness(109%) contrast(96%);
    z-index: -1;
    opacity: 0.03;
}

.roadmap-three-section .roadmap-item:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.roadmap-three-section .roadmap-item h5 {
    color: hsl(var(--white));
}

.roadmap-three-section .roadmap-item h3 {
    margin-top: 15px;
    color: hsl(var(--white));
}

.roadmap-three-section .roadmap-item p {
    padding: 10px 0 20px;
    color: hsl(var(--white));
}

.roadmap-three-section .roadmap-item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 10px;
}

.roadmap-three-section .roadmap-item ul li {
    color: hsl(var(--white));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.roadmap-three-section .roadmap-item ul li::before {
    content: "✓";
    color: hsl(var(--acid-green));
    font-size: 20px;
    margin-right: 10px;
}

/* ======================  Roadmap Section End  ======================*/
/* ======================  Tokenomics Section Start  ======================*/
.tokenomics-section {
    position: relative;
}

.tokenomics-section .token-contents {
    display: grid;
    grid-template-columns: 337px 1fr 337px;
}

@media screen and (max-width: 1199px) {
    .tokenomics-section .token-contents {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (max-width: 575px) {
    .tokenomics-section .token-contents {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .tokenomics-section .token-img {
        grid-column: 1/-1;
    }
}

.tokenomics-section .token-content {
    display: grid;
    gap: 70px;
}

@media screen and (max-width: 1199px) {
    .tokenomics-section .token-content {
        gap: 40px;
    }

    .tokenomics-section .token-content .token-item::after {
        display: none;
    }
}

@media screen and (max-width: 575px) {
    .tokenomics-section .token-content {
        gap: 24px;
    }
}

@media screen and (max-width: 1199px) {
    .tokenomics-section .token-content:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.tokenomics-section .token-content:nth-child(1) .token-item::after {
    content: "";
    position: absolute;
    top: 35%;
    right: -45%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='42' viewBox='0 0 130 42' fill='none'%3E%3Cpath d='M126 37.5L92.5 3.5H3.5' stroke='%2338B27A' stroke-width='2'/%3E%3Ccircle cx='126' cy='38' r='4' fill='%2338B27A'/%3E%3Ccircle cx='4' cy='4' r='4' fill='%2338B27A'/%3E%3C/svg%3E");
    width: 130px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
}

.tokenomics-section .token-content:nth-child(1) .token-item:nth-child(2) {
    -webkit-transform: translateX(60px);
    transform: translateX(60px);
}

.tokenomics-section .token-content:nth-child(1) .token-item:nth-child(2):hover {
    -webkit-transform: translateX(60px) translateY(-10px);
    transform: translateX(60px) translateY(-10px);
}

@media screen and (max-width: 1199px) {
    .tokenomics-section .token-content:nth-child(1) .token-item:nth-child(2) {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media screen and (max-width: 1199px) {
    .tokenomics-section .token-content:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.tokenomics-section .token-content:nth-child(3) .token-item::after {
    content: "";
    position: absolute;
    top: 35%;
    left: -45%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='130' height='42' viewBox='0 0 130 42' fill='none'%3E%3Cpath d='M4 37.5L37.5 3.5H126.5' stroke='%2338B27A' stroke-width='2'/%3E%3Ccircle cx='4' cy='4' r='4' transform='matrix(-1 0 0 1 8 34)' fill='%2338B27A'/%3E%3Ccircle cx='4' cy='4' r='4' transform='matrix(-1 0 0 1 130 0)' fill='%2338B27A'/%3E%3C/svg%3E");
    width: 130px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
}

.tokenomics-section .token-content:nth-child(3) .token-item:nth-child(2) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.tokenomics-section .token-content:nth-child(3) .token-item:nth-child(2):hover {
    -webkit-transform: translateX(-60px) translateY(-10px);
    transform: translateX(-60px) translateY(-10px);
}

@media screen and (max-width: 1199px) {
    .tokenomics-section .token-content:nth-child(3) .token-item:nth-child(2) {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.tokenomics-section .token-item {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--base-two-d-100));
    background: hsl(var(--secondary));
    padding: 30px 30px 30px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.tokenomics-section .token-item:hover {
    border-color: hsl(var(--base-two));
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

@media screen and (max-width: 575px) {
    .tokenomics-section .token-item {
        max-width: 350px;
        margin: 0 auto;
    }
}

.tokenomics-section .token-item p {
    padding-bottom: 0;
    margin-bottom: 0;
}

.tokenomics-section .tokens-btn {
    display: inline-block;
    position: relative;
    font-family: "Dela Gothic One";
    padding: 0 50px;
}

@media screen and (max-width: 991px) {
    .tokenomics-section .tokens-btn {
        padding: 0 30px;
    }
}

.tokenomics-section .tokens-btn::before,
.tokenomics-section .tokens-btn::after {
    content: "";
    display: block;
    width: 132px;
    height: 109px;
    position: absolute;
    top: 8px;
}

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

    .tokenomics-section .tokens-btn::before,
    .tokenomics-section .tokens-btn::after {
        width: 76px;
        height: 82px;
    }
}

.tokenomics-section .tokens-btn::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='109' viewBox='0 0 132 109' fill='none'%3E%3Cpath d='M130.5 6H21C9.95431 6 1 14.9543 1 26V82.5C1 93.5457 9.95431 102.5 21 102.5H112' stroke='white' stroke-width='2'/%3E%3Ccircle cx='6' cy='6' r='6' transform='matrix(-1 0 0 1 132 0)' fill='%23E3FF10'/%3E%3Ccircle cx='6' cy='6' r='6' transform='matrix(-1 0 0 1 116 97)' fill='%23E3FF10'/%3E%3C/svg%3E");
    left: 0;
}

@media screen and (max-width: 575px) {
    .tokenomics-section .tokens-btn::before {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='82' viewBox='0 0 77 82' fill='none'%3E%3Cpath d='M76.1298 4.51367H21C9.95428 4.51367 0.999987 13.468 0.999987 24.5137V57.11C0.999987 68.1557 9.95429 77.11 21 77.11H65.3969' stroke='white' stroke-width='2'/%3E%3Cellipse cx='3.48092' cy='4.51376' rx='3.48092' ry='4.51376' transform='matrix(-1 0 0 1 77 0)' fill='%23E3FF10'/%3E%3Cellipse cx='3.48092' cy='4.51376' rx='3.48092' ry='4.51376' transform='matrix(-1 0 0 1 67.7175 72.9727)' fill='%23E3FF10'/%3E%3C/svg%3E");
    }
}

.tokenomics-section .tokens-btn::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='109' viewBox='0 0 132 109' fill='none'%3E%3Cpath d='M1.5 6H111C122.046 6 131 14.9543 131 26V82.5C131 93.5457 122.046 102.5 111 102.5H20' stroke='white' stroke-width='2'/%3E%3Ccircle cx='6' cy='6' r='6' fill='%23E3FF10'/%3E%3Ccircle cx='22' cy='103' r='6' fill='%23E3FF10'/%3E%3C/svg%3E");
    right: 0;
}

@media screen and (max-width: 575px) {
    .tokenomics-section .tokens-btn::after {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='82' viewBox='0 0 77 82' fill='none'%3E%3Cpath d='M0.870239 4.51367H56C67.0457 4.51367 76 13.468 76 24.5137V57.11C76 68.1557 67.0457 77.11 56 77.11H11.6031' stroke='white' stroke-width='2'/%3E%3Cellipse cx='3.48092' cy='4.51376' rx='3.48092' ry='4.51376' fill='%23E3FF10'/%3E%3Cellipse cx='12.7634' cy='77.4859' rx='3.48092' ry='4.51376' fill='%23E3FF10'/%3E%3C/svg%3E");
    }
}

.tokenomics-section .tokens-btn span {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}

@media screen and (max-width: 575px) {
    .tokenomics-section .tokens-btn span {
        font-size: 16px;
    }
}

.tokenomics-section .tokens-btn .tokens-number {
    color: hsl(var(--yellow));
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width: 575px) {
    .tokenomics-section .tokens-btn .tokens-number {
        font-size: 24px;
        line-height: 1.7;
    }
}

.tokenomics-two-section .memecoin-content {
    border: 2px solid hsl(var(--black));
    background: hsl(var(--yellow-two)) !important;
}

.tokenomics-two-section .countdown-content {
    border: 2px solid hsl(var(--black));
    background: hsl(var(--base-two)) !important;
}

.tokenomics-two-section .countdown-content .countdown-number {
    border-color: hsl(var(--black));
    color: hsl(var(--black));
}

.tokenomics-two-section .countdown-content .countdown-item span {
    color: hsl(var(--black));
}

.tokenomics-two-section .connect-list {
    border-color: hsl(var(--black));
    background-color: hsl(var(--yellow));
}

.tokenomics-two-section .connect-list button {
    color: hsl(var(--black));
}

.tokenomics-two-section .connect-list button:hover,
.tokenomics-two-section .connect-list button.active {
    background-color: hsl(var(--black));
    color: hsl(var(--white));
}

.tokenomics-three-section .tokens-btn {
    display: inline-block;
    position: relative;
    font-family: "Dela Gothic One";
    padding: 0 50px;
}

@media screen and (max-width: 991px) {
    .tokenomics-three-section .tokens-btn {
        padding: 0 30px;
    }
}

.tokenomics-three-section .tokens-btn::before,
.tokenomics-three-section .tokens-btn::after {
    content: "";
    display: block;
    width: 132px;
    height: 109px;
    position: absolute;
    top: 8px;
}

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

    .tokenomics-three-section .tokens-btn::before,
    .tokenomics-three-section .tokens-btn::after {
        width: 76px;
        height: 82px;
    }
}

.tokenomics-three-section .tokens-btn::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='109' viewBox='0 0 132 109' fill='none'%3E%3Cpath d='M130.5 6H21C9.95431 6 1 14.9543 1 26V82.5C1 93.5457 9.95431 102.5 21 102.5H112' stroke='white' stroke-width='2'/%3E%3Ccircle cx='6' cy='6' r='6' transform='matrix(-1 0 0 1 132 0)' fill='%2394FF30'/%3E%3Ccircle cx='6' cy='6' r='6' transform='matrix(-1 0 0 1 116 97)' fill='%2394FF30'/%3E%3C/svg%3E");
    left: 0;
}

@media screen and (max-width: 575px) {
    .tokenomics-three-section .tokens-btn::before {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='82' viewBox='0 0 77 82' fill='none'%3E%3Cpath d='M76.1298 4.51367H21C9.95428 4.51367 0.999987 13.468 0.999987 24.5137V57.11C0.999987 68.1557 9.95429 77.11 21 77.11H65.3969' stroke='white' stroke-width='2'/%3E%3Cellipse cx='3.48092' cy='4.51376' rx='3.48092' ry='4.51376' transform='matrix(-1 0 0 1 77 0)' fill='%2394FF30'/%3E%3Cellipse cx='3.48092' cy='4.51376' rx='3.48092' ry='4.51376' transform='matrix(-1 0 0 1 67.7175 72.9727)' fill='%2394FF30'/%3E%3C/svg%3E");
    }
}

.tokenomics-three-section .tokens-btn::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='132' height='109' viewBox='0 0 132 109' fill='none'%3E%3Cpath d='M1.5 6H111C122.046 6 131 14.9543 131 26V82.5C131 93.5457 122.046 102.5 111 102.5H20' stroke='white' stroke-width='2'/%3E%3Ccircle cx='6' cy='6' r='6' fill='%2394FF30'/%3E%3Ccircle cx='22' cy='103' r='6' fill='%2394FF30'/%3E%3C/svg%3E");
    right: 0;
}

@media screen and (max-width: 575px) {
    .tokenomics-three-section .tokens-btn::after {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='77' height='82' viewBox='0 0 77 82' fill='none'%3E%3Cpath d='M0.870239 4.51367H56C67.0457 4.51367 76 13.468 76 24.5137V57.11C76 68.1557 67.0457 77.11 56 77.11H11.6031' stroke='white' stroke-width='2'/%3E%3Cellipse cx='3.48092' cy='4.51376' rx='3.48092' ry='4.51376' fill='%2394FF30'/%3E%3Cellipse cx='12.7634' cy='77.4859' rx='3.48092' ry='4.51376' fill='%2394FF30'/%3E%3C/svg%3E");
    }
}

.tokenomics-three-section .tokens-btn span {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 120%;
}

@media screen and (max-width: 575px) {
    .tokenomics-three-section .tokens-btn span {
        font-size: 16px;
    }
}

.tokenomics-three-section .tokens-btn .tokens-number {
    color: hsl(var(--acid-green));
    text-align: center;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.6;
}

@media screen and (max-width: 575px) {
    .tokenomics-three-section .tokens-btn .tokens-number {
        font-size: 24px;
        line-height: 1.7;
    }
}

.tokenomics-three-section .token-contents {
    display: grid;
    grid-template-columns: 312px 1fr 312px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .tokenomics-three-section .token-contents {
        grid-template-columns: 1fr 1fr;
    }

    .tokenomics-three-section .token-contents .token-img {
        grid-column: span 2/span 2;
        width: 70%;
        margin: 0 auto 40px;
    }

    .tokenomics-three-section .token-contents .token-content:first-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media screen and (max-width: 767px) {
    .tokenomics-three-section .token-contents {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .tokenomics-three-section .token-contents .token-img {
        grid-column: 1/-1;
    }
}

.tokenomics-three-section .token-content {
    display: grid;
    gap: 40px;
}

@media screen and (max-width: 767px) {
    .tokenomics-three-section .token-content {
        row-gap: 24px;
        grid-template-columns: 1fr;
    }
}

.tokenomics-three-section .token-content:last-child .token-item:nth-child(1)::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='177' height='57' viewBox='0 0 177 57' fill='none'><g opacity='0.2'><path d='M6.00001 50.8929L51.4643 4.75H172.25' stroke='white' stroke-width='2'/><circle cx='5.42857' cy='5.42857' r='5.42857' transform='matrix(-1 0 0 1 11.4286 46.1431)' fill='white'/><circle cx='5.42857' cy='5.42857' r='5.42857' transform='matrix(-1 0 0 1 177 0)' fill='white'/></g></svg>");
    right: auto;
    left: -63%;
}

.tokenomics-three-section .token-content:last-child .token-item:nth-child(2)::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='177' height='57' viewBox='0 0 177 57' fill='none'><g opacity='0.2'><path d='M5.42859 6.10717L50.8929 52.25L171.679 52.25' stroke='white' stroke-width='2'/><circle cx='5.42861' cy='5.42836' r='5.42857' transform='rotate(180 5.42861 5.42836)' fill='white'/><circle cx='171' cy='51.5714' r='5.42857' transform='rotate(180 171 51.5714)' fill='white'/></g></svg>");
    right: auto;
    left: -63%;
}

.tokenomics-three-section .token-item {
    border-radius: 100%;
    width: 312px;
    height: 312px;
    border: 1px solid hsl(var(--white)/0.2);
    position: relative;
    z-index: 1;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 33px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.tokenomics-three-section .token-item:hover {
    border-color: hsl(var(--acid-green));
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

@media screen and (max-width: 1199px) {
    .tokenomics-three-section .token-item {
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }

    .tokenomics-three-section .token-item h2 {
        font-size: 30px;
    }

    .tokenomics-three-section .token-item::before,
    .tokenomics-three-section .token-item::after {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .tokenomics-three-section .token-item {
        width: 100%;
        height: auto;
        border-radius: 10px;
    }
}

.tokenomics-three-section .token-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/bg/halftone.png") no-repeat center;
    background-size: cover;
    opacity: 0.04;
}

.tokenomics-three-section .token-item p {
    max-width: 230px;
    margin: 0 auto;
}

.tokenomics-three-section .token-item:nth-child(1)::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='177' height='57' viewBox='0 0 177 57' fill='none'><g opacity='0.2'><path d='M171 50.8929L125.536 4.75H4.75' stroke='white' stroke-width='2'/><circle cx='171' cy='51.5716' r='5.42857' fill='white'/><circle cx='5.42857' cy='5.42857' r='5.42857' fill='white'/></g></svg>");
    position: absolute;
    right: -63%;
    top: 18%;
}

.tokenomics-three-section .token-item:nth-child(2)::after {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='177' height='57' viewBox='0 0 177 57' fill='none'><g opacity='0.2'><path d='M171 6.10717L125.536 52.25L4.75 52.25' stroke='white' stroke-width='2'/><circle cx='5.42857' cy='5.42857' r='5.42857' transform='matrix(1 1.74846e-07 1.74846e-07 -1 165.571 10.8569)' fill='white'/><circle cx='5.42857' cy='5.42857' r='5.42857' transform='matrix(1 1.74846e-07 1.74846e-07 -1 0 57)' fill='white'/></g></svg>");
    position: absolute;
    right: -63%;
    top: 70%;
}


/* ======================  Tokenomics Section End  ======================*/
/* ======================  Faq Section Start  ======================*/
.faq-section {
    position: relative;
}

.faq-section .custom--accordion .accordion-item {
    border-radius: 20px;
    border: 2px solid hsl(var(--green)/0.75);
    background: hsl(var(--base)/0.75) !important;
}

.faq-section .custom--accordion .accordion-item:has(.accordion-collapse.show) {
    border-color: hsl(var(--base-two));
}

.faq-section .custom--accordion .accordion-item .accordion-button {
    font-size: 1.25rem;
    font-weight: 700;
    color: hsl(var(--white));
    padding: 24px;
}

.faq-section .custom--accordion .accordion-item .accordion-body {
    padding-top: 0;
}

.faq-section .custom--accordion .accordion-item .accordion-body p {
    color: hsl(var(--white));
}

.faq-two-section .custom--accordion .accordion-item {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--black)/0.75);
    background: hsl(var(--yellow-two)/0.75) !important;
    padding: 7px 8px;
}

.faq-two-section .custom--accordion .accordion-button {
    color: hsl(var(--black));
    font-family: "Bricolage Grotesque";
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
}

.faq-two-section .custom--accordion .accordion-body {
    padding-top: 0;
}

.faq-two-section .custom--accordion .accordion-body p {
    color: hsl(var(--black));
    font-family: "Bricolage Grotesque";
    font-size: 1rem;
    line-height: 150%;
}

.faq-three-section .custom--accordion .accordion-item {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--white)/0.2);
    background: hsl(var(--black-three)/0.75) !important;
    padding: 7px 8px;
}

.faq-three-section .custom--accordion .accordion-item:has(.accordion-collapse.show) {
    border-color: hsl(var(--acid-green));
}

.faq-three-section .custom--accordion .accordion-button {
    color: hsl(var(--white));
    font-family: "Bricolage Grotesque";
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 120%;
}

.faq-three-section .custom--accordion .accordion-body {
    padding-top: 0;
}

.faq-three-section .custom--accordion .accordion-body p {
    color: hsl(var(--white));
    font-family: "Bricolage Grotesque";
    font-size: 1rem;
    line-height: 150%;
}

/* ======================  Faq Section End  ======================*/
/* ======================  Presale Section Start  ======================*/
.presale-section.presale-img {
    background-image: url("../images/bg/presale-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.memecoin-content {
    border-radius: 20px;
    border: 2px solid hsl(var(--base));
    background: hsl(var(--secondary));
    padding: 40px;
}

@media screen and (max-width: 767px) {
    .memecoin-content {
        padding: 30px;
    }
}

.memecoin-content .btn-path {
    -webkit-clip-path: none !important;
    clip-path: none !important;
    border-radius: 10px;
}

.countdown-content {
    border-radius: 12px;
    border: 2px solid hsl(var(--base-two));
    background-color: hsl(var(--base));
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 575px) {
    .countdown-content {
        gap: 10px;
    }
}

@media screen and (max-width: 424px) {
    .countdown-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px;
        gap: 10px;
    }
}

.countdown-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg/countdown-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    opacity: 0.1;
}

.countdown-content .countdown-item {
    text-align: center;
}

.countdown-content .countdown-item span {
    font-size: 1.125rem;
    font-weight: 400;
    color: hsl(var(--white));
    padding-top: 5px;
}

@media screen and (max-width: 575px) {
    .countdown-content .countdown-item span {
        font-size: 0.8125rem;
    }
}

.countdown-content .countdown-number {
    border: 2px solid hsl(var(--base-two));
    width: 65px;
    height: 65px;
    border-radius: 10px;
    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: 1.5rem;
    font-weight: 700;
    color: hsl(var(--white));
    font-family: "Bricolage Grotesque";
}

@media screen and (max-width: 575px) {
    .countdown-content .countdown-number {
        width: 50px;
        height: 50px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 424px) {
    .countdown-content .countdown-number {
        width: 40px;
        font-size: 1.25rem;
    }
}

.presale-content-item {
    border-radius: 12px;
    border: 2px solid hsl(var(--white)/0.2);
    background: hsl(var(--base)/0.2);
    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;
    padding: 15px;
    position: relative;
}

.presale-content-item input {
    width: 100%;
    height: 25px;
    background: none;
    border: 0;
    outline: none;
    color: hsl(var(--white));
    padding-right: 40px;
}

.presale-content-item input::-webkit-input-placeholder {
    color: hsl(var(--white));
}

.presale-content-item input::-moz-placeholder {
    color: hsl(var(--white));
}

.presale-content-item input:-ms-input-placeholder {
    color: hsl(var(--white));
}

.presale-content-item input::-ms-input-placeholder {
    color: hsl(var(--white));
}

.presale-content-item input::placeholder {
    color: hsl(var(--white));
}

.presale-content-item .cat-price {
    position: absolute;
    right: 15px;
}

.connect-list {
    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;
    border-radius: 12px;
    border: 2px solid hsl(var(--white)/0.2);
    background: hsl(var(--base)/0.2);
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .connect-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.connect-list button {
    font-size: 1rem;
    font-weight: 500;
    color: hsl(var(--white));
    text-transform: uppercase;
    padding: 12px 15px;
    border: 2px solid transparent;
    display: grid;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 5px;
}

.connect-list button img {
    margin: 0 auto;
}

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

.connect-list button:hover,
.connect-list button.active {
    background: hsl(var(--yellow));
    border-color: hsl(var(--yellow));
    color: hsl(var(--base));
}

.wallet-btn .btn-path {
    width: 100%;
    -webkit-clip-path: path("M0 12C0 5.37258 5.37258 0 12 0H554C560.627 0 566 5.37258 566 12C566 16.5141 562.16 20.012 558.56 22.7346C555.77 24.844 554 27.9882 554 31.5C554 35.3448 556.121 38.7489 559.38 40.837C562.707 42.9691 566 46.0481 566 50C566 56.6274 560.627 62 554 62H12C5.37259 62 0 56.6274 0 50C0 46.1286 3.32188 43.1553 6.71503 41.2913C10.4026 39.2656 12.86 35.638 12.86 31.5C12.86 27.6918 10.7787 24.3159 7.57269 22.223C3.86776 19.8045 0 16.4245 0 12Z");
    clip-path: path("M0 12C0 5.37258 5.37258 0 12 0H554C560.627 0 566 5.37258 566 12C566 16.5141 562.16 20.012 558.56 22.7346C555.77 24.844 554 27.9882 554 31.5C554 35.3448 556.121 38.7489 559.38 40.837C562.707 42.9691 566 46.0481 566 50C566 56.6274 560.627 62 554 62H12C5.37259 62 0 56.6274 0 50C0 46.1286 3.32188 43.1553 6.71503 41.2913C10.4026 39.2656 12.86 35.638 12.86 31.5C12.86 27.6918 10.7787 24.3159 7.57269 22.223C3.86776 19.8045 0 16.4245 0 12Z");
    background-color: #E3FF10;
}

.presale-card-content {
    display: grid;
    gap: 24px;
}

.presale-card-content .presale-card-item {
    border-radius: 20px;
    border: 2px solid hsl(var(--base));
    background-color: hsl(var(--secondary));
    padding: 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.presale-card-content .presale-card-item:hover {
    border-color: hsl(var(--yellow));
}

.presale-card-content .presale-card-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/bg/presale-card-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
    z-index: -1;
    mix-blend-mode: color-burn;
    aspect-ratio: 797/531;
}

.presale-card-content .presale-card-item h2 {
    opacity: 0.5;
    font-size: 40px;
}

.presale-card-content .presale-card-item h4 {
    padding: 14px 0 8px;
}

@media screen and (max-width: 1199px) {
    .presale-card-content .presale-card-item h4 {
        padding: 20px 0 10px;
    }
}

@media screen and (max-width: 1399px) {
    .presale-card-content .presale-card-item p {
        font-size: 15.8px;
    }
}

.presale-three-section .presale-card-content .presale-card-item {
    border-color: hsl(var(--white)/0.1);
    background-color: hsl(var(--black-three));
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.presale-three-section .presale-card-content .presale-card-item:hover {
    border-color: hsl(var(--acid-green));
}

.presale-three-section .memecoin-content {
    border-color: hsl(var(--white)/0.1);
    background-color: hsl(var(--black-three));
}

.presale-three-section .countdown-content {
    border-color: hsl(var(--acid-green));
    background-color: hsl(var(--black-three));
}

.presale-three-section .countdown-content .countdown-number {
    border-color: hsl(var(--acid-green));
    background-color: hsl(var(--acid-green));
    color: hsl(var(--black));
}

.presale-three-section .connect-list,
.presale-three-section .presale-content-item {
    background: hsl(var(--black-two));
}

.presale-three-section .connect-list button:hover,
.presale-three-section .connect-list button.active {
    background-color: hsl(var(--acid-green));
    border-color: hsl(var(--acid-green));
}

.presale-three-section .wallet-btn .btn-path {
    background-color: hsl(var(--acid-green));
    border-color: hsl(var(--acid-green));
}

/* ======================  Presale Section End  ======================*/
/* ======================  Call-to-action Section Start  ======================*/
.call-to-action {
    position: relative;
    z-index: 11;
    margin: 0;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 575px) {
    .call-to-action {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.call-to-action .container {
    border-radius: 20px;
    border: 2px solid hsl(var(--base-two));
    background: hsl(var(--base));
    padding: 50px;
    position: relative;
    z-index: 11;
    margin-top: 95px;
}

@media screen and (max-width: 575px) {
    .call-to-action .container {
        padding: 30px;
    }
}

@media screen and (max-width: 575px) {
    .call-to-action .call-to-action-content {
        text-align: center;
    }
}

.call-to-action .call-to-action-content h3 {
    font-size: 2.5rem;
}

@media screen and (max-width: 575px) {
    .call-to-action .call-to-action-content h3 {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 424px) {
    .call-to-action .call-to-action-content h3 {
        font-size: 1.625rem;
    }
}

.call-to-action .call-to-action-content p {
    padding: 20px 0 30px;
}

.call-to-action .call-to-action-content form {
    position: relative;
}

.call-to-action .call-to-action-content form input {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--green)/0.75);
    background: hsl(var(--secondary)/0.75);
    width: 100%;
    height: 78px;
    padding: 0 198px 0 25px;
    color: hsl(var(--white));
}

.call-to-action .call-to-action-content form input::-webkit-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.call-to-action .call-to-action-content form input::-moz-placeholder {
    color: hsl(var(--white)/0.5);
}

.call-to-action .call-to-action-content form input:-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.call-to-action .call-to-action-content form input::-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.call-to-action .call-to-action-content form input::placeholder {
    color: hsl(var(--white)/0.5);
}

@media screen and (max-width: 575px) {
    .call-to-action .call-to-action-content form input {
        padding-right: 25px;
        text-align: center;
        height: 65px;
    }
}

.call-to-action .call-to-action-content form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

@media screen and (max-width: 575px) {
    .call-to-action .call-to-action-content form button {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin: 10px auto 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.call-to-action .call-to-action-image {
    margin-top: -150px;
}

@media screen and (max-width: 991px) {
    .call-to-action .call-to-action-image {
        display: none;
    }
}

.call-to-action-three {
    position: relative;
    z-index: 1;
}

.call-to-action-three::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url("../images/bg/faq-three-bg.png") no-repeat center;
    background-size: cover;
    opacity: 0.05;
}

@media screen and (max-width: 575px) {
    .call-to-action-three .call-to-action-content {
        text-align: center;
    }
}

.call-to-action-three .call-to-action-content h2 {
    font-size: 40px;
}

@media screen and (max-width: 575px) {
    .call-to-action-three .call-to-action-content h2 {
        font-size: 30px;
    }
}

@media screen and (max-width: 424px) {
    .call-to-action-three .call-to-action-content h2 {
        font-size: 24px;
    }
}

.call-to-action-three .call-to-action-content p {
    padding: 15px 0 30px;
}

.call-to-action-three .call-to-action-content form {
    position: relative;
}

.call-to-action-three .call-to-action-content form input {
    border-radius: 20px;
    border: 1.5px solid hsl(var(--acid-green));
    background: hsl(var(--black-two));
    width: 100%;
    height: 78px;
    padding: 0 198px 0 25px;
    color: hsl(var(--white));
}

.call-to-action-three .call-to-action-content form input::-webkit-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.call-to-action-three .call-to-action-content form input::-moz-placeholder {
    color: hsl(var(--white)/0.5);
}

.call-to-action-three .call-to-action-content form input:-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.call-to-action-three .call-to-action-content form input::-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.call-to-action-three .call-to-action-content form input::placeholder {
    color: hsl(var(--white)/0.5);
}

@media screen and (max-width: 575px) {
    .call-to-action-three .call-to-action-content form input {
        padding-right: 25px;
        text-align: center;
    }
}

.call-to-action-three .call-to-action-content form button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}

@media screen and (max-width: 575px) {
    .call-to-action-three .call-to-action-content form button {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        margin: 10px auto 0;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/* ======================  Call-to-action Section End  ======================*/
/* ======================  Contact Section Start  ======================*/
.contact-section {
    position: relative;
}

.contact-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    background-color: hsl(var(--base)/0.03);
    border-radius: 10px;
}

@media screen and (max-width: 1199px) {
    .contact-content {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 424px) {
    .contact-content {
        padding: 30px 20px;
    }
}

.contact-content .maps-iframe {
    width: 100%;
    height: 100%;
    min-height: 450px;
    border-radius: 10px;
}

.contact-form textarea,
.contact-form input {
    border-radius: 10px;
    border: 2px solid hsl(var(--base));
    background-color: hsl(var(--base));
    padding: 20px;
    color: hsl(var(--white));
    caret-color: hsl(var(--white));
    -webkit-text-fill-color: hsl(var(--white)) !important;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
}

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

.contact-form textarea::-moz-placeholder,
.contact-form input::-moz-placeholder {
    color: hsl(var(--white)/0.6);
}

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

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

.contact-form textarea::placeholder,
.contact-form input::placeholder {
    color: hsl(var(--white)/0.6);
}

.contact-form textarea:focus,
.contact-form input:focus {
    background-color: hsl(var(--base));
    border: 2px solid hsl(var(--base));
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* ======================  Contact Section End  ======================*/
/* ======================  Blog Start  ======================*/
.blog-section {
    position: relative;
    z-index: 1;
}

.blog-item {
    border-radius: 10px;
    border: 2px solid hsl(var(--white)/0.3);
    padding: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
}

.blog-item:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.blog-item:hover .blog-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item:hover .blog-text .text--base {
    color: hsl(var(--white)) !important;
}

.blog-item:hover .blog-text a {
    color: hsl(var(--white));
}

.blog-item .blog-img {
    overflow: hidden;
    border-radius: 10px;
}

.blog-item .blog-img img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.blog-item .blog-text .date-text {
    padding: 20px 0 10px;
    color: hsl(var(--white)/0.8);
}

.blog-details-content {
    display: grid;
    gap: 24px;
    border: 1px solid hsl(var(--gray)/0.25);
    border-radius: 15px;
}

.blog-details-content img {
    border-radius: 13px;
}

.blog-details-content ul {
    display: grid;
    gap: 10px;
}

.blog-details-content ul li {
    font-size: 1rem;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.blog-details-content ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 8px;
    color: hsl(var(--base-two));
}

.blog-que {
    background: hsl(var(--base)/0.6);
    padding: 24px;
    border-radius: 13px;
    position: relative;
    z-index: 1;
}

.blog-que svg {
    position: absolute;
    z-index: -1;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.3;
}

.blog-que p {
    font-style: italic;
}

.blog-que .user {
    font-size: 1.125rem;
    font-weight: 700;
    color: hsl(var(--white));
    position: relative;
    padding-left: 50px;
    margin-top: 15px;
}

.blog-que .user::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 8px;
    width: 40px;
    height: 2px;
    background: hsl(var(--white));
}

.blogs-tags p strong {
    color: hsl(var(--white));
    margin-right: 10px;
    font-size: 1.25rem;
}

.blogs-tags p a {
    color: hsl(var(--white));
    margin: 0 5px;
}

.sidebar-item {
    background: hsl(var(--base));
    padding: 24px 24px 30px;
    border-radius: 10px;
}

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

.sidebar-item h4 {
    color: hsl(var(--white));
    padding-bottom: 10px;
}

.sidebar-item h5 {
    padding-bottom: 20px;
    margin-bottom: 0;
    color: hsl(var(--white));
}

.sidebar-item form {
    position: relative;
}

.sidebar-item form input {
    width: 100%;
    height: 62px;
    border-radius: 8px;
    border: 1px solid hsl(var(--white)/0.12);
    background: none;
    outline: none;
    -webkit-box-sizing: none;
    box-sizing: none;
    color: hsl(var(--white));
    font-size: 1rem;
    font-weight: 400;
    padding: 0 20px;
}

.sidebar-item form input::-webkit-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.sidebar-item form input::-moz-placeholder {
    color: hsl(var(--white)/0.5);
}

.sidebar-item form input:-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.sidebar-item form input::-ms-input-placeholder {
    color: hsl(var(--white)/0.5);
}

.sidebar-item form input::placeholder {
    color: hsl(var(--white)/0.5);
}

.sidebar-item form button {
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    top: 0;
    color: hsl(var(--white));
    padding: 18px 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-item form button:hover {
    color: hsl(var(--white));
}

.sidebar-item .category-file {
    display: grid;
    gap: 15px;
}

.sidebar-item .category-file a {
    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: 10px;
    color: hsl(var(--white)/0.8);
    border: 1px solid hsl(var(--white)/0.12);
    padding: 15px;
    border-radius: 8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.sidebar-item .category-file a:hover {
    background-color: hsl(var(--secondary));
    color: hsl(var(--white));
}

.sidebar-item .category-file a:hover .category-title i {
    color: hsl(var(--base-two));
}

.sidebar-item .category-file .category-title i {
    color: hsl(var(--white));
    margin-right: 8px;
}

.sidebar-item .recent-post {
    display: grid;
    gap: 15px;
}

.sidebar-item .recent-post__item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 15px;
    border: 1px solid hsl(var(--white)/0.12);
    padding: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sidebar-item .recent-post__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.sidebar-item .recent-post__item .img {
    border-radius: 10px;
    overflow: hidden;
}

.sidebar-item .recent-post__item .img img {
    width: 100%;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
}

.sidebar-item .recent-post__item .date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 0.875rem;
    color: hsl(var(--white)/0.7);
}

@media screen and (max-width: 424px) {
    .sidebar-item .recent-post__item .date {
        font-size: 0.625rem;
    }
}

.sidebar-item .recent-post__item .date::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 6px;
    color: hsl(var(--secondary));
}

.sidebar-item .recent-post__item h6 {
    font-size: 0.875rem;
    line-height: 1.4;
    margin-top: 10px;
    color: hsl(var(--white)/0.9);
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .sidebar-item .recent-post__item h6 {
        font-size: 0.8125rem;
    }
}

@media screen and (max-width: 424px) {
    .sidebar-item .recent-post__item h6 {
        font-size: 0.75rem;
    }
}

.sidebar-item .recent-post__item h6 a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sidebar-item .recent-post__item h6 a:hover {
    color: hsl(var(--secondary));
}

.sidebar-item .tags-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}

.sidebar-item .tags-list a {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid hsl(var(--white)/0.2);
    font-size: 0.875rem;
    font-weight: 500;
    color: hsl(var(--white)/0.9);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.sidebar-item .tags-list a:hover {
    background-color: hsl(var(--secondary));
    color: hsl(var(--white));
}

/* ======================  Blog End  ======================*/
/* ======================  Testimonial Start  ======================*/
.testimonial-section .swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.testimonial-item {
    background-color: hsl(var(--base));
    border-radius: 15px;
    position: relative;
    padding: 30px;
    z-index: 1;
}

.testimonial-item .start-client {
    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;
}

.testimonial-item .client-text {
    padding: 26px 0;
    color: hsl(var(--grey-two));
    font-size: 15px;
}

.testimonial-item .client-info .client-img {
    min-width: 70px;
    height: 70px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-item .client-info h4 {
    color: hsl(var(--white));
}

.testimonial-item .client-info p {
    color: hsl(var(--white));
}

.testimonial-item .quote-icon {
    font-size: 1.875rem;
    color: hsl(var(--white)/0.5);
}

.testimonial-item .start i {
    font-size: 14px;
    color: hsl(var(--base-two));
}

/* ======================  Testimonial End  ======================*/
/*# sourceMappingURL=main.css.map */
.logo {
    max-width: 220px;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* For Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

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


.loader {
    color: #333333;
    font-size: 5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
}

@keyframes mulShdSpin {

    0%,
    100% {
        box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em,
            0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em,
            0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    25% {
        box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0,
            0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em,
            0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em,
            0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
            0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
    }

    75% {
        box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em,
            0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
    }

    87.5% {
        box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em,
            0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
    }
}


.ticket-info-list {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
}

.ticket-info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ticket-info-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: hsl(var(--white));
}

.ticket-info-text {
    font-size: 0.875rem;
    font-weight: 700;
    color: hsl(var(--white));
    display: flex;
    align-items: center;
    gap: 4px;
}

.support-section .custom--card {
    height: 100%;
}

.client-info img {
    border-radius: 50%;
}

.language-dropdown {
    .flag-img {
        border-radius: 100px;
        width: 25px;
        height: 25px;
    }

    .dropdown-menu {
        margin-top: 23px;
        padding: 10px 0;

        li {
            margin: 7px 0;
        }
    }
}

.withdraw-form {
    .form--control {
        background-color: hsl(var(--base-two)/0.2);
        color: hsl(var(--white));
        margin-top: 3px;

        &:focus,
        &::placeholder {
            color: hsl(var(--white));
        }
    }
}



/* Custom Radio Design */
.form--radio .form-check-input {
    box-shadow: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
}

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

.form--radio .form-check-input:checked {
    background-color: hsl(var(--black) / 0.06);
}

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

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: hsl(var(--white));
    z-index: 999;
    font-size: 20px;
}

.form--radio .form-check-label {
    font-weight: 600;
    cursor: pointer;
    font-size: 0.875rem;
    color: hsl(var(--white));
    width: 100%;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
    border-radius: 6px;
}

.form--radio .form-check-label img {
    width: 32px;
    height: 32px;
}


.form--radio .form-check-label span {
    color: hsl(var(--white));
}

.chain-content {
    background-color: hsl(var(--base-two)/0.2);
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding: 24px;
    border-radius: 10px;
}

.chain-content .form-check {
    margin-bottom: 10px;
    padding-left: 0 !important;
}

.label-title {
    font-weight: 500;
    color: hsl(var(--black));
}

.chain-content .form-check .form-check-input {
    background-color: transparent;
    border: 1px solid hsl(var(--white) / 0.4);
    z-index: 1;
    border-radius: 8px;
}

.chain-content .form-check-label:has(.form-check-input:checked) .form-check-input {
    border-color: hsl(var(--white)) !important;
}

.chain-content .form-check .form-check-label:hover {
    background-color: hsl(var(--black) / 0.06) !important;
}

.chain-content .form-check .form-check-label:hover .form-check-input::before {
    opacity: 1;
}

.chain-content .form-check-label:has(.form-check-input:checked) {
    background-color: hsl(var(--black) / 0.06) !important;
}

.metamask-image {
    height: 150px;
    width: auto;
}

.wallet-header {
    background: #ebebeb;
    border-radius: 5px;
}

.wallet-wrapper {
    padding: 8px 15px;
}


/* ===================== Scroll to Top Start ================================= */
.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 100px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
    background: none;

    @include md-screen {
        right: 10px;
        bottom: 20px;
        height: 35px;
        width: 35px;
    }

    &.active-progress {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    &:hover {
        &::after {
            opacity: 0;
        }

        &::before {
            opacity: 1;
        }
    }

    &::before,
    &::after {
        position: absolute;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f062';
        text-align: center;
        line-height: 46px;
        font-size: 18px;
        color: hsl(var(--white));
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        cursor: pointer;
        display: block;
        z-index: 2;
        transition: all 200ms linear;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    svg {
        path {
            fill: none;
        }

        &.progress-circle {
            path {
                stroke: hsl(var(--white));
                stroke-width: 5;
                box-sizing: border-box;
                transition: all 200ms linear;
            }
        }
    }
}

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