@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Limelight&display=swap");
/* All Css Variables Start */
:root {
    --heading-font: "Abhaya Libre", serif;
    --body-font: "Open Sans", sans-serif;
    --banner-heading: "Limelight", sans-serif;
    --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
    --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
    --heading-three: clamp(1.25rem, .8vw + 1rem, 1.875rem);
    --heading-four: clamp(1.125rem, .5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.0625rem, .3vw + 1rem, 1.25rem);
    --heading-six: 1.2rem;
    --heading-h: 0;
    --heading-s: 0%;
    --heading-l: 13%;
    --heading-color: var(--heading-h) var(--heading-s) var(--heading-l);
    --white: 0 0% 100%;
    --light-h: 0;
    --light-s: 0%;
    --light-l: 78%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --marque-bg: 224, 22%, 14%;
    --cards-bg: 28, 100%, 97%;
    --body-color: 0, 0%, 100%;
    --border-color: 0 0% 88%;
    --background: 0, 0%, 97%;
    --footer-bg: 36, 76%, 10%;
    --border-radius: 16px;
    --border-radius-sm: 4px;
    --lemon-light: 164, 60%, 90%;
    --lemon-dark: 148, 100%, 50%;
    --yellow-dark: 58, 100%, 50%;
    --pink-light: 281, 100%, 95%;
    --pink-dark: 295, 100%, 50%;
    --cyan-light: 203, 100%, 91%;
    --cyan-dark: 203, 100%, 91%;
    --blue-light: 221, 100%, 91%;
    --blue-dark: 221, 100%, 91%;
    --star-color: 45, 100%, 50%;
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    --gradient-bg: linear-gradient(95.26deg, hsl(var(--base)) 0%, hsl(var(--secondary)) 100%);
    --card-bg: hsl(240, 1%, 15%);
    --section-bg: hsl(240, 1%, 15%);
    --header-bg: hsl(240, 1%, 15%);
    --header--bg: hsl(0, 0%, 11.8%);
    --base-light-h: 152;
    --base-light-s: 100%;
    --base-light-l: 50%;
    --base-light: var(--base-light-h) var(--base-light-s) var(--base-light-l);
    --base-component-h: 213;
    --base-component-s: 100%;
    --base-component-l: 17%;
    --base-component: var(--base-component-h) var(--base-component-s) var(--base-component-l);
    --base-h: 27;
    --base-s: 77%;
    --base-l: 80%;
    --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-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-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-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-two-h: 222;
    --base-two-s: 91%;
    --base-two-l: 27%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    --secondary-h: 208;
    --secondary-s: 7%;
    --secondary-l: 46%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    --secondary-d-100: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.1);
    --secondary-d-200: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.2);
    --secondary-d-300: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.3);
    --secondary-d-400: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.4);
    --secondary-d-500: var(--secondary-h) var(--secondary-s) calc(var(--secondary-l) - var(--secondary-l) * 0.5);
    --secondary-l-100: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
    --secondary-l-200: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
    --secondary-l-300: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
    --secondary-l-400: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
    --secondary-l-500: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
    --background-gradient: linear-gradient(45deg, hsl(var(--base)), hsl(var(--base-two)));
    --dark-h: 210;
    --dark-s: 11%;
    --dark-l: 15%;
    --dark: var(--dark-h) var(--dark-s) var(--dark-l);
    --dark-d-100: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.1);
    --dark-d-200: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.2);
    --dark-d-300: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.3);
    --dark-d-400: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.4);
    --dark-d-500: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.5);
    --dark-l-100: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
    --dark-l-200: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
    --dark-l-300: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
    --dark-l-400: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
    --dark-l-500: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --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-h: 123;
    --success-s: 46%;
    --success-l: 34%;
    --success: var(--success-h) var(--success-s) var(--success-l);
  /*=== Success Darken ===*/
    --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 Lighten ===*/
    --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-h: 0;
    --danger-s: 65%;
    --danger-l: 51%;
    --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  /*=== Danger Darken ===*/
    --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 Lighten ===*/
    --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-h: 27;
    --warning-s: 98%;
    --warning-l: 47%;
    --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  /*=== Warning Darken ===*/
    --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 Lighten ===*/
    --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-h: 187;
    --info-s: 100%;
    --info-l: 42%;
    --info: var(--info-h) var(--info-s) var(--info-l);
  /*=== Info Darken ===*/
    --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);
  /*=== nfo Lighten ===*/
    --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);
    --violet-h: 251;
    --violet-s: 96%;
    --violet-l: 63%;
    --violet: var(--violet-h) var(--violet-s) var(--violet-l);
  /*=== Violet Darken ===*/
    --violet-d-100: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.1);
    --violet-d-200: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.2);
    --violet-d-300: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.3);
    --violet-d-400: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.4);
    --violet-d-500: var(--violet-h) var(--violet-s) calc(var(--violet-l) - var(--violet-l) * 0.5);
  /*=== Violet Lighten ===*/
    --violet-l-100: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.1);
    --violet-l-200: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.2);
    --violet-l-300: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.3);
    --violet-l-400: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.4);
    --violet-l-500: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.5);
    --yellow-h: 54;
    --yellow-s: 100%;
    --yellow-l: 62%;
    --yellow: var(--yellow-h) var(--yellow-s) var(--yellow-l);
    --yellow-d-100: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.1);
    --yellow-d-200: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.2);
    --yellow-d-300: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.3);
    --yellow-d-400: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.4);
    --yellow-d-500: var(--yellow-h) var(--yellow-s) calc(var(--yellow-l) - var(--yellow-l) * 0.5);
    --yellow-l-100: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.1);
    --yellow-l-200: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.2);
    --yellow-l-300: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.3);
    --yellow-l-400: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.4);
    --yellow-l-500: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.5);
    --dark-card-bg: rgba(148, 148, 148, 0.1);
  /* orange color */
    --orange-h: 36;
    --orange-s: 100%;
    --orange-l: 50%;
    --orange: var(--orange-h) var(--orange-s) var(--orange-l);
  /* grey color */
    --grey-h: 0;
    --grey-s: 0%;
    --grey-l: 62%;
    --grey: var(--grey-h) var(--grey-s) var(--grey-l);
  /* purple color */
    --purple-h: 291;
    --purple-s: 64%;
    --purple-l: 42%;
    --purple: var(--purple-h) var(--purple-s) var(--purple-l);
  /* blue color */
    --blue-h: 224;
    --blue-s: 98%;
    --blue-l: 52%;
    --blue: var(--blue-h) var(--blue-s) var(--blue-l);
  /* pink color */
    --pink-h: 340;
    --pink-s: 82%;
    --pink-l: 52%;
    --pink: var(--pink-h) var(--pink-s) var(--pink-l);
}

::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px hsl(var(--base)/0.2);
}

::-webkit-scrollbar-thumb {
    background: hsl(var(--base)/0.7);
}

::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--base));
}

.bg--img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.bg--img-2 {
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: cover !important;
}

.bg--transparent {
    background: transparent !important;
}

.fit--img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.position--center {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cursor--pointer {
    cursor: pointer;
}

.text--capitalize {
    text-transform: capitalize !important;
}

.text--body {
    font-family: var(--body-font) !important;
}

.container--wrap {
    padding: 0px 40px;
}

.tap--balance {
    gap: 8px;
    background-color: hsl(var(--base)/0.1);
    padding: 8px 12px;
    border-radius: 8px;
    width: 194px;
    transition: 3s ease;
    transition: flex-direction 0.3s ease;
}

.tap--balance .textt {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.tap--balance .balance {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
}

.transition-animation {
    animation-name: fadeInOut;
    animation-duration: 2s;
}

.refer-link--wrap {
    border: 1px dashed hsl(var(--black)/0.1);
    padding: 8px 12px;
    padding-right: 50px;
    border-radius: 8px;
    position: relative;
}

.refer-link--wrap .text {
    font-size: 16px;
    font-weight: 400;
}

.refer-link--wrap .copy--btn {
    position: absolute;
    top: 4px;
    right: 10px;
    font-size: 18px;
    color: hsl(var(--base));
}

.fade-animation {
    animation-name: fadeInOut;
    animation-duration: 2s;
}

.circle--icon {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.filter--box {
    display: none;
}

@media (max-width: 1920px) and (min-width: 1799px) {
    .xxxl {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
}

@media (max-width: 1800px) and (min-width: 1562px) {
    .xxxl {
        flex: 0 0 auto;
        width: 20%;
    }
}

@media (max-width: 1563px) and (min-width: 1440px) {
    .xxxl {
        width: 25% !important;
    }
}

.offcanvas {
    background: hsl(var(--white)) !important;
}

.offcanvas.offcanvas-start {
    width: 340px !important;
}

.offcanvas .offcanvas-header .btn-close {
    opacity: 1;
}

.offcanvas .offcanvas-header .logo {
    max-width: 50%;
}

.offcanvas .offcanvas-body {
    padding: 32px 0px;
}

.offcanvas .offcanvas-body .user-info {
    padding: 24px 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.offcanvas .offcanvas-body .user-info a h4 {
    margin: 0px;
    color: hsl(var(--black));
}

.offcanvas .offcanvas-body .user-info .user-thumb {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    z-index: 99;
}

.offcanvas .offcanvas-body .user-info .user-thumb img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.offcanvas .offcanvas-body .side-Nav {
    padding: 0px 24px;
}

.offcanvas .offcanvas-body .side-Nav li {
    position: relative;
    border-bottom: 1px solid hsl(var(--base)/0.2);
}

.offcanvas .offcanvas-body .side-Nav li button {
    color: hsl(var(--white));
    height: 50px;
}

.offcanvas .offcanvas-body .side-Nav li:last-child a {
    border-bottom: none !important;
}

.offcanvas .offcanvas-body .side-Nav li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    gap: 16px;
    height: 50px;
    color: hsl(var(--black));
}

.offcanvas .offcanvas-body .side-Nav li a p {
    font-size: 16px;
}

.offcanvas .offcanvas-body .side-Nav li .active {
    color: hsl(var(--base));
}

.offcanvas .offcanvas-body .sidebar-menu {
    transform: translateX(0%) !important;
    width: 100% !important;
}

.offcanvas .offcanvas-body .sidebar-menu-list {
    height: 100% !important;
}

.offcanvas .search-box {
    padding: 24px 0px;
    display: flex;
    justify-content: center;
}

.offcanvas .search-box .form--control {
    font-weight: 500;
    outline: none;
    width: 70%;
    padding: 10px 44px;
    line-height: 1;
}

.offcanvas .search-box .search-btn {
    padding: 10px 20px;
}

@media (max-width: 770px) {
    .offcanvas .search-box {
        padding: 16px 12px;
        display: flex;
        justify-content: center;
    }

    .offcanvas .search-box .form--control {
        font-weight: 500;
        outline: none;
        width: 70%;
        padding: 10px !important;
        background-color: hsl(var(--body-color)/0.1);
        border: 1px solid hsl(var(--base));
        padding-right: 0px !important;
        line-height: 1;
    }

    .offcanvas .search-box .search-btn {
        border: 1px solid hsl(var(--base));
        padding: 10px 10px !important;
        color: hsl(var(--base));
    }
}

.owner--profile {
    padding: 40px 40px 0px 40px;
}

.section--border {
    position: relative;
    width: 64.5%;
    height: 1px;
    background-color: hsl(var(--black));
    top: 50%;
    left: 50%;
    bottom: -100px;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section--border::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: -30px;
    width: 127px;
    height: 1px;
    background-color: hsl(var(--black));
}

.section--border::before {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -30px;
    width: 127px;
    height: 1px;
    background-color: hsl(var(--black));
}

.filter--box {
    background-color: hsl(var(--white));
}

.profile-menu--wrap {
    padding-bottom: 8px;
}

.profile-menu--wrap li a.active {
    color: hsl(var(--base));
    position: relative;
}

.profile-menu--wrap li a.active::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: hsl(var(--base));
}

.portfolio-item--wrap .thumb--wrap {
    width: 100%;
    height: 352px;
}

.video {
    width: 100%;
    height: 520px;
    z-index: 1;
}

.video::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.5);
    z-index: -1;
}

.video--two {
    width: 100%;
    height: 466px;
    z-index: 1;
    margin-top: -130px;
}

.video--two .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.opening .bg--img1 {
    top: 0px;
    left: 0px;
    width: 497px;
    height: 100%;
}

.opening .bg--img2 {
    top: 0px;
    right: 0px;
    width: 497px;
    height: 100%;
}

.opening .bg--img3 {
    top: 0px;
    right: 0px;
    width: 836px;
    height: 100%;
}

.opening .bg--img4 {
    top: 0px;
    left: 0px;
    width: 836px;
    height: 100%;
}

.opening .element--img {
    bottom: 0;
    left: 0;
}

.opening .element--img1 {
    top: 0;
    right: 0;
}

.special-moment .moment-content--wrap {
    background: hsl(var(--white));
    padding: 35px;
    top: 15%;
    left: -200px;
}

.special-moment .bg--element {
    bottom: 56px;
    right: 0px;
    z-index: 1;
}

.special-moment .bg--element-1 {
    bottom: 56px;
    left: 0px;
    z-index: 1;
}

.testimonial-section {
    overflow: hidden;
    z-index: 1;
}

.testimonial-section::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.5);
    z-index: -1;
}

.food--hill .element--bg1 {
    top: 0px;
    right: 10%;
}

.gallery--section .gallery-thumb--one {
    width: 100%;
    height: 436px;
}

.gallery--section .gallery-thumb--two {
    width: 100%;
    height: 210px;
}

.gallery--section .gallery-thumb--three {
    width: 100%;
    height: 210px;
}

.gallery--section .gallery-thumb--four {
    width: 100%;
    height: 436px;
}

.book-table--box .form--control {
    border: 1px solid hsl(var(--white)/0.5) !important;
}

.book-table--box .form--label {
    color: hsl(var(--white)) !important;
}

.book-table--box .form--control:focus ~ .form--label,
.book-table--box .form--control:not(:placeholder-shown).form--control:not(:focus) ~ .form--label {
    background: hsl(var(--black)/0.2);
}

.live-music .music--bg {
    height: 466px;
}

.aminites--gallery .thumb--wrap {
    width: 100%;
    height: 436px;
}

.aminites--gallery .thumb--wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coupon--section .bg-element-1 {
    top: 0;
    left: 0;
}

.coupon--section .bg-element-2 {
    bottom: 0;
    right: 0;
    z-index: -1;
}

.voucher-details--section .bg-element-1 {
    top: 0;
    left: 0;
}

.voucher-details--section .bg-element-2 {
    bottom: 0;
    right: 0;
    z-index: -1;
}

.apply-coupon .coupon--input input {
    padding-right: 154px !important;
}

.apply-coupon .coupon--input .apply--btn {
    top: 0;
    right: 0;
    border-radius: 0px 16px 16px 0px;
    padding: 12px 18px;
    background-color: #EFEDEC;
    z-index: 1;
}

.price--listing li {
    padding: 24px 0px;
    border-bottom: 1px solid hsl(var(--base)/0.2);
}

.price--listing li:nth-child(4) {
    margin-bottom: 38px;
}

.price--listing li:last-child {
    border: 0;
}

.order--section .bg-element-1 {
    top: 0;
    left: 0;
}

.order--section .bg-element-2 {
    bottom: 0;
    right: 0;
    z-index: -1;
}

.checkout--section .bg-element-1 {
    top: 0;
    left: 0;
}

.checkout--section .bg-element-2 {
    bottom: 0;
    right: 0;
    z-index: -1;
}

.billing--option {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 36px;
    margin-bottom: 36px;
}

.personal--details {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 36px;
    margin-bottom: 36px;
}

.delivery--details {
    padding-bottom: 36px;
    margin-bottom: 36px;
}

.delivery--details .delivery--details-box {
    padding: 16px 24px;
    background-color: rgba(231, 231, 231, 0.5098039216);
}

.bg--white {
    background-color: hsl(var(--white)) !important;
}

.bg--black {
    background-color: hsl(var(--black)) !important;
}

.bg--base {
    background-color: hsl(var(--base)) !important;
}

.bg--base-5 {
    background-color: hsl(var(--base)/0.5) !important;
}

.bg--base-4 {
    background-color: hsl(var(--base)/0.4) !important;
}

.bg--base-3 {
    background-color: hsl(var(--base)/0.3) !important;
}

.bg--base-2 {
    background-color: hsl(var(--base)/0.2) !important;
}

