/* @font-face {
    font-family: 'Aptos';
    src: url('assets/fonts/Aptos/Aptos.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: 'Aptos';
    src: url('assets/fonts/Aptos/Aptos-Black.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
} */

:root {
  --themeht-typography-body-font-family: Google Sans Flex;
  /* --themeht-typography-body-font-family: 'Aptos'; */
  --themeht-typography-body-font-weight: 400;
  --themeht-typography-body-font-size: 16px;
  --themeht-typography-body-line-height: 26px;
  --themeht-typography-secondary-font-family: TASA Orbiter;
  /* --themeht-typography-secondary-font-family: 'Aptos'; */
  --themeht-typography-h1-font-family: TASA Orbiter;
  /* --themeht-typography-h1-font-family: 'Aptos'; */
  --themeht-typography-h1-font-weight: 500;
  --themeht-typography-h1-font-size: 80px;
  --themeht-typography-h1-line-height: 90px;
  --themeht-typography-h2-font-family: TASA Orbiter;
  /* --themeht-typography-h2-font-family: 'Aptos'; */
  --themeht-typography-h2-font-weight: 500;
  --themeht-typography-h2-font-size: 60px;
  --themeht-typography-h2-line-height: 70px;
  --themeht-typography-h3-font-family: TASA Orbiter;
  /* --themeht-typography-h3-font-family: 'Aptos'; */
  --themeht-typography-h3-font-weight: 400;
  --themeht-typography-h3-font-size: 34px;
  --themeht-typography-h3-line-height: 44px;
  --themeht-typography-h4-font-family: TASA Orbiter;
  /* --themeht-typography-h4-font-family: 'Aptos'; */
  --themeht-typography-h4-font-weight: 400;
  --themeht-typography-h4-font-size: 28px;
  --themeht-typography-h4-line-height: 38px;
  --themeht-typography-h5-font-family: TASA Orbiter;
  /* --themeht-typography-h5-font-family: 'Aptos'; */
  --themeht-typography-h5-font-weight: 400;
  --themeht-typography-h5-font-size: 24px;
  --themeht-typography-h5-line-height: 34px;
  --themeht-typography-h6-font-family: TASA Orbiter;
  /* --themeht-typography-h6-font-family: 'Aptos'; */
  --themeht-typography-h6-font-weight: 400;
  --themeht-typography-h6-font-size: 20px;
  --themeht-typography-h6-line-height: 30px;
  --themeht-primary-color: #006eb9;
  --themeht-coor-blue-color: #006eb9;
  --themeht-coor-blue-light-color: #4d9ace;
  --themeht-coor-green-color: #bebd00;
  --themeht-coor-red-color: #fd0017;
  --themeht-text-color: #200043;
  --themeht-body-color: #444444;
  --themeht-white-color: #ffffff;
  --themeht-bg-dark-color: #07001a;
  --themeht-bg-light-color: #f1f7f3;
  --themeht-border-light-color: #dcdcdc;
}

.loader-text {
  font-size: 1.5rem;
}

body {
  font-family: "Google Sans Flex";
  /* font-family: 'Aptos'; */
  line-height: 26px;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

h1,
.h1 {
  font-family: "TASA Orbiter";
  /* font-family: 'Aptos'; */
  line-height: 90px;
  font-weight: 500;
  font-style: normal;
  font-size: 80px;
}

h2,
.h2 {
  font-family: "TASA Orbiter";
  /* font-family: 'Aptos'; */
  line-height: 70px;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
}

h3,
.h3 {
  font-family: "TASA Orbiter";
  /* font-family: 'Aptos'; */
  line-height: 44px;
  font-weight: 400;
  font-style: normal;
  font-size: 34px;
}

h4,
.h4 {
  font-family: "TASA Orbiter";
  /* font-family: 'Aptos'; */
  line-height: 38px;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
}

h5,
.h5 {
  font-family: "TASA Orbiter";
  /* font-family: 'Aptos'; */
  line-height: 34px;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
}

h6,
.h6 {
  font-family: "TASA Orbiter";
  /* font-family: 'Aptos'; */
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
}

div[class*="segment1"]:before {
  background: linear-gradient(
    to top,
    transparent,
    var(--themeht-coor-red-color)
  );
}

.loader-circle.segment1 i {
  background: var(--themeht-coor-red-color);
  box-shadow:
    0 0 1rem var(--themeht-coor-red-color),
    0 0 2rem var(--themeht-coor-red-color),
    0 0 3rem var(--themeht-coor-red-color),
    0 0 4rem var(--themeht-coor-red-color),
    0 0 5rem var(--themeht-coor-red-color);
}

div[class*="segment2"]:before {
  background: linear-gradient(
    to top,
    transparent,
    var(--themeht-coor-green-color)
  );
}

.loader-circle.segment2 i {
  background: var(--themeht-coor-green-color);
  box-shadow:
    0 0 1rem var(--themeht-coor-green-color),
    0 0 2rem var(--themeht-coor-green-color),
    0 0 3rem var(--themeht-coor-green-color),
    0 0 4rem var(--themeht-coor-green-color),
    0 0 5rem var(--themeht-coor-green-color);
}

div[class*="segment3"]:before {
  background: linear-gradient(
    to top,
    transparent,
    var(--themeht-coor-blue-color)
  );
}

.loader-circle.segment3 i {
  background: var(--themeht-coor-blue-color);
  box-shadow:
    0 0 1rem var(--themeht-coor-blue-color),
    0 0 2rem var(--themeht-coor-blue-color),
    0 0 3rem var(--themeht-coor-blue-color),
    0 0 4rem var(--themeht-coor-blue-color),
    0 0 5rem var(--themeht-coor-blue-color);
}

header #header-sticky {
  border-bottom: 4px solid;
  border-image: linear-gradient(
      to right,
      var(--themeht-coor-blue-color) 33.33%,
      var(--themeht-coor-green-color) 33.33% 66.66%,
      var(--themeht-coor-red-color) 66.66%
    )
    1;
  z-index: 9999;
}

header #header-sticky.fixed-header {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.elementor-7856 .elementor-element.elementor-element-1795d2b .ht-site-logo img {
  max-width: 200px;
}

.page-content {
  margin-top: 0;
}

.coor-blue-gradient-bg {
  background: linear-gradient(
    to bottom right,
    var(--themeht-coor-blue-color),
    var(--themeht-coor-blue-light-color)
  );
}

.text-white .elementor-drop-cap {
  color: white !important;
}

@media (max-width: 767px) {
  .elementor-7856
    .elementor-element.elementor-element-1795d2b
    .ht-site-logo
    img {
    max-width: 130px;
  }

  .elementor-7856 .elementor-element.elementor-element-fe46f7f {
    --width: 100%;
  }
}

@media (min-width: 768px) {
  .elementor-7856 .elementor-element.elementor-element-fe46f7f {
    --width: 100%;
  }
}
