/* Text Color Start */
.text-primary {color: #f49720 !important;}
.text-secondary {color: #413362 !important;}
/* .text-dark {color: #212529;} */
/* Text Color End */

/* Background Color Start */
.bg-primary {background-color: #f49720 !important;}
.bg-secondary {background-color: #413362 !important;}
.bg-dark {background-color: #231d34 !important;}
.bg-call {background-color: #e4871b;}
.bg-signup {background-color: #69140d;}
/* Background Color End */

/* Font Size Start */
.fs-60 {
  font-size: calc(35px + (60 - 35) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-45 {
  font-size: calc(32px + (45 - 32) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-40 {
  font-size: calc(29px + (40 - 29) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-35 {
  font-size: calc(28px + (35 - 28) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-30 {
  font-size: calc(24px + (30 - 24) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-25 {
  font-size: calc(21px + (25 - 21) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-24 {
  font-size: calc(20px + (24 - 20) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-22 {
  font-size: calc(18px + (22 - 18) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.2 !important;
}
.fs-20 {
  font-size: calc(16px + (20 - 16) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.3 !important;
}
.fs-18 {
  font-size: calc(15px + (18 - 15) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.3 !important;
}
.fs-16 {
  font-size: calc(14px + (16 - 14) * ((100vw - 360px) / (1920 - 360))) !important;
  line-height: 1.4 !important;
}
/* Font Size End */