.bg--base-1 {
    background-color: hsl(var(--base)/0.1) !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--violet {
    background-color: hsl(var(--violet)) !important;
}

.bg--yellow {
    background-color: hsl(var(--yellow)) !important;
}

.bg--orange {
    background-color: hsl(var(--orange)) !important;
}

.bg--grey {
    background-color: hsl(var(--grey)) !important;
}

.bg--purple {
    background-color: hsl(var(--purple)) !important;
}

.bg--blue {
    background-color: hsl(var(--blue)) !important;
}

.bg--pink {
    background-color: hsl(var(--pink)) !important;
}

.section--bg {
    background-color: hsl(var(--base)/0.3) !important;
}

.hover-bg--white:hover {
    background-color: hsl(var(--white)) !important;
}

.hover-bg--black:hover {
    background-color: hsl(var(--black)) !important;
}

.hover-bg--base:hover {
    background-color: hsl(var(--base)) !important;
}

.hover-bg--primary:hover {
    background-color: hsl(var(--primary)) !important;
}

.hover-bg--secondary:hover {
    background-color: hsl(var(--secondary)) !important;
}

.hover-bg--success:hover {
    background-color: hsl(var(--success)) !important;
}

.hover-bg--danger:hover {
    background-color: hsl(var(--danger)) !important;
}

.hover-bg--warning:hover {
    background-color: hsl(var(--warning)) !important;
}

.hover-bg--info:hover {
    background-color: hsl(var(--info)) !important;
}

.hover-bg--violet:hover {
    background-color: hsl(var(--violet)) !important;
}

.hover-bg--yellow:hover {
    background-color: hsl(var(--yellow)) !important;
}

.hover-bg--teal:hover {
    background-color: hsl(var(--teal)) !important;
}

.hover-bg--orange:hover {
    background-color: hsl(var(--orange)) !important;
}

.hover-bg--grey:hover {
    background-color: hsl(var(--grey)) !important;
}

.hover-bg--purple:hover {
    background-color: hsl(var(--purple)) !important;
}

.hover-bg--blue:hover {
    background-color: hsl(var(--blue)) !important;
}

.hover-bg--pink:hover {
    background-color: hsl(var(--pink)) !important;
}

.text--base {
    color: hsl(var(--base)) !important;
}

.text--white {
    color: hsl(var(--white)) !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--violet {
    color: hsl(var(--violet)) !important;
}

.text--yellow {
    color: hsl(var(--yellow)) !important;
}

.text--teal {
    color: hsl(var(--teal)) !important;
}

.text--orange {
    color: hsl(var(--orange)) !important;
}

.text--grey {
    color: hsl(var(--grey)) !important;
}

.text--purple {
    color: hsl(var(--purple)) !important;
}

.text--blue {
    color: hsl(var(--blue)) !important;
}

.text--pink {
    color: hsl(var(--pink)) !important;
}

.text--black {
    color: hsl(var(--black)) !important;
}

.my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.my-70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mt-100 {
    margin-top: 100px;
}

.mt-120 {
    margin-top: 120px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-80 {
    margin-top: 40px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-40 {
    margin-top: 30px;
}

.mb-120 {
    margin-bottom: 120px;
}

.mb-110 {
    margin-bottom: 110px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mb-80 {
    margin-bottom: 80px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .my-120 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-100 {
        margin-top: 0px;
    }

    .mt-120 {
        margin-top: 50px;
    }

    .mb-120 {
        margin-bottom: 80px;
    }

    .mb-100 {
        margin-bottom: 60px;
    }

    .mb-110 {
        margin-bottom: 70px;
    }

    .my-60 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .mt-60 {
        margin-top: 40px;
    }

    .mt-25 {
        margin-top: 20px;
    }

    .mb-60 {
        margin-bottom: 40px;
    }

    .my-80 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .mt-80 {
        margin-top: 60px;
    }

    .mb-80 {
        margin-bottom: 60px;
    }

    .my-40 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .mt-40 {
        margin-top: 30px;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .mb-20 {
        margin-bottom: 15px;
    }
}
/* Base Styles */
.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.py-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
}

.py-115 {
    padding-top: 115px;
    padding-bottom: 115px;
}

.py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}

.py-155 {
    padding-top: 155px;
    padding-bottom: 155px;
}

.py-175 {
    padding-top: 175px;
    padding-bottom: 175px;
}

.py-180 {
    padding-top: 180px;
    padding-bottom: 180px;
}

.py-290 {
    padding-top: 290px;
    padding-bottom: 290px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-60 {
    padding-top: 60px !important;
}

.pt-40 {
    padding-top: 40px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-115 {
    padding-bottom: 115px;
}

.pb-120 {
    padding-bottom: 120px;
}

/* Media Queries */
@media (max-width: 1399px) {
    .py-100,
  .py-110,
  .py-115,
  .py-120,
  .py-155,
  .py-175,
  .py-180,
  .py-290 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .py-175 {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .py-180 {
        padding-top: 130px;
        padding-bottom: 130px;
    }

    .py-290 {
        padding-top: 180px;
        padding-bottom: 180px;
    }

    .pb-100,
  .pb-115,
  .pb-120 {
        padding-bottom: 80px;
    }

    .pb-120 {
        padding-bottom: 100px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }
}

@media (max-width: 1024px) {
    .py-290 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

@media (max-width: 992px) {
    .py-40 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .py-70 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .pb-70 {
        padding-bottom: 60px;
    }

    .py-60 {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .py-100,
  .py-290 {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .pt-120 {
        padding-top: 100px;
    }

    .pt-80 {
        padding-top: 60px;
    }

    .pt-100 {
        padding-top: 90px;
    }

    .pt-60 {
        padding-top: 50px;
    }

    .pt-40 {
        padding-top: 30px;
    }

    .pb-30 {
        padding-bottom: 25px;
    }

    .pb-60 {
        padding-bottom: 50px;
    }

    .pb-80 {
        padding-bottom: 60px;
    }
}

@media (max-width: 576px) {
    .py-40 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .py-70 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pb-70 {
        padding-bottom: 50px;
    }

    .py-60 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .py-80 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .py-100,
  .py-110,
  .py-115,
  .py-120,
  .py-155,
  .py-175,
  .py-180,
  .py-290 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .pt-120 {
        padding-top: 80px;
    }

    .pt-80 {
        padding-top: 50px;
    }

    .pt-100 {
        padding-top: 70px;
    }

    .pt-60 {
        padding-top: 40px;
    }

    .pt-40 {
        padding-top: 20px;
    }

    .pb-30 {
        padding-bottom: 20px;
    }

    .pb-40 {
        padding-bottom: 30px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }

    .pb-100 {
        padding-bottom: 70px;
    }

    .pb-115,
  .pb-120 {
        padding-bottom: 70px;
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

body {
    font-family: var(--body-font);
    color: hsl(var(--heading-color));
    word-break: break-word;
    background-color: hsl(var(--body-color));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

p {
    font-family: var(--body-font);
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    word-break: break-word;
    color: hsl(var(--black)/0.7);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: var(--heading-font);
    color: hsl(var(--heading-color));
    line-height: 1.1;
    word-break: break-word;
}

@media screen and (max-width: 770px) {
    h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
        margin: 0 0 10px 0;
    }
}

h1 {
    font-size: var(--heading-one);
    font-weight: 700;
}

h2 {
    font-size: var(--heading-two);
    font-weight: 600;
    margin: 0px;
}

h3 {
    font-size: var(--heading-three);
    font-weight: 600;
}

h4 {
    font-size: var(--heading-four);
    font-weight: 500;
}

h5 {
    font-size: var(--heading-five);
    font-weight: 500;
}

h6 {
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 768px) {
    h6 {
        font-size: 14px !important;
    }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-weight: 400;
    transition: 0.2s linear;
    line-height: 1.4;
    word-break: break-word;
    color: hsl(var(--heading-color));
}

a {
    display: inline-block;
    transition: 0.2s linear;
    text-decoration: none;
    font-family: var(--body-font);
    color: hsl(var(--heading-color));
}

a:hover {
    color: hsl(var(--base));
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

select {
    cursor: pointer;
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

*:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
}

button:focus {
    outline: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

.text--xxsm {
    font-size: 8px !important;
}

.text--xsm {
    font-size: 10px !important;
}

.text--sm {
    font-size: 12px !important;
}

.fs--14 {
    font-size: 14px !important;
}

.fs--16 {
    font-size: 16px !important;
}

.fs--18 {
    font-size: 18px !important;
}

.fs--20 {
    font-size: 20px !important;
}

.fs--22 {
    font-size: 22px !important;
}

.fs--24 {
    font-size: 24px !important;
}

.fs--26 {
    font-size: 26px !important;
}

.fs--28 {
    font-size: 28px !important;
}

.fs--30 {
    font-size: 30px !important;
}

.fs--32 {
    font-size: 32px !important;
}

.fs--34 {
    font-size: 34px !important;
}

.fs--36 {
    font-size: 36px !important;
}

.fs--38 {
    font-size: 38px !important;
}

.fs--40 {
    font-size: 40px !important;
}

.fs--42 {
    font-size: 42px !important;
}

.fs--44 {
    font-size: 44px !important;
}

.fs--46 {
    font-size: 46px !important;
}

.fs--48 {
    font-size: 48px !important;
}

.fs--50 {
    font-size: 50px !important;
}

.fw--100 {
    font-weight: 300 !important;
}

.fw--200 {
    font-weight: 300 !important;
}

.fw--300 {
    font-weight: 300 !important;
}

.fw--400 {
    font-weight: 400 !important;
}

.fw--500 {
    font-weight: 500 !important;
}

.fw--600 {
    font-weight: 600 !important;
}

.fw--700 {
    font-weight: 700 !important;
}

.fw--800 {
    font-weight: 800 !important;
}

.fw--900 {
    font-weight: 900 !important;
}

/* all gradient background here */
.gradient--bg-1 {
    background: var(--gradient-1);
}

.gradient--bg-2 {
    background: var(--gradient-2);
}

.gradient--bg-3 {
    background: var(--gradient-3);
}

.gradient--bg-4 {
    background: var(--gradient-4);
}

.gradient--bg-5 {
    background: var(--gradient-5);
}

.gradient--bg-6 {
    background: var(--gradient-6);
}

.gradient--bg-7 {
    background: var(--gradient-7);
}

.gradient--bg-8 {
    background: var(--gradient-8);
}

.gradient--bg-9 {
    background: var(--gradient-9);
}

.gradient--bg-10 {
    background: var(--gradient-10);
}

.gradient--bg-11 {
    background: var(--gradient-11);
}

.gradient--bg-12 {
    background: var(--gradient-12);
}

.gradient--bg-13 {
    background: var(--gradient-13);
}

.gradient--bg-14 {
    background: var(--gradient-14);
}

.gradient--bg-15 {
    background: var(--gradient-15);
}

.gradient--bg-16 {
    background: var(--gradient-16);
}

.gradient--bg-17 {
    background: var(--gradient-17);
}

.gradient--bg-18 {
    background: var(--gradient-18);
}

.gradient--bg-19 {
    background: var(--gradient-19);
}

.gradient--bg-20 {
    background: var(--gradient-20);
}

.gradient--bg-21 {
    background: var(--gradient-21);
}

.gradient--bg-22 {
    background: var(--gradient-22);
}

.gradient--bg-23 {
    background: var(--gradient-23);
}

.gradient--bg-24 {
    background: var(--gradient-24);
}

.gradient--bg-25 {
    background: var(--gradient-25);
}

.gradient--bg-26 {
    background: var(--gradient-26);
}

.gradient--bg-27 {
    background: var(--gradient-27);
}

.gradient--bg-28 {
    background: var(--gradient-28);
}

.gradient--bg-29 {
    background: var(--gradient-29);
}

.gradient--bg-30 {
    background: var(--gradient-30);
}

.gradient--bg-31 {
    background: var(--gradient-31);
}

.gradient--bg-32 {
    background: var(--gradient-32);
}

.gradient--bg-33 {
    background: var(--gradient-33);
}

.icon-gradient {
    background: -webkit-gradient(linear, left top, left bottom, from(hsl(var(--base))), to(hsl(var(--secondary))));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: initial;
}

.base--radius {
    border-radius: 8px !important;
}

.radius--4 {
    border-radius: 4px !important;
}

.radius--8 {
    border-radius: 8px !important;
}

.radius--12 {
    border-radius: 12px !important;
}

.radius--16 {
    border-radius: 16px !important;
}

.radius--20 {
    border-radius: 20px !important;
}

.radius--24 {
    border-radius: 24px !important;
}

.radius--28 {
    border-radius: 28px !important;
}

.radius--30 {
    border-radius: 30px !important;
}

.radius--32 {
    border-radius: 32px !important;
}

.radius--50 {
    border-radius: 50% !important;
}

.z--1 {
    z-index: 1;
}

.z--2 {
    z-index: 2;
}

.z--3 {
    z-index: 3;
}

.z--4 {
    z-index: 4;
}

.z--5 {
    z-index: 5;
}

.z--6 {
    z-index: 6;
}

.z--7 {
    z-index: 7;
}

.z--8 {
    z-index: 8;
}

.z--9 {
    z-index: 9;
}

.zm--1 {
    z-index: -1;
}

.zm--2 {
    z-index: -2;
}

.zm--3 {
    z-index: -3;
}

.zm--4 {
    z-index: -4;
}

.zm--5 {
    z-index: -5;
}

.zm--6 {
    z-index: -6;
}

.zm--7 {
    z-index: -7;
}

.zm--8 {
    z-index: -8;
}

.zm--9 {
    z-index: -9;
}

.w--10 {
    width: 10% !important;
}

.w--20 {
    width: 20% !important;
}

.w--30 {
    width: 30% !important;
}

.w--40 {
    width: 40% !important;
}

.w--50 {
    width: 50% !important;
}

.w--60 {
    width: 60% !important;
}

.w--70 {
    width: 70% !important;
}

.w--80 {
    width: 80% !important;
}

.w--90 {
    width: 90% !important;
}

.w--100 {
    width: 100% !important;
}

.h--10 {
    height: 10% !important;
}

.h--20 {
    height: 20% !important;
}

.h--30 {
    height: 30% !important;
}

.h--40 {
    height: 40% !important;
}

.h--50 {
    height: 50% !important;
}

.h--60 {
    height: 60% !important;
}

.h--70 {
    height: 70% !important;
}

.h--80 {
    height: 80% !important;
}

.h--90 {
    height: 90% !important;
}

.h--100 {
    height: 100% !important;
}

.border--base {
    border: 1px solid hsl(var(--base)) !important;
}

.border--black {
    border: 1px solid hsl(var(--black)) !important;
}

.border--primary {
    border: 1px solid hsl(var(--primary)) !important;
}

.border--secondary {
    border: 1px solid hsl(var(--secondary)) !important;
}

.border--success {
    border: 1px solid hsl(var(--success)) !important;
}

.border--danger {
    border: 1px solid hsl(var(--danger)) !important;
}

.border--warning {
    border: 1px solid hsl(var(--warning)) !important;
}

.border--info {
    border: 1px solid hsl(var(--info)) !important;
}

.border--violet {
    border: 1px solid hsl(var(--violet)) !important;
}

.border--white {
    border: 1px solid hsl(var(--white)) !important;
}

.border-top--solid {
    border-top: 1px solid hsl(var(--black)) !important;
}

.border-top--dash {
    border-top: 1px dashed hsl(var(--black)) !important;
}

.border-right--solid {
    border-right: 1px solid hsl(var(--black)) !important;
}

.border-tight--dash {
    border-right: 1px dashed hsl(var(--black)) !important;
}

.border-left--solid {
    border-left: 1px solid hsl(var(--black)) !important;
}

.border-left--dashed {
    border-left: 1px dashed hsl(var(--black)) !important;
}

.border-bottom--solid {
    border-bottom: 1px solid hsl(var(--black)) !important;
}

.border-bottom--dashed {
    border-bottom: 1px dashed hsl(var(--black)) !important;
}

.border--solid1 {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.border--dash1 {
    border: 1px solid hsl(var(--black)/0.1) !important;
}

.border--solid2 {
    border: 1px solid hsl(var(--black)/0.2) !important;
}

.border--dash2 {
    border: 1px solid hsl(var(--black)/0.2) !important;
}

.border--solid3 {
    border: 1px solid hsl(var(--black)/0.3) !important;
}

.border--dash3 {
    border: 1px solid hsl(var(--black)/0.3) !important;
}

.border--solid4 {
    border: 1px solid hsl(var(--black)/0.4) !important;
}

.border--dash4 {
    border: 1px solid hsl(var(--black)/0.4) !important;
}

.border--solid5 {
    border: 1px solid hsl(var(--black)/0.5) !important;
}

.border--dash5 {
    border: 1px solid hsl(var(--black)/0.5) !important;
}

.border-top--solid1 {
    border-top: 1px solid hsl(var(--black)/0.1) !important;
}

.border-top--dash1 {
    border-top: 1px dashed hsl(var(--black)/0.1) !important;
}

.border-top--solid2 {
    border-top: 1px solid hsl(var(--black)/0.2) !important;
}

.border-top--dash2 {
    border-top: 1px dashed hsl(var(--black)/0.2) !important;
}

.border-top--solid3 {
    border-top: 1px solid hsl(var(--black)/0.3) !important;
}

.border-top--dash3 {
    border-top: 1px dashed hsl(var(--black)/0.3) !important;
}

.border-top--solid4 {
    border-top: 1px solid hsl(var(--black)/0.4) !important;
}

.border-top--dash4 {
    border-top: 1px dashed hsl(var(--black)/0.4) !important;
}

.border-top-solid5 {
    border-top: 1px solid hsl(var(--black)/0.5) !important;
}

.border-top--dash5 {
    border-top: 1px dashed hsl(var(--black)/0.5) !important;
}

.border-right--solid1 {
    border-right: 1px solid hsl(var(--black)/0.1) !important;
}

.border-right--dash1 {
    border-right: 1px dashed hsl(var(--black)/0.1) !important;
}

.border-right--solid2 {
    border-right: 1px solid hsl(var(--black)/0.2) !important;
}

.border-right--dash2 {
    border-right: 1px dashed hsl(var(--black)/0.2) !important;
}

.border-right--solid3 {
    border-right: 1px solid hsl(var(--black)/0.3) !important;
}

.border-right--dash3 {
    border-right: 1px dashed hsl(var(--black)/0.3) !important;
}

.border-right--solid4 {
    border-right: 1px solid hsl(var(--black)/0.4) !important;
}

.border-right--dash4 {
    border-right: 1px dashed hsl(var(--black)/0.4) !important;
}

.border-right-solid5 {
    border-right: 1px solid hsl(var(--black)/0.5) !important;
}

.border-right--dash5 {
    border-right: 1px dashed hsl(var(--black)/0.5) !important;
}

.border-bottom--solid1 {
    border-bottom: 1px solid hsl(var(--black)/0.1) !important;
}

.border-bottom--dash1 {
    border-bottom: 1px dashed hsl(var(--black)/0.1) !important;
}

.border-bottom--solid2 {
    border-bottom: 1px solid hsl(var(--black)/0.2) !important;
}

.border-bottom--dash2 {
    border-bottom: 1px dashed hsl(var(--black)/0.2) !important;
}

.border-bottom--solid3 {
    border-bottom: 1px solid hsl(var(--black)/0.3) !important;
}

.border-bottom--dash3 {
    border-bottom: 1px dashed hsl(var(--black)/0.3) !important;
}

.border-bottom--solid4 {
    border-bottom: 1px solid hsl(var(--black)/0.4) !important;
}

.border-bottom--dash4 {
    border-bottom: 1px dashed hsl(var(--black)/0.4) !important;
}

.border-bottom-solid5 {
    border-bottom: 1px solid hsl(var(--black)/0.5) !important;
}

.border-bottom--dash5 {
    border-bottom: 1px dashed hsl(var(--black)/0.5) !important;
}

.border-left--solid1 {
    border-left: 1px solid hsl(var(--black)/0.1) !important;
}

.border-left--dash1 {
    border-left: 1px dashed hsl(var(--black)/1) !important;
}

.border-left--solid2 {
    border-left: 1px solid hsl(var(--black)/0.2) !important;
}

.border-left--dash2 {
    border-left: 1px dashed hsl(var(--black)/2) !important;
}

.border-left--solid3 {
    border-left: 1px solid hsl(var(--black)/0.3) !important;
}

.border-left--dash3 {
    border-left: 1px dashed hsl(var(--black)/3) !important;
}

.border-left--solid4 {
    border-left: 1px solid hsl(var(--black)/0.4) !important;
}

.border-left--dash4 {
    border-left: 1px dashed hsl(var(--black)/4) !important;
}

.border-left-solid5 {
    border-left: 1px solid hsl(var(--black)/0.5) !important;
}

.border-left--dash5 {
    border-left: 1px dashed hsl(var(--black)/5) !important;
}

.border-top--noe {
    border-top: none !important;
}

.border-left--none {
    border-left: none !important;
}

.border-right--none {
    border-right: none !important;
}

.border-bottom--none {
    border-bottom: none !important;
}

.shadow--1 {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.shadow--2 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.shadow--3 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.shadow--4 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.shadow--5 {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

.hover-shadow--1:hover {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    transition: 0.2s linear;
}

.hover-shadow--2:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    transition: 0.2s linear;
}

.hover-shadow--3:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: 0.2s linear;
}

.hover-shadow--4:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: 0.2s linear;
}

.hover-shadow--5:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    transition: 0.2s linear;
}

.gap--4 {
    gap: 4px !important;
}

.gap--8 {
    gap: 8px !important;
}

.gap--12 {
    gap: 12px !important;
}

.gap--16 {
    gap: 16px !important;
}

.gap--20 {
    gap: 20px !important;
}

.gap--24 {
    gap: 24px !important;
}

.gap--28 {
    gap: 28px !important;
}

.gap--32 {
    gap: 32px !important;
}

.gap--36 {
    gap: 36px !important;
}

.gap--40 {
    gap: 40px !important;
}

.gap--44 {
    gap: 44px !important;
}

.gap--48 {
    gap: 48px !important;
}

.gap--52 {
    gap: 52px !important;
}

.gap--56 {
    gap: 56px !important;
}

.gap--60 {
    gap: 60px !important;
}

.gap--64 {
    gap: 64px !important;
}

.gap--68 {
    gap: 68px !important;
}

.gap--72 {
    gap: 72px !important;
}

.gap--74 {
    gap: 74px !important;
}

.custom--accordion .accordion-item {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
}

.custom--accordion .accordion-item.active {
    position: relative;
}

.custom--accordion .accordion-item.active::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0px;
    height: 86%;
    width: 3px;
    background: hsl(var(--base));
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-item .accordion-header {
    display: flex;
    align-items: center;
    position: relative;
}

.custom--accordion .accordion-item .accordion-header .bar {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 3px;
    height: 22px;
    background-color: hsl(var(--base)/0.1);
}

.custom--accordion .accordion-body {
    color: hsl(var(--black)/0.7);
}

.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: 0px;
    font-weight: 600;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
    color: hsl(var(--body-color));
    background: hsl(var(--white)/0.02);
}

.custom--accordion .accordion-button {
    color: hsl(var(--black)) !important;
    font-size: 20px;
    padding: 0px 20px;
    font-weight: 600;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 18px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--white));
    background-color: hsl(var(--white)/0.02) !important;
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: hsl(var(--black));
}

.custom--accordion1 .accordion-item {
    background-color: hsl(var(--white)) !important;
    overflow: hidden;
    border-radius: 8px;
    border: none;
}

.custom--accordion1 .accordion-body {
    padding: 0px 28px 28px 28px !important;
    background-color: hsl(var(--white));
    color: hsl(var(--black)/0.8);
}

.custom--accordion1 .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion1 .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion1 .accordion-body:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: hsl(var(--base)/0.5) !important;
    box-shadow: none;
}

.custom--accordion1:first-of-type .accordion-button.collapsed {
    font-weight: 500;
}

.custom--accordion1:last-of-type .accordion-button.collapsed {
    color: hsl(var(--body-color));
}

.custom--accordion1 .accordion-button {
    background-color: hsl(var(--white));
    color: hsl(var(--black)) !important;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    font-size: 20px;
    padding: 18px 28px;
    font-weight: 700;
    font-family: var(--heading-font);
}

@media screen and (max-width: 575px) {
    .custom--accordion1 .accordion-button {
        font-size: 18px;
        padding: 13px;
        padding-right: 30px;
    }
}

.custom--accordion1 .accordion-button::after {
    background-image: none;
}

.custom--accordion1 .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion1 .accordion-button:not(.collapsed) {
    color: hsl(var(--heading-color));
    background-color: hsl(var(--base)/0.5) !important;
    box-shadow: none;
    font-weight: 700;
    border: none;
}

.custom--accordion1 .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: hsl(var(--black));
}

.custom--accordion1 .accordion-button[aria-expanded=true]::after, .custom--accordion1 .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    content: "\f078";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 16px;
    color: hsl(var(--black)) !important;
    font-size: 20px;
}

@media screen and (max-width: 575px) {
    .custom--accordion1 .accordion-button[aria-expanded=true]::after, .custom--accordion1 .accordion-button[aria-expanded=false]::after {
        right: -13px;
        font-size: 14px;
    }
}

.custom--accordion1 .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 6 Free";
    content: "\f077";
    color: hsl(var(--body-color));
}

/* Button Style */
button {
    border: none;
    transition: 0.5s;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    border-radius: 0px;
    padding: 10px 32px !important;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

@media screen and (max-width: 1025px) {
    .btn {
        padding: 10px 18px;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 6px 7px;
    }
}

.btn:hover, .btn:focus {
    color: hsl(var(--white));
    border-color: transparent;
}

.btn--sm {
    padding: 4px 12px !important;
    font-size: 14px !important;
}

.btn--sm:hover, .btn--sm:focus {
    background-color: hsl(var(--white));
    border: 1px solid transparent;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 770px) {
    .btn--sm {
        padding: 5px 8px;
    }
}

.btn--md {
    padding: 8px 14px;
    font-size: 16px;
}

@media screen and (max-width: 770px) {
    .btn--md {
        padding: 6px 12px;
    }
}

.btn--lg {
    padding: 12px 23px;
    font-size: 16px;
}

@media screen and (max-width: 770px) {
    .btn--lg {
        padding: 6px 16px;
    }
}

.btn--base-two {
    background: hsl(var(--base));
    color: hsl(var(--white));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--base-two:hover, .btn--base-two:active, .btn--base-two:focus {
    background: hsl(var(--base-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--base-two.pill {
    border-radius: 35px;
}

.btn--base-circle {
    background-size: cover;
    background-repeat: no-repeat;
    color: hsl(var(--base));
    border-radius: 4px;
    position: relative;
    transition: 0.2s linear;
}

.btn--base-circle::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: hsl(var(--base)/0.1);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: 0.2s linear;
    z-index: -1;
}

.btn--base-circle:hover, .btn--base-circle:focus {
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.btn--base-circle:hover::after, .btn--base-circle:focus::after {
    top: 0px;
    left: 0px;
    background-color: hsl(var(--base));
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: 0.2s linear;
}

.btn--base {
    background: hsl(var(--base));
    color: hsl(var(--black));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--base:hover, .btn--base:active, .btn--base:focus {
    background: hsl(var(--base-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--base.pill {
    border-radius: 35px;
}

.btn--primary {
    background: hsl(var(--primary));
    color: hsl(var(--primary));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--primary:hover, .btn--primary:active, .btn--primary:focus {
    background: hsl(var(--primary-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--primary.pill {
    border-radius: 35px;
}

.btn--secondary {
    background: hsl(var(--secondary));
    color: hsl(var(--secondary));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    background: hsl(var(--secondary-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--secondary.pill {
    border-radius: 35px;
}

.btn--success {
    background: hsl(var(--success));
    color: hsl(var(--success));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--success:hover, .btn--success:active, .btn--success:focus {
    background: hsl(var(--success-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--success.pill {
    border-radius: 35px;
}

.btn--danger {
    background: hsl(var(--danger));
    color: hsl(var(--danger));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--danger:hover, .btn--danger:active, .btn--danger:focus {
    background: hsl(var(--danger-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--danger.pill {
    border-radius: 35px;
}

.btn--warning {
    background: hsl(var(--warning));
    color: hsl(var(--warning));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--warning:hover, .btn--warning:active, .btn--warning:focus {
    background: hsl(var(--warning-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--warning.pill {
    border-radius: 35px;
}

.btn--info {
    background: hsl(var(--info));
    color: hsl(var(--info));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--info:hover, .btn--info:active, .btn--info:focus {
    background: hsl(var(--info-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--info.pill {
    border-radius: 35px;
}

.btn--violet {
    background: hsl(var(--violet));
    color: hsl(var(--violet));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--violet:hover, .btn--violet:active, .btn--violet:focus {
    background: hsl(var(--violet-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--violet.pill {
    border-radius: 35px;
}

.btn--dark {
    background: hsl(var(--dark));
    color: hsl(var(--dark));
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    text-transform: capitalize;
    font-family: var(--body-font);
}

.btn--dark:hover, .btn--dark:active, .btn--dark:focus {
    background: hsl(var(--dark-d-100)) !important;
    color: hsl(var(--white)) !important;
}

.btn--dark.pill {
    border-radius: 35px;
}

.btn-outline {
    background: transparent;
    border: none !important;
    border-radius: 8px;
}

.btn-outline:hover, .btn-outline:focus {
    box-shadow: none !important;
}

.btn-outline--base {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--base)) !important;
    text-transform: capitalize;
    padding: 10px 32px;
}

.btn-outline--base:hover, .btn-outline--base:focus {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--base)) !important;
}

.btn-outline--success {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--success)) !important;
    text-transform: capitalize;
    padding: 10px 32px;
}

.btn-outline--success:hover, .btn-outline--success:focus {
    background-color: hsl(var(--success)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--success)) !important;
}

.btn-outline--danger {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--danger)) !important;
    text-transform: capitalize;
    padding: 10px 32px;
}

.btn-outline--danger:hover, .btn-outline--danger:focus {
    background-color: hsl(var(--danger)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--danger)) !important;
}

.btn-outline--warning {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--warning)) !important;
    text-transform: capitalize;
    padding: 10px 32px;
}

.btn-outline--warning:hover, .btn-outline--warning:focus {
    background-color: hsl(var(--warning)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--warning)) !important;
}

.btn-outline--info {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--info)) !important;
    text-transform: capitalize;
    padding: 10px 32px;
}

.btn-outline--info:hover, .btn-outline--info:focus {
    background-color: hsl(var(--info)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--info)) !important;
}

.btn-outline--primary {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--primary)) !important;
    text-transform: capitalize;
    padding: 10px 32px;
}

.btn-outline--primary:hover, .btn-outline--primary:focus {
    background-color: hsl(var(--primary)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--primary)) !important;
}

.btn-outline--secondary {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--secondary)) !important;
    text-transform: capitalize;
    padding: 10px 32px;
}

.btn-outline--secondary:hover, .btn-outline--secondary:focus {
    background-color: hsl(var(--secondary)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--secondary)) !important;
}

.btn-outline--dark {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--dark)) !important;
    text-transform: capitalize;
    padding: 10px 32px;
}

.btn-outline--dark:hover, .btn-outline--dark:focus {
    background-color: hsl(var(--base-d-300)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--base-d-300)) !important;
}

.btn-outline--violet {
    color: hsl(var(--black));
    border: 1px solid hsl(var(--violet)) !important;
    text-transform: capitalize;
    padding: 10px 32px;
}

.btn-outline--violet:hover, .btn-outline--violet:focus {
    background-color: hsl(var(--violet)) !important;
    color: hsl(var(--white)) !important;
    border: 1px solid hsl(var(--violet)) !important;
}

.btn-circle {
    border-radius: 50%;
    width: 139px;
    height: 139px;
    background: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: hsl(var(--white));
    rotate: -45deg;
    position: relative;
    border: 8px solid hsl(var(--white));
}

.btn-circle i {
    transition: all 0.3s ease-out;
}

.btn-circle::after {
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dashed hsl(var(--white));
    transform: translate(-50%, -50%);
}

.btn-circle:hover {
    color: hsl(var(--white));
}

.btn-circle:hover i {
    rotate: 90deg;
    transition: all 0.3s ease-out;
}

.copytext {
    border-radius: 0px 6px 6px 0px !important;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.grp-btn-wrap {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 12px;
}

.btn-outline--base.dropdown-toggle::after {
    content: none !important;
}

.btn-outline--dark.border--white {
    border: 1px solid hsl(var(--white)) !important;
}

.btn-outline--dark.border--white:hover {
    border: 1px solid hsl(var(--base)) !important;
}

.tbl--banger-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: hsl(var(--danger)/0.4);
    color: hsl(var(--danger)) !important;
}

.tbl--banger-btn i {
    color: hsl(var(--danger)) !important;
}

.logout--btn {
    color: hsl(var(--danger)) !important;
    background-color: hsl(var(--danger)/0.3) !important;
}

.logout--btn i {
    color: hsl(var(--danger)) !important;
}

.logout--btn:hover {
    background-color: hsl(var(--danger)/0.5) !important;
    color: hsl(var(--danger)) !important;
}

/* END Button Style */
.blog-card {
    overflow: hidden;
    position: relative;
    border: 1px solid hsl(var(--white)/0.1);
}

.blog-card .thumb {
    width: 100%;
    height: 305px;
    overflow: hidden;
}

.blog-card .blog-content {
    padding-top: 32px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}

.blog-card .blog-content .date--wrap {
    position: absolute;
    top: -15px;
    left: 12px;
    padding: 1px 4px;
    background-color: hsl(var(--base));
    border: 3px solid hsl(var(--white));
}

.blog-card .blog-content .date--wrap .date {
    line-height: 19.6px;
}

.blog-card .blog-content .title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.41;
    text-align: left;
}

.blog-card .blog-content .blog--btn::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -26px;
    width: 20px;
    height: 1px;
    background-color: hsl(var(--black)/0.5);
}

.blog-card .blog-content .blog--btn::before {
    position: absolute;
    content: "";
    top: 19px;
    right: -42px;
    width: 32px;
    height: 1px;
    background-color: hsl(var(--black)/0.5);
}

.food-mission--card .icon--wrap {
    width: 104px;
    height: 104px;
    border-radius: 50%;
}

.food-mission--card .icon--wrap i {
    font-size: 50px;
}

.food-mission--card .content--wrap .discription {
    color: hsl(var(--white)/0.7);
}

.base--card {
    padding: 16px;
    border-radius: 8px;
    border: 1px solid hsl(var(--black)/0.1);
}

.product--card {
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
    position: relative;
}

.product--card .thumb--wrap {
    width: 100%;
    height: 266px;
}

.product--card .thumb--wrap .fav--btn {
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 0.5px solid hsl(var(--white));
    background: radial-gradient(141.42% 141.42% at 0% 0%, rgba(250, 250, 250, 0.2) 0%, rgba(246, 246, 246, 0) 100%);
    backdrop-filter: blur(12px);
}

.product--card .thumb--wrap .fav--btn i {
    color: hsl(var(--white));
}

.product--card .price--wrap {
    border-radius: 20px 20px 0px 0px;
    padding: 30px 20px 0px 20px;
    background-color: hsl(var(--white));
    position: absolute;
    left: 0px;
    bottom: 211px;
}

.product--card .price--wrap i {
    color: hsl(var(--star-color));
}

.product--card .price--wrap::after {
    position: absolute;
    content: "";
    bottom: 1px;
    right: -20px;
    background-image: url(../../../assets/images/common/corner.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    z-index: 1;
}

.product--card .price--wrap .des--price {
    font-family: var(--body-font);
    text-decoration: line-through;
    color: hsl(var(--black)/0.7);
}

.product--card .price--wrap .main--price {
    font-family: var(--body-font);
    color: hsl(var(--base));
}

.product--card .content--wrap {
    background-color: hsl(var(--white));
    padding: 30px 20px;
    border-radius: 0px 0px 20px 20px;
}

.product--card .content--wrap .title {
    font-family: var(--body-font);
}

.product--card .content--wrap .title:hover {
    text-decoration: underline;
}

.product-card--two {
    display: flex;
}

.product-card--two .thumb--wrap {
    width: 269px;
    height: 247px;
    flex-shrink: 0;
    border-radius: 20px 0px 0px 20px;
    overflow: hidden;
}

.product-card--two .thumb--wrap img {
    width: 100%;
    height: 100%;
}

.product-card--two .thumb--wrap .fav--btn {
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 0.5px solid hsl(var(--white));
    background: radial-gradient(141.42% 141.42% at 0% 0%, rgba(250, 250, 250, 0.2) 0%, rgba(246, 246, 246, 0) 100%);
    backdrop-filter: blur(12px);
}

.product-card--two .thumb--wrap .fav--btn i {
    color: hsl(var(--white));
}

.product-card--two .content--wrap {
    background-color: hsl(var(--white));
    padding: 30px 20px;
    border-radius: 0px 20px 20px 0px;
    border: 1px solid hsl(var(--black)/0.1);
    border-left: 0;
    width: calc(100% - 269px);
}

.product-card--two .content--wrap .title {
    font-family: var(--body-font);
}

.product-card--two .content--wrap .title:hover {
    text-decoration: underline;
}

.product-card--two .content--wrap .price--wrap i {
    color: hsl(var(--star-color));
}

.product-card--two .content--wrap .price--wrap .des--price {
    font-family: var(--body-font);
    text-decoration: line-through;
    color: hsl(var(--black)/0.7);
}

.product-card--two .content--wrap .price--wrap .main--price {
    font-family: var(--body-font);
    color: hsl(var(--base));
}

.product-card--three {
    display: flex;
    flex-direction: column;
}

.product-card--three .thumb--wrap {
    width: 100%;
    height: 247px;
    flex-shrink: 0;
    border-radius: 20px 20px 0px 0px;
    overflow: hidden;
}

.product-card--three .thumb--wrap img {
    width: 100%;
    height: 100%;
}

.product-card--three .thumb--wrap .fav--btn {
    top: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 0.5px solid hsl(var(--white));
    background: radial-gradient(141.42% 141.42% at 0% 0%, rgba(250, 250, 250, 0.2) 0%, rgba(246, 246, 246, 0) 100%);
    backdrop-filter: blur(12px);
}

.product-card--three .thumb--wrap .fav--btn i {
    color: hsl(var(--white));
}

.product-card--three .content--wrap {
    background-color: hsl(var(--white));
    padding: 30px 20px;
    border-radius: 0px;
    border: 1px solid hsl(var(--black)/0.1);
}

.product-card--three .content--wrap .title {
    font-family: var(--body-font);
}

.product-card--three .content--wrap .title:hover {
    text-decoration: underline;
}

.product-card--three .content--wrap .price--wrap i {
    color: hsl(var(--star-color));
}

.product-card--three .content--wrap .price--wrap .des--price {
    font-family: var(--body-font);
    text-decoration: line-through;
    color: hsl(var(--black)/0.7);
}

.product-card--three .content--wrap .price--wrap .main--price {
    font-family: var(--body-font);
    color: hsl(var(--base));
}

.testimonial-card .item--wrap {
    padding: 20px !important;
}

.testimonial-card .description {
    line-height: 28px;
    font-style: italic;
    margin-bottom: 40px;
    color: hsl(var(--black)/0.6);
}

.collection-card .thumb--wrap .single--thumb .thumb {
    width: 100%;
    height: 283px;
}

.collection-card .thumb--wrap .multithumb--thumb .thumb {
    width: 73px;
    height: 65px;
}

.contributor--card .banner-thumb--wrap .thumb {
    width: 100%;
    height: 137px;
}

.contributor--card .user--info .thumb {
    width: 44.417px;
    height: 44.417px;
    border: 3px solid hsl(var(--white));
    top: -30px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.dashboard_profile-card {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid hsl(var(--black)/0.09);
    background-color: hsl(var(--white));
}

.dashboard_profile-card .dashboard_profile_wrap {
    position: relative;
}

.dashboard_profile-card .dashboard_profile_wrap .profile_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard_profile-card .profile_photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsl(var(--dark));
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
}

.dashboard_profile-card .profile_photo .photo_upload {
    display: inline-block;
    padding: 0px 0px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: hsl(var(--white));
    transform: translate(-50%, -50%);
}

.dashboard_profile-card .profile_photo .photo_upload i {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.dashboard_profile-card .contact-info {
    padding: 0px 20px;
    width: 100%;
}

.dashboard_profile-card .contact-info .info-wrap {
    padding: 20px 0px;
    border-bottom: 1px dashed hsl(var(--black)/0.1);
    color: hsl(var(--base));
}

.dashboard_profile-card .contact-info .info-wrap .info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    color: hsl(var(--base)/0.8);
    margin-bottom: 8px;
}

.dashboard_profile-card .user-profile {
    position: relative;
    overflow: hidden;
    padding: 20px;
    background: hsl(var(--base));
}

.dashboard_profile-card .dashboard_profile_wrap {
    position: relative;
}

.dashboard_profile-card .dashboard_profile_wrap .profile-details ul li .user-name {
    font-weight: 700;
    font-size: 16px;
    color: hsl(var(--white));
}

.dashboard_profile-card .dashboard_profile_wrap .profile_photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.category--card {
    background-color: hsl(var(--cyan-light));
    padding: 28px 44px 0px 44px;
}

.category--card .thumb--wrap {
    width: 300px;
    height: 100%;
}

.category--card .thumb--wrap::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: hsl(var(--white)/0.3);
    width: 120%;
    height: 100%;
    z-index: -1;
}

.category--card .thumb--wrap::before {
    content: "";
    position: absolute;
    top: 60%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: hsl(var(--white)/0.5);
    width: 110%;
    height: 100%;
    z-index: -1;
}

.key-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.key-card .count-number-wraper {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--gradient-bg);
    height: 70px;
    width: 70px;
    margin-bottom: 40px;
}

.key-card .count-number-wraper span {
    color: hsl(var(--white));
    font-size: 40px;
}

.key-card .title {
    margin-bottom: 24px;
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.29;
}

.key-card .subtitle {
    width: 80%;
    text-align: center;
}

/*======= Dashboard wizard=======*/
.wizard-card {
    padding: 20px;
    border-radius: 8px;
}

.wizard-card .content-wrap .icon-wrap {
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background-color: hsl(var(--base));
}

.wizard-card .content-wrap .icon-wrap::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: hsl(var(--black)/0.1);
    bottom: 0px;
    right: 0px;
    z-index: -1;
}

.wizard-card .content-wrap .icon-wrap i {
    color: hsl(var(--white));
}

.wizard-card .content-wrap .title {
    font-size: 18px;
}

.wizard-card .amount-wrap .amount {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.menu-btm {
    padding: 30px 20px;
}

.sub-menu-list .category-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black));
    border-radius: 8px;
    position: relative;
    padding: 8px 12px;
}

.sub-menu-list .category-item .category-name {
    color: hsl(var(--black));
    font-size: 16px;
    font-weight: 400;
}

.menu-btm .sub-menu .sub-menu-list {
    padding: 18px 0px;
    position: relative;
    font-size: 16px;
    margin-right: 26px;
}

.feature--box {
    padding: 34px 24px;
}

.features--shape1 {
    padding: 28px;
}

.features--shape1::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 94px;
    height: 0.5px;
    background-color: hsl(var(--black));
}

.features--shape1::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 55%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 0.5px;
    background-color: hsl(var(--black));
}

.features--shape2 {
    padding: 28px;
}

.features--shape2::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 55%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 0.5px;
    background-color: hsl(var(--black));
}

.features--shape2::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 94px;
    height: 0.5px;
    background-color: hsl(var(--black));
}

.descover--section .discover--box {
    background-color: hsl(var(--black));
    padding: 72px;
}

.descover--section .bg-circle {
    width: 475px;
    height: 475px;
    border-radius: 50%;
    filter: blur(150.5px);
    z-index: -1;
}

.descover--section .bg-circle--1 {
    position: absolute;
    top: -82px;
    left: -190px;
    background-color: hsl(var(--lemon-dark));
    opacity: 0.8;
}

.descover--section .bg-circle--2 {
    position: absolute;
    left: -8%;
    bottom: -312px;
    background-color: hsl(var(--yellow-dark));
    opacity: 0.9;
}

.descover--section .bg-circle--3 {
    position: absolute;
    top: -90px;
    left: 2%;
    background-color: hsl(var(--pink-dark));
    opacity: 0.5;
}

.descover--section .bg-circle--4 {
    position: absolute;
    top: 220px;
    right: -11%;
    background-color: hsl(var(--lemon-dark));
    opacity: 0.7;
}

.descover--section .bg-circle--5 {
    position: absolute;
    bottom: 80px;
    right: -11%;
    background-color: hsl(var(--yellow-dark));
    opacity: 0.7;
}

.descover--section .bg-circle--6 {
    position: absolute;
    top: -87px;
    right: -83px;
    background-color: hsl(var(--pink-dark));
    opacity: 0.4;
}

.marketing--section .marketing--box {
    padding: 72px;
}

.marketing--section .marketing--box::after {
    content: "";
    position: absolute;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: hsl(var(--base)/0.03);
    z-index: -1;
}

.marketing--section .marketing--box::before {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: hsl(var(--base)/0.04);
    z-index: -1;
}

.feature--card {
    padding: 56px 0px 0px 42px;
    background-color: hsl(var(--lemon-light));
    overflow: hidden;
}

.feature--card .content--wrap {
    padding-right: 40px;
    padding-bottom: 40px;
}

.feature--card .content--wrap .title a {
    font-family: var(--heading-font);
}

.feature--card .content--wrap .star--wrap li i {
    color: hsl(var(--star-color));
}

.feature--card .thumb--wrap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.feature--card .thumb--wrap::after {
    content: "";
    position: absolute;
    top: 25px;
    right: 0px;
    width: 105%;
    height: 100%;
    background-color: hsl(var(--white)/0.5);
    z-index: -1;
}

.feature--card .thumb--wrap::before {
    content: "";
    position: absolute;
    top: 50px;
    right: 0px;
    width: 111%;
    height: 100%;
    background-color: hsl(var(--white)/0.5);
    z-index: -1;
}

.review--card {
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 24px;
}

.review--card:last-child {
    border-bottom: 0px;
}

.review--card .user-meta--wrap .thumb--wrap {
    width: 48px;
    height: 48px;
}

.portfolio--item .thumb--wrap {
    width: 105.267px;
    height: 105.267px;
    border-radius: 8px;
    overflow: hidden;
}

.follower--item .thumb--wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
}

.product-card--sm .thumb--wrap {
    width: 124px;
    height: 95px;
}

.contact--box {
    padding: 50px;
    background-color: hsl(var(--base)/0.1);
    transition: all 0.2s;
}

.contact--box:hover .content--wrap .title {
    color: hsl(var(--white));
}

.contact--box:hover .content--wrap .subtitle {
    color: hsl(var(--white));
}

.contact--box:hover .content--wrap i {
    color: hsl(var(--white));
}

.contact--box:hover .content--wrap a {
    color: hsl(var(--white));
}

.contact--box .content--wrap i {
    color: hsl(var(--base));
}

.moment--card .badge {
    background-color: hsl(var(--white));
    padding: 18px 22px 18px 20px;
    border-radius: 66px;
    left: 40px;
    top: 25px;
}

.moment--card .badge .text {
    line-height: 0;
}

.moment--card .thumb--wrap {
    width: 100%;
    height: 452px;
}

.moment--card .content--wrap {
    background: rgba(0, 0, 0, 0.3);
    padding: 16px 40px;
    left: 0px;
    bottom: 0px;
}

.moment--card .content--wrap .discription {
    color: hsl(var(--white)/0.7);
}

.moment-card--two .thumb--wrap {
    width: 100%;
    height: 546px;
    border-radius: 20px;
    overflow: hidden;
}

.moment-card--two .thumb--wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.specials-menu--card {
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
}

.specials-menu--card .thumb--wrap {
    width: 100%;
    height: 270px;
}

.specials-menu--card .thumb--wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.5);
}

.specials-menu--card .content--wrap {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 353px;
    transition: 0.2s linear;
}

.specials-menu--card .content--wrap i {
    color: hsl(var(--white));
    margin-bottom: 12px;
    font-size: 24px;
}

.specials-menu--card .content--wrap .title {
    color: hsl(var(--white));
}

.specials-menu--card .content--wrap .discription {
    color: hsl(var(--white));
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.specials-menu--card.active .content--wrap {
    background-color: hsl(var(--cards-bg));
    width: 353px;
    transition: 0.1s linear;
}

.specials-menu--card.active .content--wrap i {
    color: hsl(var(--black));
}

.specials-menu--card.active .content--wrap .title {
    color: hsl(var(--black));
}

.specials-menu--card.active .content--wrap .discription {
    color: hsl(var(--black));
    opacity: 1;
    visibility: visible;
    position: relative;
}

.specials-menu--card:hover .content--wrap {
    background-color: hsl(var(--cards-bg));
    width: 353px;
    transition: 0.1s linear;
}

.specials-menu--card:hover .content--wrap i {
    color: hsl(var(--black));
}

.specials-menu--card:hover .content--wrap .title {
    color: hsl(var(--black));
}

.specials-menu--card:hover .content--wrap .discription {
    color: hsl(var(--black));
    opacity: 1;
    visibility: visible;
    position: relative;
}

.review-card {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.review-card .user-info {
    display: flex;
    align-items: flex-start;
    gap: 22px;
}

.review-card .user-info .thumb-wrap {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.review-card .user-info .thumb-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-card .user-info .user-name .name {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.18;
    margin: 0px;
}

.voucher--card .thumb--wrap {
    width: 100%;
    height: 282px;
}

.voucher--card .content--wrap .discount--tag {
    top: -56px;
    right: 0;
    background-color: hsl(var(--base));
    padding: 6px;
    border-radius: 10px 0px 0px 0px;
}

.coupon--card {
    overflow: hidden;
}

.coupon--card .coupon-card--wrap {
    border-radius: 12px;
    border: 1px solid hsl(var(--black)/0.1);
    padding: 20px 30px;
    background-color: hsl(var(--white));
}

.coupon--card .thumb--wrap {
    height: 129px;
    margin-bottom: 14px;
}

.coupon--card .thumb--wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coupon--card .content--wrap {
    padding: 0px 0px 34px 0px;
}

.coupon--card .details--wrap ul {
    padding: 28px 0px 40px 0px;
    border-bottom: 1px dashed hsl(var(--black)/0.2);
}

.coupon--card::after {
    content: "";
    position: absolute;
    top: 70%;
    left: 0%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 50%;
    z-index: 1;
    background-color: hsl(var(--white));
}

.coupon--card::before {
    content: "";
    position: absolute;
    top: 70%;
    right: -10%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 32px;
    height: 32px;
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--black)/0.1);
    border-radius: 50%;
    z-index: 1;
}

/* Form Style */
.search-box .input--group .form--control {
    color: hsl(var(--white));
    padding-right: 30px;
}

.search-box .form--control {
    color: hsl(var(--dark));
    padding-right: 40px;
}

.search-box .form--control::placeholder {
    color: hsl(var(--black)/0.5);
}

.form-group {
    position: relative;
}

.form--label {
    position: absolute;
    top: 7px;
    left: 12px;
    transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
    cursor: text;
    padding: 4px;
    color: hsl(var(--black)/0.7) !important;
    font-size: 16px;
}

.form--control {
    font-weight: 500;
    outline: none;
    width: 100%;
    padding: 10px 16px;
    border-radius: 0px;
    background-color: transparent;
    color: hsl(var(--black));
    line-height: 26px;
    border: 1px solid hsl(var(--black)/0.1);
    z-index: 1;
    position: relative;
}

.form--control::placeholder {
    color: hsl(var(--black)/0.4) !important;
    font-size: 16px;
}

.form--control:focus {
    color: hsl(var(--black));
    box-shadow: none;
    border: 1px solid hsl(var(--base));
    border-radius: 2px;
}

.form--control:disabled, .form--control[readonly] {
    background-color: hsl(var(--black)/0.05);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--dark)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--dark));
}

.form--control[type=file] {
    line-height: 60px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--black)/0.04);
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--black));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.form--control:focus ~ .form--label,
.form--control:not(:placeholder-shown).form--control:not(:focus) ~ .form--label {
    top: -14px;
    left: 8px;
    font-size: 14px;
    background: hsl(var(--white));
    z-index: 9;
}

