/* Import the Satoshi font */
@font-face {
  font-family: "Lato";
  src: url("assets/fonts/Lato-Regular.woff2") format("woff2"),
    url("assets/fonts/Lato-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/Lato-Medium.woff2") format("woff2"),
    url("assets/fonts/Lato-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Lato";
  src: url("assets/fonts/Lato-Bold.woff2") format("woff2"),
    url("assets/fonts/Lato-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

:root {
  /* Define color variables */
  --color-black: #181818;
  --color-blue: #1d64ab;
  --color-bg: rgba(29, 100, 171, 0.06);
  --color-blue-opa15: rgba(29, 100, 171, 0.15);
  --color-lighter: #f5fbff;
  --color-weak: #7d7d7d;
  --color-light: #d3d3d3;
  --color-white: #ffffff;
  --color-gradient: linear-gradient(to right, #1d64ab, #21d0ca);
  --color-gradient-opa80: linear-gradient(to right, #1d63aacc, #20cfcacc);
  --color-gradient90: linear-gradient(90deg, #1d64ab 0%, #21d0ca 70%);

  /* Define font variables */
  --font-family: "Lato", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  color: var(--color-black);
}

.displayNone {
  display: none !important;
}

/* Typography classes */
.hero_bold {
  font-family: var(--font-family);
  font-weight: 700; /* Bold */
  font-size: 60px;
  line-height: 80px;
}

@media (max-width: 992px) {
  .hero_bold {
    font-size: 32px;
    line-height: 46px;
  }
}

.h1_bold {
  font-family: var(--font-family);
  font-weight: 700; /* Bold */
  font-size: 32px;
  line-height: 46px;
}

@media (max-width: 992px) {
  .h1_bold {
    font-size: 24px;
    line-height: 36px;
  }
}

.h1_med {
  font-family: var(--font-family);
  font-weight: 500; /* Medium */
  font-size: 32px;
  line-height: 46px;
}

@media (max-width: 992px) {
  .h1_med {
    font-size: 24px;
    line-height: 36px;
  }
}

.h2_bold {
  font-family: var(--font-family);
  font-weight: 700; /* Bold */
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 992px) {
  .h2_bold {
    font-size: 18px;
    line-height: 28px;
  }
}

.h2_med {
  font-family: var(--font-family);
  font-weight: 500; /* Medium */
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 992px) {
  .h2_med {
    font-size: 18px;
    line-height: 28px;
  }
}

.h2_reg {
  font-family: var(--font-family);
  font-weight: 400; /* Regular */
  font-size: 24px;
  line-height: 36px;
}

@media (max-width: 992px) {
  .h2_reg {
    font-size: 18px;
    line-height: 28px;
  }
}

.body1_bold {
  font-family: var(--font-family);
  font-weight: 700; /* Bold */
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 992px) {
  .body1_bold {
    font-size: 14px;
    line-height: 24px;
  }
}

.body1_med {
  font-family: var(--font-family);
  font-weight: 500; /* Medium */
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 992px) {
  .body1_med {
    font-size: 14px;
    line-height: 24px;
  }
}

.body1_reg {
  font-family: var(--font-family);
  font-weight: 400; /* Regular */
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 992px) {
  .body1_reg {
    font-size: 14px;
    line-height: 24px;
  }
}

.body2_bold {
  font-family: var(--font-family);
  font-weight: 700; /* Bold */
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .body2_bold {
    font-size: 12px;
    line-height: 16px;
  }
}

.body2_med {
  font-family: var(--font-family);
  font-weight: 500; /* Medium */
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .body2_med {
    font-size: 12px;
    line-height: 16px;
  }
}

.body2_reg {
  font-family: var(--font-family);
  font-weight: 400; /* Regular */
  font-size: 16px;
  line-height: 24px;
}

@media (max-width: 992px) {
  .body2_reg {
    font-size: 12px;
    line-height: 16px;
  }
}

.body3_reg {
  font-family: var(--font-family);
  font-weight: 400; /* Regular */
  font-size: 12px;
  line-height: 16px;
}

.icon_16 {
  width: 16px;
  height: auto;
}

.icon_18 {
  width: 18px;
  height: auto;
}

.mainP {
  padding-left: 32px;
  padding-right: 32px;
}

/* .sectionCtn {
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
} */

.gradientTxt {
  background: var(--color-gradient90);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dropShadow1 {
  box-shadow: 0 -4px 8px 0 #1d64ab33 !important;
}

.dropShadow2 {
  box-shadow: 0 8px 8px 0 #0088ff33 !important;
}

@keyframes colorRun {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

main {
  padding-top: 95px;
}

section .container {
  padding-left: 80px;
  padding-right: 80px;
}

@media (max-width: 992px) {
  section .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
