@font-face {
  font-family: "DM Sans";
  src:
    url("../fonts/DMSans-Light.woff2") format("woff2"),
    url("../fonts/DMSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src:
    url("../fonts/DMSans-Medium.woff2") format("woff2"),
    url("../fonts/DMSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src:
    url("../fonts/DMSans-Regular.woff2") format("woff2"),
    url("../fonts/DMSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans";
  src:
    url("../fonts/DMSans-SemiBold.woff2") format("woff2"),
    url("../fonts/DMSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rethink Sans";
  src:
    url("../fonts/RethinkSans-Bold.woff2") format("woff2"),
    url("../fonts/RethinkSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rethink Sans";
  src:
    url("../fonts/RethinkSans-ExtraBold.woff2") format("woff2"),
    url("../fonts/RethinkSans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rethink Sans";
  src:
    url("../fonts/RethinkSans-Medium.woff2") format("woff2"),
    url("../fonts/RethinkSans-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rethink Sans";
  src:
    url("../fonts/RethinkSans-Regular.woff2") format("woff2"),
    url("../fonts/RethinkSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Rethink Sans";
  src:
    url("../fonts/RethinkSans-SemiBold.woff2") format("woff2"),
    url("../fonts/RethinkSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter18pt-Regular.woff2") format("woff2"),
    url("../fonts/Inter18pt-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter18pt-SemiBold.woff2") format("woff2"),
    url("../fonts/Inter18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter18pt-Thin.woff2") format("woff2"),
    url("../fonts/Inter18pt-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter18pt-MediumItalic.woff2") format("woff2"),
    url("../fonts/Inter18pt-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src:
    url("../fonts/Inter18pt-Bold.woff2") format("woff2"),
    url("../fonts/Inter18pt-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary-color: #014e78;
  --secondary-color: #e9c441;
  --gray-color: #5a5a5a;
  --black-color: #020e28;
  --white-color: #ffffff;
  --light-gray: #f4f4f4;
  --blue-color: #0024ff;
  --gray50: #ebebebprimary-color;
  --green-color: #47c75b;
  --font-rg: "DM Sans";
  --font-bd: "Rethink Sans";
  --font-inter: "Inter";
}

/* fonts */
.plan-card {
  font-family: var(--font-inter);
}

/*reset start*/

html {
  position: relative;
  min-height: 100%;
}

body {
  color: var(--black-color);
  font-size: 62.5% !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -font-smoothing: antialiased;
  font-family: var(--font-rg), sans-serif !important;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

img {
  border: none;
  outline: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100%;
  display: block;
}

a {
  text-decoration: none;
  outline: none;
  background: transparent;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  font-size: 17px;
  color: var(--gray-color);
  font-family: var(--font-rg);
  line-height: 1.3;
  word-break: break-word;
}

input:focus,
.input {
  outline: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
select,
textarea {
  font-family: var(--font-rg);
  font-size: 1.6em;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  font-family: var(--font-bd);
  font-weight: 700;
  word-break: break-word;
  margin-bottom: 0;
  color: var(--black-color);
  margin-top: 0 !important;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2.3em;
}

h3 {
  font-size: 2.1em;
}

h4 {
  font-size: 1.8em;
}

h5 {
  font-size: 1.5em;
}

h6 {
  font-size: 1.3em;
}

main,
section,
header,
nav,
footer,
aside,
figure,
figcaption,
article,
hgroup {
  display: block;
}

textarea {
  resize: none;
  outline: none;
}

select {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

p:empty {
  display: none;
}

::-moz-selection {
  background: var(--primary-color);
  color: #fff;
  text-shadow: none;
  padding: 1em 0;
}

::selection {
  background: var(--black-color);
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #6a6969 !important;
}

::-moz-placeholder {
  color: #6a6969 !important;
  opacity: 1;
}

:-moz-placeholder {
  color: #6a6969 !important;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6a6969 !important;
}

input:-moz-placeholder {
  box-shadow: none !important;
}

select::-ms-expand {
  display: none;
}

button,
button:active,
button:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: transparent !important;
  --webkit-box-shadow: 0 0 0 1000px white inset !important;
  --webkit-text-fill-color: #555555 !important;
}

select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:active,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  --webkit-box-shadow: 0 0 0 1000px white inset !important;
  --webkit-text-fill-color: #555555 !important;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.scroll-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  background: rgba(227, 44, 39, 1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s ease;
  text-align: center;
  color: #fff;
  z-index: 100;
}

.scroll-top i {
  line-height: 40px;
}

.theme_btn {
  background: var(--primary-color);
  color: var(--white-color);
  font-family: var(--font-rg);
  font-size: 14px;
  border-radius: 40px;
  padding: 10px 20px;
  transition: all 0.3s ease-in;
  border: 1px solid var(--primary-color);
}
.theme_btn:after {
  content: "\f061";
  font-family: "FontAwesome";
  transform: rotate(-25deg);
  display: inline-block;
  margin-left: 2px;
}

.theme_btn:hover {
  background: var(--secondary-color);
  color: var(--black-color);
  border: 1px solid var(--secondary-color);
}

/*===============================================================
reset ends
=================================================================*/
