@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
:root {
  --themeprimaryclr: #E2058F;
  --themesecondaryclr: #5d5d5d;
  --themethirdclr: #1bb174;
  --themeforhtclr: #1c1c1c;
  --themefifthclr: #5d5d5d;
  --customhover: #fff2f2;
  --plainclr: #fff;
  --darkclr: #000;
  --lightbg: #fafafa;
  --btnoneclr:#FF42B3;
  --btnborderclr:#554b4e;
  --themehoverclr: #ff0099;
  --themehovertwo: #6e6c6c;
  --bs-table-color: #cdcdcd;
  --bodyclr: #696969;
  --borderclr: #f1f1f1;
  --border-bottom-clr: #b1b1b1;
  --headingclr: #000000;
  --footerclr: #ccc;
  /* share color */
  --greenclr: #43a700;
  --greenbadge: #52c504;
  --greenhover: #008f03;
  --redclr: #ff2b2b;
  --orangeclr: #E2058F;
  --btnclrone: #1f1f1f;

  /* font family */
  --primaryfont: "Lato", sans-serif;
  --secondaryfont: "Inter", Sans-serif;
  /* new addon */
  --gallery-overlay: #05090ac2;
  --closeclr: #ff0000;
  --overlight: #343e45;
  --footer-bgclr: #000000;
  --lihover-clr: #474747;
  --mainclr: #212529bf;

  --review-bg1: #00602b;
  --review-bg1-hover: #128947;
  --review-bg2: #92d14f;
  --review-bg2-hover: #85bf47;
  --review-bg3: #fec923;
  --review-bg3-hover: #e1b119;
  --review-bg4: #fa9924;
  --review-bg4-hover: #ef9d3b;
  --review-bg5: #ea0001;
  --review-bg5-hover: #bf0304;
  --review-bg6: #435050;
  --review-bg6-hover: #283030;

  --checkstatus: #f7cd73;
}

body,
a,
p,
div,
span,
li {
  color: var(--bodyclr);
}

p {
  font-family: var(--primaryfont);
}