textarea.form--control {
    height: 220px;
    padding: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--dark)) !important;
}

.input--group {
    position: relative;
}

.input--group .search-btn {
    position: absolute;
    top: 4px;
    right: 14px;
    font-size: 26px;
    color: hsl(var(--base));
    rotate: -90deg;
}

.input--icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--base));
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--black)/0.5);
}

#send-amount input[type=file] {
    color: hsl(var(--base));
    cursor: pointer;
}

input #send-amount::file-selector-button {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*====== Country code ======*/
.input-group.country-code {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.input-group.country-code .input-group-text {
    background-color: hsl(var(--base)/0.5);
    border: 1px solid hsl(var(--base)/0.7);
}

.form--select option {
    background-color: hsl(var(--dark));
    color: hsl(var(--white));
}

.select {
    color: hsl(var(--dark)/0.6);
}

.select:focus {
    border-color: hsl(var(--base));
}

.select option {
    background-color: hsl(var(--dark));
    color: hsl(var(--white));
}

/* Custom Checkbox Design */
.form--check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--base));
    margin-top: 0px;
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    width: calc(100% - 16px);
    padding-left: 12px;
    color: hsl(var(--black));
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

.form--check label {
    color: hsl(var(--black));
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 15px;
    }
}
/*  Custom Radio Design */
.form--radio {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form--radio .form-radio-input {
    box-shadow: none;
    border: 2px solid hsl(var(--base));
    position: relative;
    margin: 0px;
    height: 26px;
    width: 26px;
}

.form--radio .form-radio-input:active {
    filter: brightness(100%);
}

.form--radio .form-radio-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-radio-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-radio-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 26px;
    height: 26px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

.form--radio .form-radio-label {
    width: calc(100% - 16px);
    color: hsl(var(--black));
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--base-two)/0.5) !important;
    padding: 12px 30px !important;
    margin-left: 0;
    margin-bottom: 5px;
}

