:root {
    --primary               : #dd3159;
    --primary-rgb           : 221, 49, 89;
    --primary-dark          : #e6214f;
    --primary-dark-rgb      : 230, 33, 79;
    --primary-light         : #df3c62;
    --primary-light-rgb     : 223, 60, 98;
    --secondary             : #ff9900;
    --secondary-rgb         : 255, 153, 0;
    --secondary-dark        : #ED8F03;

    --bg-zero               : #ffffff;
    --bg-one                : #FBFBFC;
    --bg-one-rgb            : 251, 251, 252;
    --bg-two                : #ffffff;
    --bg-two-rgb            : 255, 255, 255;
    --bg-three              : #f9f9fb;
    --bg-three-rgb          : 249, 249, 251;
    --bg-orange             : #ffdaae;
    --bg-green              : #d7f48a;
    --bg-teal               : #b4fcd6;
    --bg-pink               : #ffdfe4;
    --bg-brown              : #eed5d0;
    --bg-gray               : #e2ebea;
    --body                  : #ffffff;
    --body-rgb              : 249, 249, 251;
    --navbar                : rgba(100, 100, 100, 0.5) none repeat scroll 0 0;
    --navbar-container      : #333;
    --first-level-submenu   : #333;
    --second-level-submenu  : #494948;
    --third-level-submenu   : #494948;
    --navbar-toggle-bars    : #000000;
    --navbar-toggle-bg      : #ffffff;
    --footer                : #303030;
    --footer-bottom         : #292929;
    --footer-text           : #ffffff;
    --footer-title          : #ffffff;
    --footer-links          : #DEE1E2;
    --footer-links-hover    : #ffffff;
    --title                 : #0f1625;
    --text                  : #3C4355;
    --text-secondary        : #7c828c;
    --text-lighter          : #959ca7;
    --text-light            : #787878;
    --text-xlight           : #cfd6e0;
    --text-grayblue         : #576f8c;
    --input                 : var(--slate-100);
    --input-text            : #696969;
    --input-bg              : var(--slate-100);
    --placeholder           : #696969;
    --content               : #ffffff;
    --content-rgb           : 248, 250, 252;
    --content-light         : #F6F8F9;
    --content-xlight        : #1A2D48;
    --svg                   : var(--slate-500);
    --border                : #e7e9ed;
    --success               : #2e7d32;
    --success-rgb           : 66,  196, 136;
    --success-color         : rgb(30, 70, 32);
    --info                  : #0dcaf0;
    --info-rgb              : 117, 224, 245;
    --info-color            : rgb(1, 67, 97);
    --warning               : #ed6c02;
    --warning-rgb           : 255, 193, 7;
    --warning-color         : rgb(102, 60, 0);
    --danger                : #d32f2f;
    --danger-rgb            : 220, 53,  69;
    --danger-color          : rgb(95, 33, 32);
    --white                 : #ffffff;
    --dark                  : #343434;
    --grey                  : #78807a;
    --grey-md               : #9D9D9D;
    --grey-light            : #b9b9b9;
    --grey-xlight           : #eeeeee;
    --slate                 : #8892b0;
    --slate-rgb             : 136, 146, 176;
    --dark-slate            : #495670;
    --dark-slate-rgb        : 73,  86,  112;
    --light-slate           : #a8b2d1;
    --light-slate-rgb       : 168, 178, 209;
    --xlight-slate          : #ccd6f6;
    --xlight-slate-rgb      : 204, 214, 246;
    --navy                  : #0a192f;
    --navy-rgb              : 10,  25,  47;
    --dark-navy             : #020c1b;
    --dark-navy-rgb         : 2,   12,  27;
    --light-navy            : #112240;
    --light-navy-rgb        : 17,  34,  64;
    --xlight-navy           : #233554;
    --xlight-navy-rgb       : 35,  53,  84;
    --transparent           : transparent;
    --black                 : #000000;
    --slate-50              : #f8fafc;
    --slate-100             : #f1f5f9;
    --slate-200             : #e2e8f0;
    --slate-300             : #cbd5e1;
    --slate-400             : #94a3b8;
    --slate-500             : #64748b;
    --slate-600             : #475569;
    --slate-700             : #334155;
    --slate-800             : #1e293b;
    --slate-900             : #0f172a;
    --gray-50               : #f9fafb;
    --gray-100              : #f3f4f6;
    --gray-200              : #e5e7eb;
    --gray-300              : #d1d5db;
    --gray-400              : #9ca3af;
    --gray-500              : #6b7280;
    --gray-600              : #4b5563;
    --gray-700              : #374151;
    --gray-800              : #1f2937;
    --gray-900              : #111827;
    --zinc-50               : #fafafa;
    --zinc-100              : #f4f4f5;
    --zinc-200              : #e4e4e7;
    --zinc-300              : #d4d4d8;
    --zinc-400              : #a1a1aa;
    --zinc-500              : #71717a;
    --zinc-600              : #52525b;
    --zinc-700              : #3f3f46;
    --zinc-800              : #27272a;
    --zinc-900              : #18181b;
    --neutral-50            : #fafafa;
    --neutral-100           : #F8F8F8;
    --neutral-200           : #e5e5e5;
    --neutral-300           : #d4d4d4;
    --neutral-400           : #a3a3a3;
    --neutral-500           : #737373;
    --neutral-600           : #525252;
    --neutral-700           : #404040;
    --neutral-800           : #262626;
    --neutral-900           : #171717;
    --stone-50              : #fafaf9;
    --stone-100             : #f5f5f4;
    --stone-200             : #e7e5e4;
    --stone-300             : #d6d3d1;
    --stone-400             : #a8a29e;
    --stone-500             : #78716c;
    --stone-600             : #57534e;
    --stone-700             : #44403c;
    --stone-800             : #292524;
    --stone-900             : #1c1917;
    --red-50                : #fef2f2;
    --red-100               : #fee2e2;
    --red-200               : #fecaca;
    --red-300               : #fca5a5;
    --red-400               : #f87171;
    --red-500               : #ef4444;
    --red-600               : #dc2626;
    --red-700               : #b91c1c;
    --red-800               : #991b1b;
    --red-900               : #7f1d1d;
    --orange-50             : #fff7ed;
    --orange-100            : #ffedd5;
    --orange-200            : #fed7aa;
    --orange-300            : #fdba74;
    --orange-400            : #fb923c;
    --orange-500            : #f97316;
    --orange-600            : #ea580c;
    --orange-700            : #c2410c;
    --orange-800            : #9a3412;
    --orange-900            : #7c2d12;
    --amber-50              : #fffbeb;
    --amber-100             : #fef3c7;
    --amber-200             : #fde68a;
    --amber-300             : #fcd34d;
    --amber-400             : #fbbf24;
    --amber-500             : #f59e0b;
    --amber-600             : #d97706;
    --amber-700             : #b45309;
    --amber-800             : #92400e;
    --amber-900             : #78350f;
    --yellow-50             : #fefce8;
    --yellow-100            : #fef9c3;
    --yellow-200            : #fef08a;
    --yellow-300            : #fde047;
    --yellow-400            : #facc15;
    --yellow-500            : #eab308;
    --yellow-600            : #ca8a04;
    --yellow-700            : #a16207;
    --yellow-800            : #854d0e;
    --yellow-900            : #713f12;
    --lime-50               : #f7fee7;
    --lime-100              : #ecfccb;
    --lime-200              : #d9f99d;
    --lime-300              : #bef264;
    --lime-400              : #a3e635;
    --lime-500              : #84cc16;
    --lime-600              : #65a30d;
    --lime-700              : #4d7c0f;
    --lime-800              : #3f6212;
    --lime-900              : #365314;
    --green-50              : #f0fdf4;
    --green-100             : #dcfce7;
    --green-200             : #bbf7d0;
    --green-300             : #86efac;
    --green-400             : #4ade80;
    --green-500             : #22c55e;
    --green-600             : #16a34a;
    --green-700             : #15803d;
    --green-800             : #166534;
    --green-900             : #14532d;
    --emerald-50            : #ecfdf5;
    --emerald-100           : #d1fae5;
    --emerald-200           : #a7f3d0;
    --emerald-300           : #6ee7b7;
    --emerald-400           : #34d399;
    --emerald-500           : #10b981;
    --emerald-600           : #059669;
    --emerald-700           : #047857;
    --emerald-800           : #065f46;
    --emerald-900           : #064e3b;
    --teal-50               : #f0fdfa;
    --teal-100              : #ccfbf1;
    --teal-200              : #99f6e4;
    --teal-300              : #5eead4;
    --teal-400              : #2dd4bf;
    --teal-500              : #14b8a6;
    --teal-600              : #0d9488;
    --teal-700              : #0f766e;
    --teal-800              : #115e59;
    --teal-900              : #134e4a;
    --cyan-50               : #ecfeff;
    --cyan-100              : #cffafe;
    --cyan-200              : #a5f3fc;
    --cyan-300              : #67e8f9;
    --cyan-400              : #22d3ee;
    --cyan-500              : #06b6d4;
    --cyan-600              : #0891b2;
    --cyan-700              : #0e7490;
    --cyan-800              : #155e75;
    --cyan-900              : #164e63;
    --sky-50                : #f0f9ff;
    --sky-100               : #e0f2fe;
    --sky-200               : #bae6fd;
    --sky-300               : #7dd3fc;
    --sky-400               : #38bdf8;
    --sky-500               : #0ea5e9;
    --sky-600               : #0284c7;
    --sky-700               : #0369a1;
    --sky-800               : #075985;
    --sky-900               : #0c4a6e;
    --blue-50               : #eff6ff;
    --blue-100              : #dbeafe;
    --blue-200              : #bfdbfe;
    --blue-300              : #93c5fd;
    --blue-400              : #60a5fa;
    --blue-500              : #3b82f6;
    --blue-600              : #2563eb;
    --blue-700              : #1d4ed8;
    --blue-800              : #1e40af;
    --blue-900              : #1e3a8a;
    --indigo-50             : #eef2ff;
    --indigo-100            : #e0e7ff;
    --indigo-200            : #c7d2fe;
    --indigo-300            : #a5b4fc;
    --indigo-400            : #818cf8;
    --indigo-500            : #6366f1;
    --indigo-600            : #4f46e5;
    --indigo-700            : #4338ca;
    --indigo-800            : #3730a3;
    --indigo-900            : #312e81;
    --violet-50             : #f5f3ff;
    --violet-100            : #ede9fe;
    --violet-200            : #ddd6fe;
    --violet-300            : #c4b5fd;
    --violet-400            : #a78bfa;
    --violet-500            : #8b5cf6;
    --violet-600            : #7c3aed;
    --violet-700            : #6d28d9;
    --violet-800            : #5b21b6;
    --violet-900            : #4c1d95;
    --purple-50             : #faf5ff;
    --purple-100            : #f3e8ff;
    --purple-200            : #e9d5ff;
    --purple-300            : #d8b4fe;
    --purple-400            : #c084fc;
    --purple-500            : #a855f7;
    --purple-600            : #9333ea;
    --purple-700            : #7e22ce;
    --purple-800            : #6b21a8;
    --purple-900            : #581c87;
    --fuchsia-50            : #fdf4ff;
    --fuchsia-100           : #fae8ff;
    --fuchsia-200           : #f5d0fe;
    --fuchsia-300           : #f0abfc;
    --fuchsia-400           : #e879f9;
    --fuchsia-500           : #d946ef;
    --fuchsia-600           : #c026d3;
    --fuchsia-700           : #a21caf;
    --fuchsia-800           : #86198f;
    --fuchsia-900           : #701a75;
    --pink-50               : #fdf2f8;
    --pink-100              : #fce7f3;
    --pink-200              : #fbcfe8;
    --pink-300              : #f9a8d4;
    --pink-400              : #f472b6;
    --pink-500              : #ec4899;
    --pink-600              : #db2777;
    --pink-700              : #be185d;
    --pink-800              : #9d174d;
    --pink-900              : #831843;
    --rose-50               : #fff1f2;
    --rose-100              : #ffe4e6;
    --rose-200              : #fecdd3;
    --rose-300              : #fda4af;
    --rose-400              : #fb7185;
    --rose-500              : #f43f5e;
    --rose-600              : #e11d48;
    --rose-700              : #be123c;
    --rose-800              : #9f1239;
    --rose-900              : #881337;

    --classic-blue          : #0d6efd;
    --classic-blue-rgb      : 13,  110, 253;
    --classic-indigo        : #6610f2;
    --classic-indigo-rgb    : 102, 16,  242;
    --classic-purple        : #6f42c1;
    --classic-purple-rgb    : 111, 66,  193;
    --classic-pink          : #d63384;
    --classic-pink-rgb      : 214, 51,  132;
    --classic-red           : #dc3545;
    --classic-red-rgb       : 220, 53,  69;
    --classic-orange        : #fd7e14;
    --classic-orange-rgb    : 253, 126, 20;
    --classic-yellow        : #ffc107;
    --classic-yellow-rgb    : 255, 193, 7;
    --classic-green         : #198754;
    --classic-green-rgb     : 25,  135, 84;
    --classic-teal          : #20c997;
    --classic-teal-rgb      : 32,  201, 151;
    --classic-cyan          : #0dcaf0;
    --classic-cyan-rgb      : 13,  202, 240;
    --classic-gray          : #6c757d;
    --classic-gray-rgb      : 108, 117, 125;
    --classic-gray-dark     : #343a40;
    --classic-gray-dark-rgb : 52,  58,  64;
    --classic-light         : #f8f9fa;
    --classic-light-rgb     : 248, 249, 250;
    --classic-dark          : #212529;
    --classic-dark-rgb      : 33,  37,  41;

    --facebook              : #1a478a;
    --instagram             : #c72a9d;
    --twitter               : #55acef;
    --snapchat              : #fffc00;
    --youtube               : #e91e00;
    --twitch                : #9147ff;
    --pinterest             : #cb2229;
    --linkedin              : #007bb6;
    --whatsapp              : #25D366;
    --messenger             : #00B2FF;

    --swiper-pagination-color                   : var(--white);
    --swiper-pagination-bullet-inactive-color   : var(--slate-400);
    --swiper-pagination-bullet-inactive-opacity : 0.7;
    --swiper-pagination-bullet-size             : 8px;
    --swiper-pagination-bullet-horizontal-gap   : 6px
}

