:root {
  --text-shadow: 0px 4px 4px rgba(0,0,0,0.35),0px 8px 15px rgba(0,0,0,0.1),0px 18px 25px rgba(0,0,0,0.1);
  --border-radius-full:100%;
  --border-radius-half:50%;
  --border-radius-custom:5px;
  --border-radius-custom-t:5px 5px 0 0;
  --primary-color:#2994ff;
  --secondary-color:#ff8e29;
  --tertiary-color:#e7f3ff;
  --gray200:#EDF2F7;
  --gray300:#E2E8F0;
  --gray400:#CBD5E0;
  --gray500:#A0AEC0;
  --gray600:#718096;
  --gray700:#4A5568;
  --gray800:#2D3748;
  --gray900:#1A202C;
  --black:#000000;
  --black1:#0a0d12;
  --white:#ffffff;
  --red:#f44336;
  --green:#3cb267;
  --bg-transparent65:rgba(0,0,0,.65);
  --bg-transparent75:rgba(0,0,0,.75);
  --bg-transparent85:rgba(0,0,0,.85);
  --bg-transparent95:rgba(0,0,0,.95);
  --transition:all .4s ease-in-out;
  --box-shadow-custom:0 0 25px 0 rgba(0, 0, 0, 0.08);
}