.form--switch .form-check-input:focus {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background-color: hsl(var(--base-two));
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base));
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 25px);
}

.form--switch .form-check-label {
    width: calc(100% - 16px);
    padding-left: 12px;
    color: hsl(var(--black));
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    font-family: var(--body-font);
}

.form-check.form--switch {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.form-check.form--switch .form-check-label {
    margin-right: 10px;
    color: hsl(var(--white));
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
    filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

.f-dropdown {
    --max-scroll: 3;
    position: relative;
    z-index: 2;
}

.f-dropdown select {
    display: none;
}

.f-dropdown > span {
    cursor: pointer;
    padding: 12px 12px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid hsl(var(--black)/0.1);
    background: hsl(var(--white));
    transition: color 0.2s ease, border-color 0.2s ease;
}

.f-dropdown > span > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 12px;
}

.f-dropdown > span img {
    width: 30px;
    margin-right: 10px;
}

.f-dropdown > span:before, .f-dropdown > span:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 2px;
    border-radius: 1px;
    top: 50%;
    right: 12px;
    background: #000;
    transition: all 0.3s ease;
}

.f-dropdown > span:before {
    margin-right: 4px;
    transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown > span:after {
    transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    max-height: calc(var(--max-scroll) * 46px);
    top: 40px;
    left: 0;
    z-index: 1;
    right: 0;
    background: #FFF;
    border: 1px solid #CCC;
    border-radius: 6px;
    overflow-x: hidden;
    overflow-y: auto;
    transform-origin: 0 0;
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
    transform: translate(0, 5px);
}

.f-dropdown ul li {
    padding: 0;
    margin: 0;
}

.f-dropdown ul li a {
    cursor: pointer;
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    outline: none;
    position: relative;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.f-dropdown ul li a img {
    width: 30px;
    margin-right: 10px;
}

.f-dropdown ul li a:hover {
    color: #5C6BC0;
}

.f-dropdown ul li.active a {
    color: #FFF;
    background: #303F9F;
}

.f-dropdown ul li.active a:before, .f-dropdown ul li.active a:after {
    --scale: 0.6;
    content: "";
    display: block;
    width: 10px;
    height: 2px;
    position: absolute;
    right: 12px;
    top: 50%;
    opacity: 0;
    background: #FFF;
    transition: all 0.2s ease;
}

.f-dropdown ul li.active a:before {
    transform: rotate(45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:after {
    transform: rotate(-45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:hover:before, .f-dropdown ul li.active a:hover:after {
    --scale: 0.9;
    opacity: 1;
}

.f-dropdown ul li:first-child a {
    border-radius: 6px 6px 0 0;
}

.f-dropdown ul li:last-child a {
    border-radius: 0 0 6px 6px;
}

.f-dropdown.disabled {
    opacity: 0.7;
}

.f-dropdown.disabled > span {
    cursor: not-allowed;
}

.f-dropdown.filled > span {
    color: #000;
}

.f-dropdown.open {
    z-index: 15;
}

.f-dropdown.open > span {
    border-color: #AAA;
}

.f-dropdown.open > span:before, .f-dropdown.open > span:after {
    background: #000;
}

.f-dropdown.open > span:before {
    transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown.open > span:after {
    transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown.open ul {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 12px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

.search-input {
    padding-right: 40px !important;
}

.textarea-with--count {
    position: relative;
}

.textarea-with--count .input-count--show {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

/* --------------------------- */
.modal--base .modal-dialog .modal-content {
    border-radius: 8px !important;
    border: 0;
    padding: 24px;
}

.modal--base .modal-dialog .modal-header {
    border: 0;
    justify-content: space-between;
    padding: 0px;
    margin-bottom: 36px;
}

.modal--base .modal-dialog .modal-header .btn--close {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background-color: hsl(var(--black)/0.06) !important;
}

.modal--base .modal-dialog .modal-body {
    padding: 0px;
}

.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--base));
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--black));
}

.pagination .page-item .page-link.active, .pagination .page-item .page-link:hover {
    color: hsl(var(--base));
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    color: hsl(var(--base));
}

.table {
    margin: 0;
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 0px 0px;
    background: transparent;
}

.table thead tr th {
    background: transparent;
    text-align: center;
    font-size: 16px;
    padding: 15px;
    color: hsl(var(--black));
    font-family: var(--body-font);
    font-weight: 500;
    max-width: 170px;
    white-space: nowrap;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 0px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 0px 0 0;
    text-align: center;
    border-left: 0;
}

.table thead tr .tbl-text-right {
    text-align: right !important;
}

.table thead tr .tbl-text-center {
    text-align: center !important;
}

.table thead tr .tbl-text-left {
    text-align: left !important;
}

.table thead tr .tbl-text-center:last-child {
    text-align: center;
}

.table tbody {
    border: 0 !important;
    color: hsl(var(--black));
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0px 5px;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
    border-left: 0;
}

.table tbody tr td {
    vertical-align: middle;
    border-width: 1px;
    border: 0;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    font-family: var(--body-font);
    font-size: 14px;
    color: hsl(var(--heading-color));
    max-width: 210px;
    font-weight: 400;
    text-align: left;
    padding: 32px 12px;
    text-align: center;
}

.table tbody tr td span {
    color: hsl(var(--heading-color));
    font-weight: 500;
}

.table tbody tr td i {
    color: hsl(var(--heading-color));
}

.table tbody tr td p {
    font-size: 14px;
}

.table tbody tr td img {
    width: 100px;
    border-radius: 4px;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: hsl(var(--black));
    font-weight: 600;
    display: none;
    width: 50% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr .tbl-text-right {
    text-align: right;
}

.table tbody tr .tbl-text-center {
    text-align: center;
}

.table tbody tr .tbl-text-left {
    text-align: left;
}

.table tbody tr .tbl-text-center:last-child {
    text-align: center !important;
}

.table > :not(caption) > * > * {
    background-color: transparent;
}

@media screen and (max-width: 770px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
        flex-wrap: wrap;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table-wrapper .table--responsive--lg tbody tr td {
        display: block;
    }
}

@media (max-width: 992px) {
    .table tbody tr:nth-child(even) {
        border-bottom: 1px solid hsl(var(--dark)/0.03);
        background: hsl(var(--base)/0.1);
    }
}

.custom--tabs {
    border-color: hsl(var(--base));
    padding: 12px 0px;
    border-radius: 12px;
}

.custom--tabs li {
    margin: 0px 8px 8px 0px;
}

.custom--tabs li .btn-check:active + .btn, .custom--tabs li .btn-check:checked + .btn, .custom--tabs li .btn.active, .custom--tabs li .btn.show, .custom--tabs li .btn:active {
    color: hsl(var(--black)) !important;
    background: hsl(var(--base)) !important;
    border-color: transparent !important;
}

.custom--tabs li .btn--base.outline-2:hover, .custom--tabs li .btn--base.outline-2:focus {
    background-color: hsl(var(--base)/0.5);
    color: hsl(var(--black));
}

.custom--tabs li .btn-check:active + .btn, .custom--tabs li .btn-check:checked + .btn, .custom--tabs li .btn.active, .custom--tabs li .btn.show, .custom--tabs li .btn:active:hover {
    color: hsl(var(--black)) !important;
    background: hsl(var(--base)) !important;
}

.custom--tabs li .btn:hover {
    color: hsl(var(--black));
    background-color: hsl(var(--base));
}

.nav-tabs {
    border-bottom: 1px solid transparent !important;
}

/* Badge Color and style */
.badge {
    border-radius: 6px;
    padding: 0px 8px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400 !important;
}

.badge--base {
    color: hsl(var(--base)) !important;
    background-color: hsl(var(--base)/0.1) !important;
}

.badge--primary {
    color: hsl(var(--primary)) !important;
    background-color: hsl(var(--primary)/0.1) !important;
}

.badge--secondary {
    color: hsl(var(--secondary)) !important;
    background-color: hsl(var(--secondary)/0.1) !important;
}

.badge--success {
    color: hsl(var(--success)) !important;
    background-color: hsl(var(--success)/0.1) !important;
}

.badge--danger {
    color: hsl(var(--danger)) !important;
    background-color: hsl(var(--danger)/0.1) !important;
}

.badge--warning {
    color: hsl(var(--warning)) !important;
    background-color: hsl(var(--warning)/0.1) !important;
}

.badge--info {
    color: hsl(var(--info)) !important;
    background-color: hsl(var(--info)/0.1) !important;
}

.badge--violet {
    color: hsl(var(--violet)) !important;
    background-color: hsl(var(--violet)/0.1) !important;
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }

    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }

    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    animation-name: fadeIn;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.top_image_bounce {
    -webkit-animation: top-image-bounce 3s infinite ease-in-out;
    animation: top-image-bounce 3s infinite ease-in-out;
}

.top_image_bounce_2 {
    -webkit-animation: top-image-bounce-2 6s infinite ease-in-out;
    animation: top-image-bounce-2 6s infinite ease-in-out;
}

.left_image_bounce {
    -webkit-animation: left-image-bounce 3s infinite ease-in-out;
    animation: left-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce-1 {
    -webkit-animation: left-image-bounce 6s infinite ease-in-out;
    animation: left-image-bounce 6s infinite ease-in-out;
}

.left_image_bounce-2 {
    -webkit-animation: left-image-bounce 3s infinite ease-in-out;
    animation: left-image-bounce 3s infinite ease-in-out;
}

.right_image_bounce {
    -webkit-animation: right-image-bounce 3s infinite ease-in-out;
    animation: right-image-bounce 3s infinite ease-in-out;
}

.spin_image {
    -webkit-animation: spin 3s infinite ease-in-out;
    animation: spin 3s infinite ease-in-out;
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes top-image-bounce {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(12px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes top-image-bounce-2 {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(8px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}

@keyframes left-image-bounce {
    0% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        -webkit-transform-origin: 50%;
        transform-origin: 50%;
    }
}

.square {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 20px;
    background: whiteSmoke;
    box-shadow: 4px -40px 60px 5px rgb(26, 117, 206) inset;
}

.pulse {
    animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.2);
    }
}

.flash {
    animation: flash 500ms ease infinite alternate;
}

@keyframes flash {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fade-in {
    animation: fade-in 3s linear infinite;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.fade-out {
    animation: fade-out 2s linear infinite;
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.swing {
    transform-origin: top center;
    animation: swing 2s ease infinite;
}

@keyframes swing {
    20% {
        transform: rotate(15deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    60% {
        transform: rotate(5deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.splite-text .whitespace {
    width: 8px;
}

.splite-text.animated .char {
    -webkit-animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    animation: fadeInRight 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
    -webkit-animation-delay: calc(30ms * var(--char-index));
    animation-delay: calc(30ms * var(--char-index));
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.fa-play:before {
    content: "\f04b";
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 200%;
        height: 200%;
        opacity: 5;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes move {
    0% {
        transform: scale(1) translate(0, 0) rotate(0);
        fill: hsl(var(--base)/0.7);
        filter: drop-shadow(20px 14px 10px rgba(0, 0, 0, 0.1));
    }

    25% {
        transform: scale(0.8) translate(20px, 30px) rotate(55deg);
        fill: hsl(var(--base)/0.9);
        filter: drop-shadow(14px 14px 6px rgba(0, 0, 0, 0.1));
    }

    50% {
        transform: scale(0.6) translate(40px, 45px) rotate(180deg);
        fill: hsl(var(--base-two)/0.4);
        filter: drop-shadow(-16px -16px 16px rgba(0, 0, 0, 0.1));
    }

    75% {
        transform: scale(0.8) translate(70px, 80px) rotate(55deg);
        fill: hsl(var(--base-two));
        filter: drop-shadow(14px 14px 6px rgba(0, 0, 0, 0.1));
    }

    100% {
        transform: scale(1) translate(0, 0) rotate(0);
        fill: hsl(var(--base));
        filter: drop-shadow(20px 14px 10px rgba(0, 0, 0, 0.1));
    }
}

.tree-view {
    list-style: none;
    margin-top: 20px;
}

.tree-view li {
    margin-left: 30px;
    padding: 12px 0px;
}

.tree-view .ref-name {
    position: relative;
    color: hsl(var(--black));
}

.tree-view .ref-name::after {
    content: "";
    top: 19px;
    left: -14px;
    position: absolute;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: hsl(var(--base));
}

.tree-view:first-child {
    border-left: none;
}

#ul {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    user-select: none;
    position: relative;
    color: hsl(var(--base));
}

.caret::after {
    content: none !important;
}

.caret::before {
    position: absolute;
    content: "▶";
    top: 0;
    left: -20px;
    color: hsl(var(--base));
    display: inline-block;
}

.caret-down::before {
    transform: rotate(90deg);
}

.nested {
    display: none;
    border-left: 2px dashed hsl(var(--black)/0.1);
}

.active {
    display: block;
}

.slick-initialized.slick-slider {
    margin: 0;
}

.slick-initialized.slick-slider .slick-track {
    display: flex;
    gap: 12px;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0px 0px 0px 0px;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 16px;
    margin: 0px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.slick-slide img {
    display: inline-block;
}

.slick-dots {
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: 1px solid hsl(var(--black));
    background-color: hsl(var(--white)/0.5);
    color: hsl(var(--white));
    margin: 0 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
    width: 10px;
    height: 10px;
}

.special-monent--slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 80%;
    right: 0%;
    transform: translateY(-50%);
    border: none;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: transparent;
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black));
    font-size: 16px;
    margin: 0px;
}

@media screen and (max-width: 991px) {
    .special-monent--slider .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .special-monent--slider .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.special-monent--slider .slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.special-monent--slider .slick-next {
    right: -150px !important;
}

@media screen and (max-width: 991px) {
    .special-monent--slider .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .special-monent--slider .slick-next {
        right: 10px;
    }
}

.special-monent--slider .slick-prev {
    right: -60px !important;
}

@media screen and (max-width: 991px) {
    .special-monent--slider .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .special-monent--slider .slick-prev {
        left: 10px;
    }
}

.special-monent-slider--two .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 93%;
    right: 0%;
    transform: translateY(-50%);
    border: none;
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: transparent;
    color: hsl(var(--black));
    border: 1px solid hsl(var(--black));
    font-size: 16px;
    margin: 0px;
}

@media screen and (max-width: 991px) {
    .special-monent-slider--two .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .special-monent-slider--two .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.special-monent-slider--two .slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.special-monent-slider--two .slick-next {
    right: 47% !important;
}

@media screen and (max-width: 991px) {
    .special-monent-slider--two .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .special-monent-slider--two .slick-next {
        right: 10px;
    }
}

.special-monent-slider--two .slick-prev {
    right: 54% !important;
}

@media screen and (max-width: 991px) {
    .special-monent-slider--two .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .special-monent-slider--two .slick-prev {
        left: 10px;
    }
}

.testimonial-slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: hsl(var(--white));
    color: hsl(var(--black));
    font-size: 16px;
    margin: 0px;
}

@media screen and (max-width: 991px) {
    .testimonial-slider .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-slider .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.testimonial-slider .slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.testimonial-slider .slick-next {
    right: -50px;
}

@media screen and (max-width: 991px) {
    .testimonial-slider .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-slider .slick-next {
        right: 10px;
    }
}

.testimonial-slider .slick-prev {
    left: -45px;
}

@media screen and (max-width: 991px) {
    .testimonial-slider .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-slider .slick-prev {
        left: 10px;
    }
}

.slick-dots {
    text-align: center;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.slick-dots li {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0.4;
    display: inline-block;
}

.slick-dots li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--white)/0.5);
    color: hsl(var(--white));
    margin: 0 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    text-indent: -9999px;
    transform: rotate(45deg);
}

.slick-dots li.slick-active {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid hsl(var(--black));
    overflow: hidden;
    opacity: 1;
}

/* Magnific Popup button style */
button.mfp-close {
    top: -15px;
    font-size: 21px;
    font-weight: 800;
    height: 35px;
    background: hsl(var(--base));
    line-height: 32px;
    padding: 0;
    opacity: 1;
    border-radius: 5px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: hsl(var(--white));
    right: 0px;
    text-align: right;
    padding-right: 13px;
    width: 42px;
}

/* drag and drop box */
.photo_upload .drag_area {
    height: 400px;
    border-radius: 8px;
    border: 1px dashed hsl(var(--black)/0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    user-select: none;
    --webkit-user-select: none;
}

.photo_upload .drag_area .visible {
    font-size: 18px;
}

.photo_upload .select {
    cursor: pointer;
    transition: 0.4s;
}

.photo_upload .select:hover {
    opacity: 0.6;
}

.photo_upload .container_area {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    max-height: 200px;
    overflow-y: auto;
    margin-top: 30px;
}

.photo_upload .container_area .image {
    height: 75px;
    margin-left: 5px;
    width: 75px;
    position: relative;
    margin-bottom: 8px;
}

.photo_upload .container_area .image img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.photo_upload .container_area .image .delete {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: hsl(var(--black)/0.6);
    top: 0px;
    right: 0px;
    font-size: 12px;
    cursor: pointer;
    color: hsl(var(--base));
    z-index: 9;
}

.photo_upload input,
.photo_upload .drag_area .on-drop,
.photo_upload .drag_area.dragover .visible {
    display: none;
}

.drag_drop_content {
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drag_drop_content .icon_wrap {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: hsl(var(--black)/0.06);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.drag_drop_content .icon_wrap i {
    font-size: 30px;
}

#loading {
    background-color: hsl(var(--base));
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 150px;
    width: 150px;
    margin-top: -75px;
    margin-left: -75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #FFF #FFF transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.hero {
    padding: 180px 0px 160px 0px;
    z-index: 1;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--black)/0.5);
    z-index: -1;
}

.hero .hero-content--wrap .hero--title {
    color: hsl(var(--white));
    font-size: 70px;
    font-family: var(--banner-heading);
    line-height: 1.42;
}

.hero .hero-content--wrap .hero--subtitle {
    color: hsl(var(--white)/0.7);
    width: 80%;
}

.hero--two {
    padding: 195px 0px 195px 0px;
    z-index: 1;
    overflow: hidden;
}

.hero--two .hero-content--wrap .hero--title {
    color: hsl(var(--white));
    font-size: 70px;
    font-family: var(--banner-heading);
    line-height: 1.42;
}

.hero--two .hero-content--wrap .hero--subtitle {
    color: hsl(var(--white)/0.7);
    width: 80%;
}

.hero--two .elements1 {
    top: 22%;
    right: 10%;
}

.hero--two .elements2 {
    bottom: 10%;
    left: 10%;
}

.hero--two .elements3 {
    top: 0;
    left: 40%;
}

.hero--three {
    padding: 195px 0px 195px 0px;
    z-index: 1;
    overflow: hidden;
}

.hero--three .hero-content--wrap .hero--title {
    color: hsl(var(--black));
    font-size: 70px;
    font-family: var(--banner-heading);
    line-height: 1.42;
}

.hero--three .hero-content--wrap .hero--subtitle {
    color: hsl(var(--black)/0.7);
    width: 80%;
}

.hero--three .elements1 {
    top: 22%;
    right: 10%;
}

.hero--three .elements2 {
    bottom: 10%;
    left: 10%;
}

.hero--three .elements3 {
    top: 0;
    left: 40%;
}

.svg-stroke--animation {
    stroke: hsl(var(--black)) !important;
    stroke-width: 0.5px !important;
    -webkit-animation: draw 7s ease infinite;
    animation: draw 7s ease infinite;
}

@keyframes draw {
    0% {
        stroke-dasharray: 2000;
        stroke-dashoffset: 2000;
    }

    100% {
        stroke-dasharray: 2000;
        stroke-dashoffset: 0;
    }
}

.svg-fill--base {
    fill: hsl(var(--base));
}

.footer-area {
    position: relative;
}

.footer-area .bg-thumb {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 14%;
}

.footer-item .latest-blog__title a {
    color: hsl(var(--white));
}

.footer-item .latest-blog {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.footer-item span.latest-blog__date {
    color: hsl(var(--white)/0.6);
}

.footer-item--desc {
    color: hsl(var(--white)/0.8);
    margin-bottom: 36px;
    width: 100%;
}

.footer-item--logo {
    margin-bottom: 20px;
}

.footer-item--logo a img {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 64px;
    filter: brightness(1);
}

.footer-item--title {
    color: hsl(var(--white));
    position: relative;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-item .social-list {
    margin-top: 10px;
    display: flex;
    gap: 12px;
}

@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 .social-list--item .social-list__link {
    font-size: 20px;
    border: 0px;
    color: hsl(var(--base));
}

.footer-item .social-list--item .social-list__link:hover {
    color: hsl(var(--white)) !important;
}

.icon-wrapper .icon {
    background: hsl(var(--white)/0.1);
    transition: 0.2s linear;
}

.icon-wrapper .icon i {
    color: hsl(var(--white));
    transition: 0.2s linear;
    font-size: 16px;
}

.icon-wrapper .icon:hover {
    background: hsl(var(--base));
    transition: 0.2s linear;
}

.icon-wrapper .icon:hover i {
    color: hsl(var(--white));
    transition: 0.2s linear;
}

.icon-wrapper div {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: -5px 0;
}

.menu--item {
    display: block;
    padding: 8px 0;
}

.menu--link {
    position: relative;
    color: hsl(var(--white)/0.7);
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.menu--link i {
    font-size: 12px;
    color: hsl(var(--base));
}

.menu--link:hover {
    color: hsl(var(--base));
    margin-left: 4px;
}

.footer-contact-menu {
    margin: -6px 0;
}

.footer-contact-menu__item {
    display: flex;
    padding: 1px 0;
}

.footer-contact-menu__item p {
    color: hsl(var(--white));
}

.footer-contact-menu__item-icon {
    width: 15px;
    color: hsl(var(--white));
    font-size: 15px;
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
}

.bottom-footer {
    position: relative;
}

.bottom-footer .bottom-footer-text {
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .bottom-footer .bottom-footer-text {
        text-align: center;
    }
}

@media screen and (max-width: 424px) {
    .bottom-footer .bottom-footer-text {
        font-size: 14px;
    }
}

.subscribe-box {
    position: relative;
}

.subscribe-box form {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
}

.subscribe-box input {
    background-color: hsl(var(--white));
    outline: none;
    padding-right: 128px;
    color: hsl(var(--white)) !important;
}

.subscribe-box input::placeholder {
    color: hsl(var(--white)) !important;
}

.subscribe-box input:focus {
    border: 1px solid hsl(var(--base)/0.3);
}

.subscribe-box .sub-btn {
    position: absolute;
    right: 6px;
    padding: 8px 16px;
}

.subscribe-box .sub-btn i {
    color: hsl(var(--base));
}

.footer-contact-info p {
    color: hsl(var(--white)/0.8);
    width: 100%;
}

.footer-contact-info p a {
    color: hsl(var(--white)/0.8);
}

.footer-contact-info i {
    font-size: 20px;
    color: hsl(var(--base));
}

.footer-logo-dark {
    display: none;
}

.breadcrumb {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 100px 0px;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 60px 0px 60px 0px;
    }
}

@media screen and (max-width: 770px) {
    .breadcrumb {
        padding: 60px 0px 60px 0px;
    }
}

.breadcrumb .breadcrumb-bg--img {
    position: absolute;
    top: -60px;
    left: 0px;
}

.breadcrumb--wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.breadcrumb--title {
    font-size: 48px;
    margin: 0px !important;
    color: hsl(var(--black));
    text-align: center;
    line-height: 60px;
    font-weight: 700;
}

.breadcrumb--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 6px;
}

.breadcrumb--item {
    color: hsl(var(--black));
    padding-right: 4px;
    font-weight: 400;
    font-size: 18px;
}

@media screen and (max-width: 575px) {
    .breadcrumb--item {
        font-size: 15px;
    }
}

.breadcrumb--item--text {
    color: hsl(var(--base));
}

.breadcrumb--icon {
    color: hsl(var(--base));
    margin-top: 2px;
}

.breadcrumb--link {
    color: hsl(var(--black)) !important;
    font-weight: 600;
}

.breadcrumb--link:hover {
    color: hsl(var(--base));
}

.count-card {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    background-color: hsl(var(--white)/0.1);
    position: relative;
    overflow: hidden;
}

.count-card .count-number-wraper {
    display: flex;
    align-items: baseline;
}

.count-card .count-number-wraper .number {
    font-size: 72px;
    font-weight: 800;
    line-height: 0.86;
}

.count-card .count-number-wraper .amount {
    font-size: 47px;
    font-weight: 800;
    line-height: 1.021;
    margin: 0px;
}

.count-card .subtitle {
    font-size: 20px;
    font-weight: 500;
    color: hsl(var(--black)/0.5);
    text-transform: capitalize;
}

.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 42px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 10000;
    opacity: 1;
    visibility: hidden;
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.scroll-top svg {
    color: hsl(var(--base));
    border-radius: 50%;
    background: hsl(var(--white));
}

.scroll-top svg path {
    fill: none;
}

.scroll-top::after {
    content: "\f062";
    font-family: FontAwesome;
    position: absolute;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: hsl(var(--base));
    left: 0;
    top: 0;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    z-index: 1;
    border: 2px solid hsl(var(--base)/0.5);
    box-shadow: none;
    border-radius: 50%;
}

.scroll-top .progress-circle path {
    stroke: hsl(var(--base));
    stroke-width: 10px;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}

.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media (max-width: 430px) {
    .scroll-top {
        right: 20px;
        bottom: 70px;
    }
}
/* dashboard Sidebar Menu Start */
.dashboard_profile .sidebar-menu-list__link {
    color: hsl(var(--black));
}

.dashboard_profile .sidebar-menu-list__link:hover {
    background: hsl(var(--base)/0.1);
}

.sidebar-menu-list__link.active {
    position: relative;
    border: 1px solid hsl(var(--black)/0.1);
}

.sidebar-menu-list__link.active .icon {
    color: hsl(var(--base));
}

.sidebar-menu {
    padding: 0px 0px 10px 0px;
    transition: 0.2s linear;
    border-radius: 0px;
    background: hsl(var(--white));
    position: sticky;
    top: 150px;
    width: 375px;
    height: 100%;
}

.sidebar-menu .logo-wrapper {
    padding: 24px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-menu.show-sidebar {
    transform: translateX(0);
    height: 100vh;
}

@media screen and (max-width: 1199px) {
    .sidebar-menu {
        position: fixed;
        left: 0;
        top: 0;
        min-width: 320px;
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.sidebar-menu__close {
    position: absolute;
    top: 12px;
    right: 12px;
    color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    transition: 0.2s linear;
    cursor: pointer;
    display: none;
    z-index: 9;
    border-radius: 3px;
}

@media screen and (max-width: 1199px) {
    .sidebar-menu__close {
        display: block;
    }
}

.sidebar-menu__close:hover, .sidebar-menu__close:focus {
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
    color: hsl(var(--black));
}

.sidebar-menu-list {
    height: 50vh;
    overflow-y: auto;
    padding: 0px 0px 120px 0px;
    position: relative;
    margin: 0px 24px;
}

.sidebar-menu-list__item.has-dropdown.active > a {
    color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown.active > a:after {
    transform: rotate(90deg);
    margin-left: 14px;
    color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown > a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    position: absolute;
    top: 20px;
    right: 20px;
    transition: 0.1s linear;
    margin-left: 14px;
    color: hsl(var(--base));
}

.sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 16px 20px 16px 30px;
    width: 100%;
    color: hsl(var(--black)/0.6) !important;
}

.sidebar-menu-list__link:hover {
    background: hsl(var(--base)/0.2);
    color: hsl(var(--base));
    border-radius: 0px;
}

.sidebar-menu-list__link .icon {
    margin-right: 5px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
    animation: swing ease-in-out 0.5s 1 alternate;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
    display: none;
    position: relative;
}

.sidebar-submenu.open-submenu {
    display: block;
}

.sidebar-submenu-list {
    padding: 5px 0;
}

.sidebar-submenu-list__item {
    position: relative;
}

.sidebar-submenu-list__item::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 48px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: hsl(var(--base));
}

.sidebar-submenu-list__item.active::before {
    background: hsl(var(--base)) !important;
}

.sidebar-submenu-list__item.active > a {
    color: hsl(var(--base));
}

.sidebar-submenu-list__link {
    padding: 8px 20px 4px 68px !important;
    display: block;
    color: hsl(var(--base));
    border-bottom: 0 !important;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
    width: 300px;
    height: 100vh;
    background-color: hsl(var(--dark));
    position: fixed;
    z-index: 15;
    left: -320px;
    transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
    left: 0;
}

.sidebar-menu-wrapper .top-close {
    margin-top: 21px;
    text-align: end;
    margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
    font-size: 22px;
    color: hsl(var(--white));
}

.sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    width: 130px;
    margin-left: 6px;
}

@media screen and (max-width: 991px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 15px;
    }
}

@media screen and (max-width: 575px) {
    .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
        margin-left: 6px;
    }
}

.sidebar-menu-list__item .btn.btn--base {
    border: 1px solid hsl(var(--white));
}

.header {
    position: relative;
    z-index: 5;
    padding: 0px;
    background: transparent;
    width: 100%;
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        padding: 18px 0px;
        position: relative;
        left: 0;
        right: 0;
        z-index: 7;
        max-height: 101vh;
        overflow-y: auto;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

@media screen and (max-width: 575px) {
    .header {
        padding: 12px 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--body-color));
    position: fixed;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 0px;
    z-index: 99;
}

.header.fixed-header .header-wrapper {
    padding: 22px 0px;
}

.header.fixed-header .header-wrapper .main-menu li a {
    color: hsl(var(--black));
}

.header.fixed-header .login--btn {
    border: 1px solid hsl(var(--black));
    color: hsl(var(--black));
}

.header.fixed-header .header--top {
    display: none !important;
}

.header-main-area .container-fluid {
    padding: 0 52px;
}

@media screen and (max-width: 1399px) {
    .header-main-area .container-fluid {
        padding: 0 10px;
    }
}

@media screen and (max-width: 991px) {
    .header-main-area .container-fluid {
        padding: 0 36px;
    }
}

@media screen and (max-width: 575px) {
    .header-main-area .container-fluid {
        padding: 0 25px;
    }
}

.scrolled {
    display: none !important;
}

.header-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 32px 0px;
}

@media screen and (max-width: 991px) {
    .header-wrapper {
        padding: 0px 0;
    }
}

@media screen and (max-width: 575px) {
    .header-wrapper {
        padding: 10px 15px !important;
    }
}

.header-wrapper .ham__menu {
    color: hsl(var(--black));
    display: none;
}

@media screen and (max-width: 991px) {
    .header-wrapper .ham__menu {
        display: block !important;
    }
}

.header-wrapper .logo-wrapper img {
    max-width: 200px;
    filter: brightness(1);
}

@media screen and (max-width: 991px) {
    .header-wrapper .logo-wrapper img {
        width: 112px;
    }
}

@media screen and (max-width: 424px) {
    .header-wrapper .logo-wrapper img {
        width: 112px;
    }
}

.header-wrapper .main-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .header-wrapper .main-menu {
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper .main-menu {
        margin-left: 0px;
    }
}

.header-wrapper .main-menu li {
    transition: all 0.4s;
}

.header-wrapper .main-menu .link {
    font-size: 16px;
    color: hsl(var(--black)/0.7);
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    margin-right: 22px;
    display: flex;
    gap: 8px;
    line-height: 1;
    padding: 8px 0px;
}

.header-wrapper .main-menu .link i {
    margin-top: -4px;
}

.header-wrapper .main-menu .link:before {
    position: absolute;
    bottom: -10px;
    content: "";
    width: 100%;
    height: 3px;
    background: hsl(var(--black));
    transform: translateX(-100%);
    opacity: 0;
}

.header-wrapper .main-menu .link.active {
    color: hsl(var(--black));
}

.header-wrapper .main-menu .link.active:before {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1399px) {
    .header-wrapper .main-menu .link {
        font-size: 14px;
    }
}

@media screen and (max-width: 1199px) {
    .header-wrapper .main-menu .link {
        padding: 0px;
        font-size: 14px;
    }
}

.header-wrapper .main-menu .link:hover:before {
    opacity: 1;
    transition: 0.5s transform ease, 0.8s opacity ease;
    transform: translateX(0);
}

.header-wrapper .main-menu .links--wrap {
    position: relative;
}

.header-wrapper .main-menu .links--wrap:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    transition: 0.1s linear;
}

.header-wrapper .main-menu .links--wrap .sub-menu {
    opacity: 0;
    transition: 0.01s linear;
    visibility: hidden;
    width: 220px;
    height: auto;
    border-radius: 8px;
    position: absolute;
    background: hsl(var(--white));
    top: 34px;
    left: -2px;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.header-wrapper .main-menu .links--wrap .sub-menu a {
    display: block;
    font-weight: 600;
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding-bottom: 12px;
}

.header-wrapper .main-menu .links--wrap .sub-menu a:last-child {
    padding: 0;
    border: 0;
}

@media (max-width: 620px) {
    .header-wrapper .menu-list-wrapper ul:last-child {
        display: none;
    }
}

.header-wrapper .count-item {
    position: absolute;
    height: 19px;
    width: 19px;
    background: hsl(var(--base));
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    color: hsl(var(--black));
    top: -7px;
    right: 7px;
    font-weight: 600;
    line-height: 19px;
}

@media screen and (max-width: 991px) {
    .header-wrapper .count-item {
        top: -4px;
    }
}

.header.fixed-header .header-wrapper .main-menu a {
    color: hsl(var(--black));
}

.header.fixed-header .header-wrapper .main-menu a:hover {
    color: hsl(var(--black));
}

.header.fixed-header .header-wrapper .main-menu a.active {
    color: hsl(var(--black));
}

.header.fixed-header .light-dark-btn-wrap .mon-icon {
    color: hsl(var(--black));
}

.header.fixed-header .menu-search-wrap .menu-search-wrap--search-icon i {
    font-size: 17px;
    color: hsl(var(--black));
}

.search-form--active {
    display: block !important;
}

.header--top {
    padding: 24px 0px;
    border-bottom: 1px solid hsl(var(--black)/0.15);
}

.header-icon--wrap {
    width: 56px;
    height: 56px;
}

.header-main-area--two {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}

.header-main-area--two .header--two {
    position: fixed;
    z-index: 9;
    border-radius: 12px;
    background: radial-gradient(231% 135.8% at 0.9% 2.98%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.08) 100%);
    backdrop-filter: blur(21px);
    top: 10%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: hsl(var(--white)/0.01);
    transition: 0.2s linear;
    width: 95%;
}

.header-main-area--two .header--two .header-wrapper {
    padding: 20px 0px;
}

.header-main-area--two .header--two .header-wrapper .main-menu a:before {
    background-color: hsl(var(--white)) !important;
}

.header-main-area--two .header--two.fixed-header {
    background-color: hsl(var(--white));
    transition: 0.2s linear;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    top: 6%;
}

.header-main-area--two .header--two.fixed-header .header-wrapper .main-menu a {
    color: hsl(var(--black)) !important;
}

.header-main-area--two .header--two.fixed-header .btn-outline--dark.border--white {
    border: 1px solid hsl(var(--black)) !important;
    color: hsl(var(--black)) !important;
}

.header-main-area--two .header--two.fixed-header .header-wrapper .main-menu a:before {
    background-color: hsl(var(--black)) !important;
}

.header-main-area--three {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header-main-area--three .header--two {
    position: relative;
    z-index: 9;
}

.header-main-area--three .header--two .header-wrapper {
    padding: 20px 0px;
}

.header-main-area--three .header--two.fixed-header {
    background-color: hsl(var(--body-color));
    position: fixed;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
    padding: 0px;
    z-index: 99;
}

.header-main-area--three .header--two.fixed-header .header-wrapper {
    padding: 22px 0px;
}

.header-main-area--three .header--two.fixed-header .header-wrapper .main-menu li a {
    color: hsl(var(--black));
}

.header-main-area--three .header--two.fixed-header .login--btn {
    border: 1px solid hsl(var(--black));
    color: hsl(var(--black));
}

.header-main-area--three .header--two.fixed-header .header--top {
    display: none !important;
}

.section-content {
    margin-bottom: 34px;
}

.section-content .title-wrap .title {
    line-height: 1.18;
}

.section-content-2 {
    margin-bottom: 34px;
}

.section-content-2 .title-wrap {
    display: flex;
    justify-content: space-between;
}

.section-content-2 .title-wrap .title {
    color: hsl(var(--white));
    font-size: 24px !important;
    font-weight: 700;
    line-height: 1.16;
    margin: 0px;
}

.section-content-3 {
    margin-bottom: 34px;
}

.section-content-3 .subtitle {
    margin-bottom: 22px;
}

.section-content-3 .title {
    font-size: 48px !important;
    font-weight: 700;
    margin: 0px;
    line-height: 1.06;
}

.section-content-4 .heading {
    text-transform: uppercase;
    margin-bottom: 18px;
}

.section-content-4 .title {
    text-align: center;
    line-height: 1.125;
}

.section-content-4 .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.section-content-5 {
    margin-bottom: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-content-5 .title {
    color: hsl(var(--black));
    text-align: center;
    font-size: 36px !important;
    font-weight: 700;
    line-height: 1.16;
    margin: 0px;
}

.how-work--right .bg--thumb {
    width: 100%;
    height: 498px;
    background-color: hsl(var(--base)/0.1);
}

.how-work--right .thumb--wrap {
    right: 0px;
    bottom: 0px;
}

.popup-video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-video-wrap .play-video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9;
}

.popup-video-wrap .play-video:hover {
    color: hsl(var(--black));
}

.popup-video-wrap .play-video i {
    font-size: 24px;
    color: hsl(var(--base));
}

.waves {
    position: absolute;
    width: 96px;
    height: 96px;
    background: hsl(var(--white));
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: -37px;
    left: -41px;
    z-index: 1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.sign-up_box {
    padding: 20px 0px;
    border-radius: 4px;
}

.sign-up_box .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sign-up_box .input-group .input-group-text {
    border-radius: 4px;
    border: 1px solid hsl(var(--base)/0.5);
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.sign-up_box .login-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.sign-up_box .login-meta p {
    font-size: 14px;
}

.login-box {
    background: hsl(var(--body-color));
    padding: 40px 80px;
    transition: all 0.4s ease-in-out;
    position: relative;
    height: 100vh;
    overflow-y: auto;
}

.login-box .home--btn {
    width: 50px;
    height: 50px;
    color: hsl(var(--white));
}

.login-box .icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.login-box .icon-wrap .icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box .icon-wrap .icon i {
    font-size: 50px;
    color: hsl(var(--white));
}

.login-box .condition-text {
    margin-left: 8px;
}

.login-box .condition-text a {
    color: hsl(var(--base));
}

.login-box .condition-text p {
    font-size: 16px;
}

.login-box .condition-text p a {
    color: hsl(var(--base)) !important;
}

.login-box .social-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
}

.login-box .social-option .text {
    display: inline-flex;
    align-items: center;
}

.login-box .social-option .text h6 {
    margin: 0px 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.29;
}

.login-box .social-option .text::before {
    content: "";
    width: 150px;
    height: 1px;
    border: 1px dashed hsl(var(--black)/0.6);
}

.login-box .social-option .text::after {
    content: "";
    width: 150px;
    height: 1px;
    border: 1px dashed hsl(var(--black)/0.6);
}

.login-box .social-option ul {
    display: flex;
    margin: 20px 0px;
    gap: 12px;
}

.login-box .social-option ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box .social-option p {
    margin-top: 8px;
}

.login-box .social-option p a {
    color: hsl(var(--base));
}

.login-box .req--box {
    height: 123px;
}

.login-box--wrap {
    position: absolute;
    top: 164px;
    width: 100%;
    height: 73vh;
    overflow: hidden;
}

.login-box--wrap .close--btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: hsl(var(--black));
    font-size: 18px;
    background: hsl(var(--black)/0.09);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.login-box--wrap .close--btn .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-thumb--wrap {
    position: relative;
}

.login-thumb--wrap::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: hsl(var(--base)/0.5);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.login-thumb--wrap img {
    width: 100%;
}

.login-section {
    position: relative;
    overflow: hidden;
}

.login-container {
    padding: 0px !important;
    margin: 0px !important;
}

.login-right-section {
    background-color: hsl(var(--base));
    height: 100vh;
    width: 100%;
}

.login-left-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.login-left-section .logo-wrap {
    position: absolute;
    top: 20px;
    left: 20px;
}

.login-left-section .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 80%;
}

.login-left-section .content-wrap .title {
    line-height: 70px;
}

.login-left-section .marque1 {
    rotate: 30deg;
    position: relative;
    top: -132px;
}

.login-left-section .marque2 {
    rotate: 30deg;
    position: relative;
    top: -46px;
}

.login-left-section .marque3 {
    rotate: 30deg;
    position: relative;
    top: 44px;
}

.login-left-section .marque4 {
    rotate: 30deg;
    position: relative;
    top: 130px;
}

.login-img--card {
    width: 100%;
    height: 341.348px;
}

@media (max-width: 769px) {
    .signup-section .signup-thumb {
        display: none !important;
    }
}

.product-details .product--thumb {
    width: 100%;
    height: 389px;
}

.product-details .user--info .thumb--wrap {
    width: 63px;
    height: 63px;
}

.product-details .user--info .content--wrap .following {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
    padding: 4px 6px;
    border-radius: 8px;
    font-size: 14px;
}

.product-details .main--thumb {
    width: 100%;
    height: 652px;
}

.product-details .rel--thumb {
    width: 100%;
    height: 212px;
}

.product-details .related-product-thumb--wrap {
    width: 105.267px;
    height: 105.267px;
}

.product-details .item--wrap .product--menu li a.active {
    color: hsl(var(--base));
    position: relative;
}

.product-details .item--wrap .product--menu li a.active::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -19px;
    width: 78px;
    height: 2px;
    background-color: hsl(var(--base));
}

.product-details .details-wrap .auth-profile--wrap .thumb--wrap {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
}

.btm--bar {
    display: block;
    width: 100%;
    height: 2px;
    background-color: hsl(var(--black)/0.1);
    position: relative;
}

.btm--bar::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 78px;
    height: 2px;
    background-color: hsl(var(--base));
}

.btm--bar1 {
    display: block;
    width: 100%;
    height: 2px;
    background-color: hsl(var(--black)/0.1);
    position: relative;
}

.star--wrap li i {
    color: hsl(var(--star-color));
}

.testimonial-section {
    position: relative;
}

.testimonial-section .bg--thumb1 {
    position: absolute;
    top: 10%;
    left: 3%;
    width: 186px;
    height: 186px;
}

.testimonial-section .bg--thumb1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section .bg--thumb2 {
    position: absolute;
    width: 116.102px;
    height: 119.136px;
    top: 10%;
    right: 20%;
}

.testimonial-section .bg--thumb2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section .bg--thumb3 {
    position: absolute;
    width: 180.288px;
    height: 180.157px;
    bottom: 10%;
    right: 5%;
}

.testimonial-section .bg--thumb3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section .bg--thumb4 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.testimonial-section .bg--thumb5 {
    position: absolute;
    top: 45%;
    left: 20%;
}

.testimonial-section .bg--thumb6 {
    position: absolute;
    bottom: 30%;
    right: 20%;
}

.testimonial-section .bg--thumb7 {
    position: absolute;
    bottom: 10%;
    left: 20%;
    width: 116.102px;
    height: 119.136px;
}

.testimonial-section .bg--thumb7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-section--two .element1 {
    bottom: 0;
    left: 0;
}

.testimonial-section--two .element2 {
    bottom: 45%;
    left: 20%;
}

.testimonial-section--two .element3 {
    top: 20%;
    right: 20%;
}

.whychoose--key .icon--wrap {
    width: 67px;
    height: 67px;
    background-color: hsl(var(--white));
}

.whychoose--key .icon--wrap i {
    font-size: 32px;
    color: hsl(var(--base));
}

.why-choose--right .thumb--wrap {
    width: 634px;
    height: 634px;
}

.about-thumb-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 560px;
    height: 560px;
    background-color: hsl(var(--base)/0.05);
    border-radius: 50%;
}

.about-thumb-wrap .thumb {
    position: absolute;
    width: 108%;
    height: 81%;
}

.about-thumb-wrap .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.benefit-content--box {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    flex-direction: column;
    gap: 24px;
    padding: 20px 0px;
}

.benefit-content--box .icon-wrap {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    padding: 6px;
    border: 1px dashed hsl(var(--black));
}

.benefit-content--box .icon-wrap .icon {
    width: 61px;
    height: 61px;
    background: hsl(var(--base)/0.05);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-content--box .icon-wrap .icon i {
    font-size: 26px;
    color: hsl(var(--black));
}

.benefit-content--box1 {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex-direction: column;
    gap: 24px;
    padding: 20px 0px;
}

.benefit-content--box1 .icon-wrap {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    padding: 6px;
    border: 1px dashed hsl(var(--black));
}

.benefit-content--box1 .icon-wrap .icon {
    width: 61px;
    height: 61px;
    background: hsl(var(--base)/0.05);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefit-content--box1 .icon-wrap .icon i {
    font-size: 26px;
    color: hsl(var(--black));
}

.benefit-content--box1 .content-wrap .title {
    text-align: end;
}

.benefit-content--box1 .content-wrap .sub-title {
    text-align: end;
}

.benefit--section .ad--content {
    text-align: start;
    border-bottom: 1px solid hsl(var(--black));
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.benefit--section .ad--content::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 30%;
    height: 1px;
    background: hsl(var(--black));
}

.benefit--section .publishers--content {
    text-align: end;
    border-bottom: 1px solid hsl(var(--black));
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.benefit--section .publishers--content::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 0px;
    width: 30%;
    height: 1px;
    background: hsl(var(--black));
}

.marque--section {
    position: relative;
    z-index: 1;
    background-color: hsl(var(--white)/0.1);
}

.marque--section .marque---wrap {
    overflow: hidden;
    position: relative;
    top: 0px;
}

.marque--section .marque---wrap .marque--slider {
    display: flex;
    position: relative;
    padding: 10px 0px;
    gap: 92px;
}

.marque--section .marque---wrap .marque--slider .marquee--item {
    display: flex;
    align-items: center;
}

.marque--section .marque---wrap .marque--slider .marquee--item li .text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: hsl(var(--black)/0.5);
    -webkit-text-fill-color: hsl(var(--white));
    font-size: 100px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
}

.left-marq {
    animation: moveLeft 50s linear infinite;
}

.right-marq {
    animation: moveRight 60s linear infinite;
}

@keyframes moveLeft {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes moveRight {
    0% {
        transform: translateX(-550px);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes slide-har {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.newslatter-section {
    position: relative;
}

.stay-tune-box {
    position: relative;
    border: 1px solid transparent;
}

.stay-tune-box .tune-box-title {
    color: hsl(var(--black));
}

.stay-tune-box .tune-box-subtitle {
    color: hsl(var(--black));
}

.footer-subscribe-box form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.footer-subscribe-box .footer-input {
    width: 376px;
    border: 1px solid hsl(var(--base));
    background: hsl(var(--white));
    color: hsl(var(--black)) !important;
    padding: 12px;
    padding-right: 108px;
}

.footer-subscribe-box .footer-input::placeholder {
    color: hsl(var(--black)/0.7) !important;
    font-size: 14px;
}

.footer-subscribe-box .search-btn {
    padding: 12px 14px !important;
    border-radius: 0px;
    position: absolute;
    top: 1px;
    right: 0px;
    z-index: 1;
}

.faq-thumb--wrap .thumb--wrap {
    position: relative;
}

.faq-thumb--wrap .thumb--wrap::after {
    content: "Q";
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 422px;
    font-weight: 700;
    color: hsl(var(--white)/0.4);
    line-height: 1.1;
}

.faq-thumb--wrap .thumb--wrap3 {
    position: relative;
}

.faq-thumb--wrap .thumb--wrap3::after {
    content: "?";
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 520px;
    font-weight: 700;
    color: hsl(var(--white)/0.4);
    line-height: 1.1;
}

.faq-thumb--wrap .thumb--wrap1 {
    top: 0px;
    right: 0px;
    width: 261.952px;
    height: 263.153px;
    border: 15px solid hsl(var(--body-color));
}

.faq-thumb--wrap .thumb--wrap2 {
    bottom: 0px;
    left: 0px;
    width: 246px;
    height: 246px;
    border: 15px solid hsl(var(--body-color));
}

/*Blog Details */
.blog-item {
    box-shadow: none;
}

.blog-item--thumb {
    width: 100%;
    height: 460px;
    max-height: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}

.blog-item--thumb::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: hsl(var(--black)/0.5);
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 991px) {
    .blog-item--thumb {
        height: 350px;
    }
}

.blog-item .blog--info {
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.blog-item .blog--info .content--wrap .text-list .item {
    color: hsl(var(--white));
}

.blog-item .blog--info .content--wrap .text-list .item .text--icon {
    width: 44px;
    height: 44px;
    border: 1px solid hsl(var(--white));
}

.blog-details {
    overflow: hidden;
    margin-right: 50px;
}

@media screen and (max-width: 991px) {
    .blog-details {
        margin-right: 0px;
    }
}

.blog-details .blog-item--content {
    padding: 35px 0px;
    margin-top: 10px;
}

.blog-details .blog-item--content {
    background-color: transparent;
}

.blog-details--content {
    padding: 20px 0px;
}

@media screen and (max-width: 770px) {
    .blog-details--content {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details--content {
        padding: 15px 15px;
    }
}

.blog-details--title {
    margin-bottom: 15px;
}

.blog-details--desc {
    margin-bottom: 30px;
    line-height: 47px;
}

.blog-details--thumb {
    width: 100%;
    height: 358px;
}

.blog-details--thumb::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: hsl(var(--black)/0.2);
}

.blog-details .blog-bottom-wrap {
    border-top: 0;
    padding: 20px 25px 0px;
}

.blog-details--share {
    border-top: 1px solid hsl(var(--black)/0.1);
    border-bottom: 1px solid hsl(var(--black)/0.1);
    padding: 20px 0px;
}

.blog-details--share ul li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: hsl(var(--base)/0.1);
}

.blog-details--share ul li a i {
    color: hsl(var(--base));
}

.blog-details--share ul li a:hover {
    background: hsl(var(--base));
}

.blog-details--share ul li a:hover i {
    color: hsl(var(--white));
}

blockquote {
    background-color: hsl(var(--base)/0.1);
    padding: 60px 20px 20px;
    border-radius: 5px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 30px;
    margin-left: 100px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-top: 30px;
    color: hsl(var(--black)/0.5);
}

blockquote::before {
    content: "\f10e";
    position: absolute;
    font-family: "Line Awesome Free";
    font-weight: 900;
    font-size: 141px;
    top: -95px;
    right: 50%;
    z-index: -1;
    opacity: 0.4;
    transform: translateX(39%);
}

.voucher-details--wrap .thumb--wrap .thumb {
    width: 100%;
    height: 438px;
}

.voucher-details--wrap .thumb--wrap .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.voucher-details--wrap .thumb--wrap .voucher--name {
    width: 100%;
    padding: 24px 40px;
    background: linear-gradient(359deg, rgba(0, 0, 0, 0.5) 0.98%, rgba(102, 102, 102, 0) 147.67%);
    bottom: 0;
    left: 0;
    z-index: 1;
}

.social-list__item .social-list__link {
    border: 0px !important;
    color: hsl(var(--dark));
}

.social-list__item .social-list__link:hover {
    color: hsl(var(--base)) !important;
}

.blog-sidebar {
    padding: 16px;
    margin-bottom: 30px;
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

.latest-blog {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog--thumb {
    width: 100px;
    max-height: 100px;
    display: flex;
}

@media screen and (max-width: 424px) {
    .latest-blog--thumb {
        width: 60px;
    }
}

.latest-blog--thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog--thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-blog--content {
    width: calc(100% - 100px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog--content {
        width: calc(100% - 60px);
    }
}

.latest-blog--title {
    margin-bottom: 5px;
}

.latest-blog--title a {
    color: hsl(var(--black));
    font-weight: 500;
    font-size: 16px;
}

.latest-blog--title a:hover {
    color: hsl(var(--base));
}

.latest-blog--date {
    color: hsl(var(--black)/0.7);
}

.voucher-details--sidebar .title--wrap {
    padding-bottom: 22px;
    margin-bottom: 18px;
    border-bottom: 1px dashed hsl(var(--black)/0.1);
}

.voucher-details--sidebar .amount--wrap {
    padding-bottom: 22px;
    margin-bottom: 18px;
    border-bottom: 1px dashed hsl(var(--black)/0.1);
}

.amount-input .amount-radio[type=radio]:checked ~ label {
    border: 1px solid hsl(var(--base)/1);
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

.amount-input .amount-radio ~ label {
    border: 1px solid hsl(var(--dark)/0.5);
    padding: 6px 10px;
}

.bank--card-input .form-radio-input[type=radio]:checked ~ label {
    border: 1px solid hsl(var(--base)/1);
    background-color: hsl(var(--base)/0.1);
    color: hsl(var(--base));
}

.bank--card-input .form-radio-label {
    border: 1px solid hsl(var(--dark)/0.5);
    padding: 6px 10px;
}

.bank--card-input .form-radio-label .card--number {
    word-spacing: 16px;
}

.quantity--box {
    border: 1px solid hsl(var(--black)/1);
    padding: 12px;
    width: min-content;
}

.quantity--box .count-input {
    border: 0;
    outline: 0;
    padding: 0;
    width: 30px;
}

.quantity--box-two {
    padding: 12px;
    width: min-content;
}

.quantity--box-two .count-input {
    border: 0;
    outline: 0;
    padding: 0;
    width: 30px;
    text-align: center;
}

.quantity--box-two button {
    height: 40px;
    width: 40px;
}

.checkout--details {
    padding: 32px 36px;
    background-color: #F8F8F8;
    position: sticky;
    top: 140px;
}

.checkout--details ul li {
    padding: 30px 0px 20px 0px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.checkout--details ul li:nth-child(5) {
    border-bottom: 1px dashed hsl(var(--black)/0.1);
}

.checkout--details ul li:last-child {
    border: none;
    padding-bottom: 0;
}

.service-2-banner {
    width: 100%;
    height: 550px;
}

@media screen and (max-width: 1199px) {
    .service-2-banner {
        height: 450px;
    }
}

@media screen and (max-width: 991px) {
    .service-2-banner {
        height: 400px;
    }
}

@media screen and (max-width: 575px) {
    .service-2-banner {
        height: 350px;
    }
}

.service-2-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service2--counter {
    background: hsl(var(--dark));
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 10px;
}

.service2--counter .counter-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    text-align: left;
    color: hsl(var(--white)/0.7);
}

.service2--counter .service-counter-wrap .counting {
    font-size: 32px !important;
    font-weight: 700;
    line-height: 38px;
    text-align: left;
    color: hsl(var(--base));
}

.service2--counter .service-counter-wrap .counting-text {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 38px;
    color: hsl(var(--white)/0.7);
    text-align: left;
}

.service2-list .list {
    list-style: disc;
}

.service2-list .list-item {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.service2-list .list-item .bolded {
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 30px;
}

.birthday-package-wrap .heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    color: hsl(var(--dark));
}

.birthday-package-wrap .sub-heading {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    color: hsl(var(--black)/0.7);
}

.birthday-pricing {
    background-color: hsl(var(--base)/0.1) !important;
}

.birthday-pricing .bg--elements {
    bottom: 0;
    right: 0;
    z-index: -1;
}

.birthday-pricing .birthday-table .main-text-2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: left;
}

.birthday-pricing .birthday-table .table-head-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.birthday-pricing .birthday-table .table-head-box .icon {
    width: 72px;
    height: 72px;
    background-color: hsl(var(--base)/0.5);
    border-radius: 12px;
}

.birthday-pricing .birthday-table .table-head-box .icon img {
    width: 44px;
    height: 44px;
    object-fit: cover;
}

.birthday-pricing .birthday-table .table-head-box .sub-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    margin-top: 32px;
}

.birthday-pricing .birthday-table .table-head-box .main-text {
    font-size: 22px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    margin-top: 12px;
}

.birthday-pricing .birthday-table thead tr th {
    border-bottom-width: 0;
    min-width: 230px;
    padding-bottom: 80px;
}

.birthday-pricing .birthday-table tbody tr:not(:last-child) td {
    border-bottom: 1px dashed hsl(var(--grey)/0.5);
}

.birthday-pricing .birthday-table tbody tr td span,
.birthday-pricing .birthday-table tbody tr td i {
    color: inherit;
}

.birthday-pricing .birthday-table tbody tr td .list-name {
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.birthday-pricing .birthday-table tbody tr td:not(:first-child) {
    text-align: center;
}

.birthday-pricing .birthday-table tbody tr td .check {
    width: 26px;
    height: 26px;
    background: hsl(var(--black)/0.3);
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.birthday-pricing .birthday-table tbody tr td .check .fa-check {
    color: hsl(var(--white));
    font-size: 16px;
}

.birthday-pricing .birthday-table tbody tr td .check.active {
    background: hsl(var(--base)/1);
}

.overly-bg-side::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: hsl(var(--dark)/0.8);
    z-index: -1;
    top: 0;
    left: 0;
}

.package-wrapper .package-radio[type=radio]:checked ~ label {
    border: 1px solid hsl(var(--base)/1);
}

.package-wrapper .package-radio ~ label {
    border: 1px solid hsl(var(--dark)/0.5);
    padding: 10px;
}

.package-wrapper .from-group-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

.package-wrapper .from-group-checkbox .icon {
    width: 44px;
    height: 44px;
    background-color: hsl(var(--base)/0.5);
    border-radius: 12px;
    flex-shrink: 0;
}

.package-wrapper .from-group-checkbox .icon img {
    width: 26px;
    height: 26px;
    object-fit: cover;
}

.package-wrapper .from-group-checkbox .checkbox-description {
    font-size: 14px;
    font-weight: 600;
    line-height: 15.35px;
    text-align: left;
    margin-bottom: 0;
}

.package-wrapper .from-group-checkbox .checkbox-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 12.79px;
    text-align: left;
    margin-bottom: 4px;
}

.live-music-slider .slick-arrow {
    top: 85%;
}

.live-music-slider .slick-arrow.slick-prev {
    right: 60px !important;
}

.live-music-slider .slick-arrow.slick-next {
    right: 0 !important;
}

.contact-right-side .contact-list--wrap .icon--wrap {
    width: 49px;
    height: 49px;
}

.map-section {
    padding: 10px;
    border: 1px dashed hsl(var(--black)/0.08);
    border-radius: 12px;
}

.map-section .map-box {
    height: 451px;
    border-radius: 9px;
    overflow: hidden;
}

.map-section .map-box iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 425px) {
    .contact-right-side .title {
        font-size: 30px !important;
    }
}

.sign-up_box {
    padding: 20px 0px;
    border-radius: 4px;
}

.sign-up_box .input-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.sign-up_box .input-group .input-group-text {
    border-radius: 4px;
    border: 1px solid hsl(var(--base)/0.5);
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.sign-up_box .login-meta {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.sign-up_box .login-meta p {
    font-size: 14px;
}

.signin-box {
    background: hsl(var(--body-color));
    padding: 40px 80px;
    transition: all 0.4s ease-in-out;
    position: relative;
    height: 100vh;
    overflow-y: auto;
}

.signin-box .home--btn {
    width: 50px;
    height: 50px;
    color: hsl(var(--white));
}

.signin-box .icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.signin-box .icon-wrap .icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background-color: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
}

.signin-box .icon-wrap .icon i {
    font-size: 50px;
    color: hsl(var(--white));
}

.signin-box .condition-text {
    margin-left: 8px;
}

.signin-box .condition-text a {
    color: hsl(var(--base));
}

.signin-box .condition-text p {
    font-size: 16px;
}

.signin-box .condition-text p a {
    color: hsl(var(--base)) !important;
}

.signin-box .social-option {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 42px;
}

.signin-box .social-option .text {
    display: inline-flex;
    align-items: center;
}

.signin-box .social-option .text h6 {
    margin: 0px 10px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.29;
}

.signin-box .social-option .text::before {
    content: "";
    width: 170px;
    height: 1px;
    border: 1px dashed hsl(var(--black)/0.6);
}

.signin-box .social-option .text::after {
    content: "";
    width: 170px;
    height: 1px;
    border: 1px dashed hsl(var(--black)/0.6);
}

.signin-box .social-option ul {
    display: flex;
    margin: 20px 0px;
    gap: 12px;
}

.signin-box .social-option ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.signin-box .social-option p {
    margin-top: 8px;
}

.signin-box .social-option p a {
    color: hsl(var(--base));
}

.signin-box .req--box {
    height: 123px;
}

.signin-box--wrap {
    position: absolute;
    top: 164px;
    width: 100%;
    height: 73vh;
    overflow: hidden;
}

.signin-box--wrap .close--btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: hsl(var(--black));
    font-size: 18px;
    background: hsl(var(--black)/0.09);
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
}

.signin-box--wrap .close--btn .wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signin-thumb--wrap {
    position: relative;
}

.signin-thumb--wrap::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: hsl(var(--base)/0.5);
    z-index: 1;
    width: 100%;
    height: 100%;
}

.signin-thumb--wrap img {
    width: 100%;
}

.signin-section {
    position: relative;
    overflow: hidden;
}

.signin-container {
    padding: 0px !important;
    margin: 0px !important;
}

.signin-right-section {
    background-color: hsl(var(--base));
    height: 100vh;
    width: 100%;
}

.signin-left-section {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.signin-left-section .login-left-section .content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 769px) {
    .signup-section .signup-thumb {
        display: none !important;
    }
}

.dashboard_profile_wrap .profile_photo:hover::before {
    visibility: visible;
    opacity: 0.7;
}

.dashboard_profile_wrap .profile_photo:hover .photo_upload i {
    visibility: visible;
    opacity: 1;
}

.dashboard_profile__details ul li a {
    display: block;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.dashboard_profile__details ul li a i {
    margin-right: 10px;
}

.dashboard_profile__details ul li a:hover {
    color: hsl(var(--black));
}

.dashboard_profile__details ul li a.active {
    color: hsl(var(--base));
}

.dashboard-body {
    position: relative;
}

.dashboard-body__bar {
    display: none;
}

@media screen and (max-width: 1199px) {
    .dashboard-body__bar {
        display: block;
    }
}

.dashboard-body__bar-icon {
    color: hsl(var(--white));
    font-size: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 40px;
    background-color: hsl(var(--base));
    text-align: center;
    padding: 2px 8px;
    border-radius: 3px;
}

.dashboard-header {
    box-shadow: 0px 1px 5px rgba(1, 9, 17, 0.14);
    padding: 20px;
    border-radius: 0px;
}

.dashboard-header ul li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-header ul li .user-thumb {
    width: 37px;
    height: 37px;
}

.dashboard-header ul li .user-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navigator-text {
    position: relative;
}

.navigator-text h6 {
    margin: 0px;
    color: hsl(var(--white));
}

.navigator-text h6::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -8px;
    width: 60px;
    height: 2px;
    background: hsl(var(--white));
}

.about {
    overflow: hidden;
    z-index: 1;
}

.about::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 462px;
    height: 487px;
    background-color: hsl(var(--cards-bg));
    z-index: -1;
}

.about .elemrnt-1 {
    top: 18%;
    left: 0px;
}

.about .elemrnt-2 {
    bottom: 0%;
    left: 0px;
}

.about .elemrnt-3 {
    bottom: 0%;
    right: 0px;
    z-index: -1;
}

.about .booking--content .title {
    font-size: 48px;
}

.about .table-book--form {
    background-color: hsl(var(--cards-bg));
    padding: 68px 26px;
}

.about .table-book--form label {
    background-color: hsl(var(--cards-bg)) !important;
}

.about-2 {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-2 .elemrnt-1 {
    bottom: 18%;
    right: 0px;
}

.about-2 .elemrnt-2 {
    bottom: 0%;
    left: 0px;
}

.about-2 .about-left-content .border-one {
    top: -20px;
    left: -9px;
    border: 1px solid hsl(var(--danger));
    width: 389px;
    height: 389px;
    border-radius: 50%;
    z-index: -1;
    animation: icon_dot_one 20s linear infinite;
}

.about-2 .about-left-content .border-one::after {
    position: absolute;
    top: 37%;
    left: -1%;
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: hsl(var(--primary));
}

.about-2 .about-left-content .border-one::before {
    position: absolute;
    top: 8%;
    right: 75px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: hsl(var(--success));
}

.about-2 .about-left-content .border-two {
    top: -51px;
    left: -25px;
    border: 1px solid hsl(var(--danger));
    width: 420px;
    height: 420px;
    border-radius: 50%;
    z-index: -1;
    animation: icon_dot_one 20s linear infinite;
}

.about-2 .about-left-content .border-two::after {
    position: absolute;
    top: 8%;
    left: 20%;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: hsl(var(--pink));
}

.about-2 .about-left-content .border-two::before {
    position: absolute;
    top: 50%;
    right: -4px;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: hsl(var(--blue));
}

.about-2 .booking--content .title {
    font-size: 48px;
}

.about-2 .table-book--form {
    background-color: hsl(var(--cards-bg));
    padding: 68px 26px;
}

.about-2 .table-book--form label {
    background-color: hsl(var(--cards-bg)) !important;
}

.opening-section {
    z-index: 1;
}

.opening-section .elemrnt-3 {
    bottom: 0%;
    right: 0px;
    z-index: -1;
}

.opening-section .elemrnt-1 {
    bottom: 0%;
    left: 0px;
    z-index: -1;
}

.opening-section .booking--content .title {
    font-size: 48px;
}

.opening-section .table-book--form {
    background-color: hsl(var(--cards-bg));
    padding: 68px 26px;
}

.opening-section .table-book--form label {
    background-color: hsl(var(--cards-bg)) !important;
}

.opening-section--three {
    z-index: 1;
}

.opening-section--three .elemrnt-3 {
    bottom: 0%;
    left: 0px;
    z-index: -1;
}

.opening-section--three .elemrnt-1 {
    bottom: 0%;
    left: 0px;
    z-index: -1;
}

.opening-section--three .booking--content .title {
    font-size: 48px;
}

.opening-section--three .table-book--form {
    background-color: hsl(var(--cards-bg));
    padding: 68px 26px;
}

.opening-section--three .table-book--form label {
    background-color: hsl(var(--cards-bg)) !important;
}

@-webkit-keyframes icon_dot_one {
    0% {
        -webkit-transform: rotate(0) translate(0);
        transform: rotate(0) translate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg) translate(0);
        transform: rotate(-360deg) translate(0);
    }
}

@keyframes icon_dot_one {
    0% {
        -webkit-transform: rotate(0) translate(0);
        transform: rotate(0) translate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg) translate(0);
        transform: rotate(-360deg) translate(0);
    }
}

.cookie-section {
    overflow: hidden;
}

.cookie-section .coockie-wrap h6 {
    font-weight: 600;
}

.cookie-section .coockie-wrap p span {
    color: hsl(var(--black));
    font-weight: 600;
    padding-right: 6px;
}

.cookie-section .coockie-wrap .ul-wrap {
    display: flex;
    padding: 20px;
    gap: 40px;
}

.cookie-section .coockie-wrap .ul-wrap ul li {
    color: hsl(var(--black)/0.8);
    list-style: disc;
    margin-bottom: 20px;
}

.cookie-box {
    padding: 32px;
    border-radius: 4px;
    border: 1px solid hsl(var(--base));
}

.cookie-box .title--wrap {
    position: relative;
    margin-bottom: 26px;
}

.cookie-box .title--wrap::after {
    content: "";
    top: 0px;
    left: -16px;
    position: absolute;
    width: 3px;
    height: 24px;
    background-color: hsl(var(--base));
}

.cookie-box .title--wrap .title {
    color: hsl(var(--base));
    font-size: 16px;
    font-weight: 900;
}

.cookie-box .item--wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding-left: 12px;
    position: relative;
}

.cookie-box .item--wrap::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -16px;
    width: 2px;
    height: 100%;
    background: hsl(var(--black)/0.1);
}

.cookie-box .item--wrap li {
    position: relative;
}

.cookie-box .item--wrap li::after {
    content: "";
    position: absolute;
    top: 9px;
    left: -14px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: hsl(var(--black)/0.4);
}

.cookie-box .item--wrap .active::after {
    background: hsl(var(--base));
}

@media (max-width: 1880px) {
    .opening .bg--img1 {
        width: 350px;
    }

    .opening .bg--img2 {
        width: 350px;
    }

    .opening .bg--img3 {
        width: 670px;
    }

    .opening .bg--img4 {
        width: 670px;
    }
}

@media (max-width: 1600px) {
    .opening .bg--img1 {
        width: 300px;
    }

    .opening .bg--img2 {
        width: 300px;
    }

    .opening .bg--img3 {
        width: 470px;
    }

    .opening .bg--img4 {
        width: 560px;
    }
}

@media (max-width: 1630px) {
    .header-two--wrap .menu-list--wrapper .main-menu {
        gap: 8px;
    }

    .category--card .thumb--wrap {
        width: 240px;
    }
}

@media (max-width: 1500px) {
    .social-option .text::before {
        content: "";
        width: 120px !important;
    }

    .social-option .text::after {
        content: "";
        width: 120px !important;
    }
}

@media (max-width: 1699px) {
    .login-box {
        padding: 40px 20px;
    }

    .signin-box {
        padding: 40px 20px;
    }
}

@media (max-width: 1499px) {
    .menu-list-wrapper form .header--input {
        width: 360px;
    }
}

@media (max-width: 1399px) {
    .opening .bg--img4 {
        display: none;
    }

    .product-card--two .thumb--wrap {
        width: 200px;
        height: 247px;
    }

    .product-card--two .content--wrap {
        width: calc(100% - 200px);
    }

    .collection-card .thumb--wrap .multithumb--thumb .thumb {
        width: 61px;
        height: 54px;
    }

    .login-section .login--bg2 {
        left: 27%;
        width: 538px;
        height: 390px;
    }

    .testimonial-card .item--wrap {
        padding: 40px;
    }

    .why-choose--right .thumb--wrap {
        width: 400px;
        height: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 1366px) {
    .offer--content {
        display: none !important;
    }

    .specials-menu--card.active .content--wrap {
        width: 286px;
    }

    .specials-menu--card .content--wrap {
        width: 286px;
    }
}

@media (max-width: 1299px) {
    .special-monent-slider--two .slick-arrow {
        top: 97% !important;
    }

    .opening .bg--img1 {
        display: none !important;
    }

    .opening .bg--img2 {
        display: none !important;
    }

    .menu-list-wrapper form .header--input {
        width: 260px;
    }

    .hero-thumb-wrap .thumb-3 {
        bottom: 80px;
        right: -6px;
    }

    .hero-thumb-wrap .thumb-2 {
        right: 18px;
    }

    .hero-thumb-wrap .thumb-1 {
        top: 54px;
        left: -50px;
    }

    .footer-area::after {
        left: 6%;
        width: 312px;
    }

    .footer-area .bg-thumb {
        top: 68px;
        left: 5%;
    }

    .hero-left-content .hero-subtitle {
        width: 90%;
    }

    .menu--right {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .about-thumb-wrap {
        width: 100%;
        height: 300px;
    }

    .specials-menu--card.active .content--wrap .discription {
        font-size: 13px;
    }

    .specials-menu--card.active .content--wrap {
        width: 244px;
        padding: 16px;
    }

    .specials-menu--card .content--wrap .discription {
        font-size: 13px;
    }

    .specials-menu--card .content--wrap {
        width: 244px;
        padding: 16px;
    }

    .specials-menu--card:hover .content--wrap {
        width: 244px;
    }
}

@media (max-width: 1199px) {
    .opening .bg--img3 {
        width: 370px;
    }

    .hero-thumb--wrap.banner-slider img {
        width: 438px !important;
    }

    .product-card--two {
        flex-direction: column;
    }

    .product-card--two .thumb--wrap {
        width: 100%;
        height: 247px;
        border-radius: 20px 20px 0px 0px;
    }

    .product-card--two .content--wrap {
        width: 100%;
        border-radius: 0px 0px 20px 20px;
    }

    .header-main-area--two .header--two .container {
        max-width: 1080px;
    }

    .collection-card .thumb--wrap .multithumb--thumb .thumb {
        width: 50px;
        height: 50px;
    }

    .login-section .login--bg2 {
        left: 26%;
        width: 450px;
        height: 329px;
    }

    .footer-area::after {
        display: none;
    }

    .footer-area .bg-thumb {
        display: none;
    }

    .section-content .title-wrap .subtitle {
        width: 90%;
    }

    .header-wrapper .menu-list-wrapper ul {
        gap: 0px;
    }

    .header-wrapper .search-box-wrap {
        width: 500px;
    }

    .faq-thumb--wrap .thumb--wrap1 {
        display: none;
    }
}

@media (max-width: 1025px) {
    .btn--base-circle::after {
        top: 6px;
    }
}

@media (max-width: 1024px) {
    .service-2-banner {
        height: 280px;
    }

    .live-music .music--bg {
        height: 320px;
    }

    .aminites--gallery .thumb--wrap {
        height: 210px;
    }

    .video {
        height: 320px;
    }

    .hero--two .hero-content--wrap .hero--title {
        font-size: 50px;
    }

    .hero--two {
        padding: 195px 0px 100px 0px;
    }

    .menu-list-wrapper form .header--input {
        width: 200px;
    }

    .login-left-section .content-wrap .title {
        line-height: 52px;
        font-size: 38px !important;
    }

    .header-two--wrap .menu-list--wrapper .main-menu {
        gap: 5px;
    }

    .owner--profile {
        padding: 15px;
    }

    .menu-btm .sub-menu {
        display: inline-flex;
        gap: 50px;
        padding: 0px 20px 0px 20px;
    }

    .product-card .thumb--wrap {
        width: 100%;
        height: 190px;
    }

    .btn-circle {
        width: 100px;
        height: 100px;
    }

    .btn-circle::after {
        width: 70px;
        height: 70px;
    }

    .blog-card {
        padding: 14px;
    }

    .slick-next {
        right: -8px;
    }

    .container--wrap {
        padding: 0px;
    }
}

@media (max-width: 1023px) {
    .custom--accordion:last-of-type .accordion-button.collapsed {
        flex-direction: column;
        align-items: flex-start;
    }

    .custom--accordion .accordion-button[aria-expanded=false]::after {
        content: none;
    }

    .custom--accordion .accordion-button[aria-expanded=true]::after,
  .custom--accordion .accordion-button[aria-expanded=false]::after {
        content: none;
    }

    .custom--accordion .accordion-button:not(.collapsed) {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 998px) {
    .header-two--wrap {
        display: none;
    }
}

@media (max-width: 992px) {
    .header-wrapper .search-box-wrap {
        display: none;
    }

    .header-wrapper-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .blog-item .blog--info .title {
        font-size: 28px !important;
    }

    .blog-item .blog--info {
        width: 100%;
    }

    blockquote {
        margin-left: 0px !important;
    }

    .after-md---dnone::after {
        display: none !important;
    }

    .before-md---dnone::before {
        display: none !important;
    }

    .opening .bg--img3 {
        display: none;
    }

    .hero .hero-content--wrap .hero--subtitle {
        width: 100%;
        font-size: 17px !important;
    }

    .hero .hero-content--wrap .hero--title {
        font-size: 50px;
    }

    .special-moment .moment-content--wrap {
        padding: 23px;
        top: -500px;
        left: auto;
        right: -50px;
        width: 463px;
    }

    .product--card .price--wrap {
        bottom: 216px;
    }

    .product--card .content--wrap {
        gap: 20px !important;
    }

    .header-wrapper .menu-list-wrapper ul {
        display: none !important;
    }

    .about-thumb-wrap {
        width: 100%;
        height: 656px;
    }

    .about-content-box1 {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .about-content-box1 .title {
        text-align: left !important;
    }

    .about-content-box1 .sub-title {
        text-align: left !important;
    }

    .filter-btn--wrap {
        display: block;
    }

    .product-details .main--thumb {
        width: 100%;
        height: 400px;
    }

    .collection-card .thumb--wrap .multithumb--thumb .thumb {
        width: 57px;
        height: 48px;
    }

    .login-section .login--bg2 {
        display: none;
    }

    .header-two .header-bg--img {
        display: none;
    }

    .header-two .header::after {
        display: none;
    }

    .login-logo--dark {
        display: block !important;
    }

    .login-logo--light {
        display: none;
    }

    .flex-md-col--revers {
        flex-direction: column-reverse;
    }

    .section-content-4 .heading {
        margin-bottom: 10px;
    }

    .section-content-4 .title {
        margin-bottom: 10px;
    }

    .hero-thumb-wrap .thumb-3 {
        display: none;
    }

    .hero-thumb-wrap .thumb-1 {
        display: none;
    }

    .hero-thumb-wrap .user--wrap {
        display: none;
    }

    .category-section {
        top: 0px;
    }

    .testimonial-section .bg--thumb1 {
        display: none;
    }

    .testimonial-section .bg--thumb3 {
        display: none;
    }

    .faq-right {
        display: none;
    }

    .faq-thumb--wrap {
        top: 0px;
        justify-content: center;
    }

    .benefit-content--box1 {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .benefit-content--box1 .title {
        text-align: left !important;
    }

    .benefit-content--box1 .sub-title {
        text-align: left !important;
    }

    .hero {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .section-content .title-wrap .title {
        font-size: 38px !important;
    }

    .section-content .title-wrap .title-2 {
        font-size: 26px !important;
    }

    .section-content-2 .title-wrap .title {
        font-size: 38px !important;
    }

    .section-content-3 .title {
        font-size: 26px !important;
    }

    .section-content-4 {
        margin-bottom: 40px;
    }

    .section-content-5 .title {
        font-size: 26px !important;
    }

    .section-content {
        margin-bottom: 10px;
    }

    .header-two .header.fixed-header .login--btn {
        border: 1px solid hsl(var(--base));
        color: hsl(var(--base));
    }

    .testimonial-card .title {
        line-height: 25px;
        font-style: italic;
        margin-bottom: 14px;
        color: hsl(var(--black)/0.6);
        font-size: 14px !important;
    }

    .testimonial-card .thumb--wrap {
        width: 250px;
        height: 356px;
    }

    .testimonial-card .item--wrap {
        padding: 35px;
    }
}

@media (max-width: 768px) {
    .gallery--section .gallery-thumb--one.one {
        height: 210px;
    }

    .gallery--section .gallery-thumb--four.four {
        height: 210px;
    }

    .video--two {
        height: 266px;
    }

    .hero--three .hero-content--wrap .hero--title {
        font-size: 50px !important;
    }

    .hero--three {
        padding: 110px 0px 195px 0px;
    }

    .hero--three .hero-content--wrap .hero--subtitle {
        color: hsl(var(--black)/0.7);
        width: 100%;
        font-size: 16px !important;
    }

    .marque--section .marque---wrap .marque--slider .marquee--item li .text {
        font-size: 60px !important;
    }

    .count-card .count-number-wraper .number {
        font-size: 40px !important;
    }

    .count-card .count-number-wraper .amount {
        font-size: 30px !important;
    }

    .special-moment .moment-content--wrap {
        display: none;
    }

    .top-header--left {
        display: none !important;
    }

    .header-icon--wrap {
        width: 40px;
        height: 40px;
    }

    .feature--card .content--wrap {
        padding-right: 18px;
        padding-bottom: 18px;
    }

    .feature--card {
        padding: 20px 0px 0px 20px;
    }

    .how-work--right .bg--thumb {
        height: 100%;
    }

    .counter--wrap {
        display: none;
    }

    .hero {
        padding-top: 120px;
    }

    .dashboard-header ul .search {
        display: none;
    }

    .dashboard-header ul .settings {
        display: none;
    }

    .ham__menu {
        display: block !important;
    }

    .language-dropdown {
        width: 90px;
        position: fixed;
        top: 44px;
        right: 74px !important;
    }

    .faq-thumb--wrap::after {
        left: 24%;
        width: 190px;
        height: 190px;
    }

    .hero .hero--content .title {
        font-size: 40px !important;
        line-height: 58px;
    }

    .testimonial-card .title {
        line-height: 30px;
    }

    .login-box {
        padding: 20px 14px;
    }

    .testimonial-card .item--wrap .icon-thumb {
        margin-bottom: 12px;
    }

    .testimonial-card .item--wrap .icon-thumb img {
        width: 44px;
    }

    .testimonial-card .item--wrap .content-wrap .name {
        font-size: 16px !important;
    }

    .testimonial-card .item--wrap .content-wrap .city {
        font-size: 14px !important;
    }
}

@media (max-width: 767px) {
    .gallery--section .gallery-thumb--one {
        height: 210px;
    }

    .gallery--section .gallery-thumb--four {
        height: 210px;
    }

    .marque--section .marque---wrap .marque--slider {
        gap: 50px;
    }

    .product--card .price--wrap {
        bottom: 195px;
    }

    .login-lng {
        display: none !important;
    }

    .item--wrap .product--menu {
        gap: 8px !important;
    }

    .header-wrapper {
        gap: 24px;
    }

    .product-details .item--wrap .product--menu li a.active::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -55px;
        width: 78px;
        height: 2px;
        background-color: hsl(var(--base));
    }

    .collection-card .thumb--wrap .multithumb--thumb .thumb {
        width: 75px;
        height: 60px;
    }

    .testimonial-card .thumb--wrap {
        display: none;
    }

    .testimonial-card .item--wrap {
        margin-bottom: 20px;
    }
}

@media (max-width: 700px) {
    .about-us .thumb-wrap .thumb1 {
        position: absolute;
        left: -28px;
        top: 30%;
    }

    .about-us .thumb-wrap .thumb2 {
        position: absolute;
        left: -48px;
        bottom: 18%;
    }

    .testimonial-section .bg--thumb7 {
        display: none;
    }

    .testimonial-section .bg--thumb2 {
        display: none;
    }

    .hero-left-content .hero-grp-btn {
        margin-bottom: 20px;
    }
}

@media (max-width: 630px) {
    .about-us .thumb-wrap .thumb1 {
        position: absolute;
        left: -2%;
        top: 30%;
    }

    .about-us .thumb-wrap .circle-btn--wrap {
        display: none;
    }

    .about-us .thumb-wrap .thumb2 {
        position: absolute;
        left: -2%;
        bottom: 18%;
    }

    .about-us .thumb-wrap .thumb {
        width: 66%;
        height: 307px;
    }
}

@media (max-width: 530px) {
    .hero .hero--content .title {
        font-size: 40px !important;
        text-transform: capitalize;
        line-height: 45px;
    }

    .search--form {
        display: none;
    }

    .search--btn {
        display: none;
    }

    .search-toggle--btn {
        display: block;
    }

    .menu-list-wrapper form {
        position: relative;
        width: 88%;
    }

    .menu-list-wrapper form .header--input {
        width: 100%;
    }

    .dashboard-header {
        padding: 12px;
    }

    .dashboard-header ul {
        gap: 8px;
        margin-left: 8px;
    }

    .dashboard-header ul .language {
        display: none;
    }

    .dashboard-header ul .home-btn-1 {
        display: none;
    }

    .dashboard-header ul .home-btn-2 {
        display: block !important;
        margin: 0px 16px 0px 16px;
    }

    .dashboard-header ul .home-btn-2 i {
        color: hsl(var(--white));
        font-size: 22px;
    }

    .dashboard-header .home-mobile {
        display: block;
    }

    .dashboard-header .home-2 {
        display: none;
    }
}

@media (max-width: 575px) {
    .slick-dots li.slick-active {
        width: 55px;
        height: 55px;
        flex-shrink: 0;
    }

    .slick-dots li {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .btn--base-circle::after {
        top: 0px;
    }

    .descover--section .discover--box {
        padding: 20px;
    }

    .marketing--section .marketing--box {
        padding: 20px;
    }

    .descover--section .discover--box .content--wrap .title {
        font-size: 30px !important;
    }

    .marketing--section .marketing--box .content--wrap .title {
        font-size: 30px !important;
    }
}

@media (max-width: 520px) {
    .about-us .thumb-wrap .thumb1 {
        position: absolute;
        left: -2%;
        top: 30%;
    }

    .about-us .thumb-wrap .thumb2 {
        position: absolute;
        left: -2%;
        bottom: 18%;
    }

    .about-us .thumb-wrap .thumb {
        height: 300px;
    }
}

@media (max-width: 480px) {
    li.login-registration-list__item {
        display: none;
    }

    .login-lng {
        display: none !important;
    }

    .menu-wrapper {
        display: none;
    }
}

@media (max-width: 468px) {
    .collection-card .thumb--wrap .multithumb--thumb .thumb {
        width: 20%;
        height: 50px;
    }
}

@media (max-width: 425px) {
    .about-2 .about-left-content .border-two {
        width: 320px;
        height: 320px;
    }

    .about-2 .about-left-content .border-one {
        width: 280px;
        height: 280px;
    }

    .about-left-content .about-thumb1 {
        width: 250px;
        height: 250px;
    }

    .hero .hero--content .title {
        font-size: 27px !important;
        line-height: 38px;
    }

    .hot--sell {
        font-size: 14px !important;
    }

    .w-sm--100 {
        width: 100%;
    }

    .section-content .title-wrap .title {
        font-size: 28px !important;
    }

    .section-content .title-wrap .title-2 {
        font-size: 26px !important;
    }

    .section-content-2 .title-wrap .title {
        font-size: 28px !important;
    }

    .section-content-3 .title {
        font-size: 26px !important;
    }

    .section-content-4 {
        margin-bottom: 40px;
    }

    .section-content-4 .title {
        font-size: 28px !important;
    }

    .section-content-5 .title {
        font-size: 28px !important;
    }

    .product-details .main--thumb {
        width: 100%;
        height: 215px;
    }

    .hero-left-content .hero-grp-btn {
        margin-bottom: 0px;
    }

    .key-card .title {
        margin-bottom: 12px;
    }

    .hero-left-content .hero-title {
        font-size: 34px;
        line-height: 50px;
    }

    .hero {
        padding-top: 96px;
        padding-bottom: 84px;
    }

    .section-content-4 {
        margin-top: 0px;
    }

    .signin-box {
        width: 100%;
    }

    .login-box .title {
        font-size: 25px;
    }

    .social-option .text h6 {
        margin: 0px 7px !important;
    }

    .social-option .text::before {
        width: 100px !important;
    }

    .social-option .text::after {
        width: 100px !important;
    }

    .about-us .thumb-wrap {
        height: 260px;
    }

    .section-content-4 .heading {
        text-align: center;
    }
}

@media (max-width: 426px) {
    .footer-subscribe-box .footer-input {
        border: 1px solid hsl(var(--base));
    }

    .footer-subscribe-box .footer-input::placeholder {
        color: hsl(var(--white)/0.7) !important;
        font-size: 14px;
    }

    .footer-item__title {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }

    .faq-thumb--wrap .thumb--wrap2 {
        display: none;
    }
}

@media (max-width: 462px) {
    .title--wrap.d-flex.gap--28.flex-wrap {
        gap: 6px !important;
        margin-bottom: 20px;
    }
}

@media (max-width: 402px) {
    .product--card .price--wrap {
        bottom: 238px;
    }
}

@media (max-width: 376px) {
    .footer-subscribe-box .footer-input {
        width: 100%;
    }

    .footer-subscribe-box .search-btn {
        padding: 7px 9px;
        top: 6px;
        right: 6px;
    }

    .footer-subscribe-box .footer-input {
        padding: 12px !important;
        padding-right: 170px !important;
    }

    .newslatter-section .content--wrap .title {
        font-size: 24px !important;
    }
}
/*# sourceMappingURL=main.css.map */
