@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-Regular.eot");
  src: url("../fonts/Urbanist/Urbanist-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Urbanist/Urbanist-Regular.woff2") format("woff2"),
    url("../fonts/Urbanist/Urbanist-Regular.woff") format("woff"),
    url("../fonts/Urbanist/Urbanist-Regular.ttf") format("truetype"),
    url("../fonts/Urbanist/Urbanist-Regular.svg#Urbanist-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-ExtraLight.eot");
  src: url("../fonts/Urbanist/Urbanist-ExtraLight.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Urbanist/Urbanist-ExtraLight.woff2") format("woff2"),
    url("../fonts/Urbanist/Urbanist-ExtraLight.woff") format("woff"),
    url("../fonts/Urbanist/Urbanist-ExtraLight.ttf") format("truetype"),
    url("../fonts/Urbanist/Urbanist-ExtraLight.svg#Urbanist-ExtraLight")
      format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-Bold.eot");
  src: url("../fonts/Urbanist/Urbanist-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Urbanist/Urbanist-Bold.woff2") format("woff2"),
    url("../fonts/Urbanist/Urbanist-Bold.woff") format("woff"),
    url("../fonts/Urbanist/Urbanist-Bold.ttf") format("truetype"),
    url("../fonts/Urbanist/Urbanist-Bold.svg#Urbanist-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-ExtraBold.eot");
  src: url("../fonts/Urbanist/Urbanist-ExtraBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Urbanist/Urbanist-ExtraBold.woff2") format("woff2"),
    url("../fonts/Urbanist/Urbanist-ExtraBold.woff") format("woff"),
    url("../fonts/Urbanist/Urbanist-ExtraBold.ttf") format("truetype"),
    url("../fonts/Urbanist/Urbanist-ExtraBold.svg#Urbanist-ExtraBold")
      format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-Medium.eot");
  src: url("../fonts/Urbanist/Urbanist-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Urbanist/Urbanist-Medium.woff2") format("woff2"),
    url("../fonts/Urbanist/Urbanist-Medium.woff") format("woff"),
    url("../fonts/Urbanist/Urbanist-Medium.ttf") format("truetype"),
    url("../fonts/Urbanist/Urbanist-Medium.svg#Urbanist-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist/Urbanist-SemiBold.eot");
  src: url("../fonts/Urbanist/Urbanist-SemiBold.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/Urbanist/Urbanist-SemiBold.woff2") format("woff2"),
    url("../fonts/Urbanist/Urbanist-SemiBold.woff") format("woff"),
    url("../fonts/Urbanist/Urbanist-SemiBold.ttf") format("truetype"),
    url("../fonts/Urbanist/Urbanist-SemiBold.svg#Urbanist-SemiBold")
      format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  box-sizing: border-box;
  font-family: "Urbanist";
}
a {
  color: #fff;
  text-decoration: unset;
  display: block;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
}
.custom-container {
  max-width: 1460px;
  margin: auto;
  width: 100%;
  padding-inline: 10px;
}
.row {
  margin: auto;
}
section {
  padding-inline: clamp(10px, 5vw, 24px) !important;
}
.container {
  padding: 0;
}
body {
  background: -webkit-linear-gradient(
    rgb(255 255 255) 0%,
    #e8f8ff 0%,
    #e8f8ff 794px,
    rgb(255 255 255) 21%
  );
  /* height: 100vh; */
  position: relative;
}
:root {
  --primary-color: rgba(212, 156, 91, 1);
  --secondray-pink: #ea3877;
  --text-white-color: #fff;
  --dashboard-header-bg: #493721;
  --text-black-color: #101114;
}