:root {
    --rounded-default   : 0.25rem;
    --rounded-xs        : 0.125rem;
    --rounded-sm        : 0.25rem;
    --rounded-md        : 0.375rem;
    --rounded-lg        : 0.5rem;
    --rounded-xl        : 0.75rem;
    --rounded-2xl       : 1rem;
    --rounded-3xl       : 1.5rem;
    --rounded-full      : 9999px;
    --shadow-2xl        : 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --shadow-xl         : 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    --shadow-lg         : 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-md         : 0 4px 6px -1px rgb(0 0 0 / 0.1),   0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-sm         : 0 1px 3px 0 rgb(0 0 0 / 0.1),      0 1px 2px -1px rgb(0 0 0 / 0.1);
    --shadow-xs         : 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-top        : 0 -12px 20px -2px rgba(0, 0, 0, 0.10);
    --shadow-bottom     : 0 12px 8px -5px rgba(0, 0, 0, 0.05);
    --shadow-left       : 8px 0 15px -5px rgb(0 0 0 / 15%);
    --shadow-right      : -8px 0 8px -3px rgba(0, 0, 0, 0.25);
    --shadow-inner      : inset 0 2px 4px 0 rgb(0 0 0 / 0.15);
    --shadow-relief     : inset 0 1px 0 0 hsl(0deg 0% 100% / 5%);
    --shadow-md-colored : 0 7px 12px -2px rgba(22, 107, 255, 0.1);
    --shadow-lg-colored : 0 10px 15px -3px rgba(22, 107, 255, 0.1);
    --shadow-xl-colored : 0 20px 25px -5px rgba(22, 107, 255, 0.1);
    --xs                : 576px;
    --sm                : 768px;
    --md                : 992px;
    --lg                : 1200px;
    --xl                : 1400px;
    --font-fam-list     : -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-fam1         : "Barlow Semi Condensed", var(--font-fam-list);
    --font-fam2         : "Barlow Semi Condensed", var(--font-fam-list);
    --easing            : cubic-bezier(0.645, 0.045, 0.355, 1);
    --transition        : all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    --navbar-height     : 70px
}