@font-face {
  font-family: utm-aurora;
  src: url("../font/UTM_Aurora.ttf");
}
@font-face {
  font-family: opensans-bold;
  src: url("../font/OpenSans-Bold.ttf");
}
@font-face {
  font-family: opensans-bold-italic;
  src: url("../font/OpenSans-BoldItalic.ttf");
}
@font-face {
  font-family: opensans-extra-bold-italic;
  src: url("../font/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: opensans-italic;
  src: url("../font/OpenSans-ExtraBoldItalic.ttf");
}
@font-face {
  font-family: opensans-extra-bold;
  src: url("../font/OpenSans-ExtraBold.ttf");
}
@font-face {
  font-family: opensans-light;
  src: url("../font/OpenSans-Light.ttf");
}
@font-face {
  font-family: opensans-light-italic;
  src: url("../font/OpenSans-LightItalic.ttf");
}
@font-face {
  font-family: opensans-regular;
  src: url("../font/OpenSans-Regular.ttf");
}
@font-face {
  font-family: opensans-semi-bold;
  src: url("../font/OpenSans-Semibold.ttf");
}
@font-face {
  font-family: opensans-semi-bold-italic;
  src: url("../font/OpenSans-SemiboldItalic.ttf");
}

body {
  font-family: opensans-regular;
  overflow-x: hidden;
}

.utm-aurora {
  font-family: utm-aurora;
}
.opensans-light {
  font-family: opensans-light;
}
.opensans-regular {
  font-family: opensans-regular;
}
.opensans-bold {
  font-family: opensans-bold;
}
.opensans-bold-italic {
  font-family: opensans-bold-italic;
}
.opensans-extra-bold-italic {
  font-family: opensans-extra-bold-italic;
}
.opensans-italic {
  font-family: opensans-italic;
}
.opensans-extra-bold {
  font-family: opensans-extra-bold;
}
.opensans-light-italic {
  font-family: opensans-light-italic;
}
.opensans-semi-bold {
  font-family: opensans-semi-bold;
}
.opensans-semi-bold-italic {
  font-family: opensans-semi-bold-italic;
}

/* Center HTML Input Text Field Placeholder */
.advise::placeholder {
  text-align: center;
}

/* or, for legacy browsers */

.advise::-webkit-input-placeholder {
  text-align: center;
}

.advise:-moz-placeholder {
  /* Firefox 18- */
  text-align: center;
}

.advise::-moz-placeholder {
  /* Firefox 19+ */
  text-align: center;
}

.advise:-ms-input-placeholder {
  text-align: center;
}

#base:before {
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: -32px;
  width: 0;
}

.learn-about:hover a {
  text-decoration: underline;
}

/* register service pack */
#options::-webkit-scrollbar {
  width: 8px;
  background: #d9d9d9;
}

/* Track */
#options::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #d9d9d9;
  border-radius: 2px;
}

/* Handle */
#options::-webkit-scrollbar-thumb {
  background: #bbbbbb;
  border-radius: 2px;
}

/* Handle on hover */
#options::-webkit-scrollbar-thumb:hover {
  background: #a1a1a1;
}

/* Hide Arrows From Input Number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/* register service pack */
.sliders::-webkit-scrollbar {
  width: 0;
}

.sliders {
  overflow-x: scroll;
}

.active {
  background-color: #7c67d1 !important;
}

.block-ellipsis-2 {
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block-ellipsis-3 {
  display: -webkit-box;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.bg-button {
  background: linear-gradient(270deg, #3163af 0%, #7c67d1 51.5%, #66cdf1 100%);
}

.text-liner-gradient {
  background: linear-gradient(90deg, #4499d4 0%, #9565db 100%);
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.bg-card {
  background: linear-gradient(180deg, #38d8f0 0%, rgba(106, 119, 221, 0) 100%);
}
.bg-card-1 {
  background: linear-gradient(180deg, #7c67d1 0%, rgba(106, 119, 221, 0) 100%);
}

.bg-btn {
  background: linear-gradient(90deg, #30e4f9 0%, #4799e5 51.5%, #b152d7 100%);
}

.shadow-inner-custom {
  box-shadow: 0px 4px 4px 0px #bcdeea inset;
}
.shadow-inner-custom:hover .shadow-drop-custom {
  box-shadow: 0px 4px 4px 0px #3163af59;
}

.shadow-drop {
  box-shadow: 0px 4px 4px 0px #3163af59;
}

.splide__arrow a {
  position: relative;
  transition: all 0.45s ease-Out;
}

.splide__arrow .circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: linear-gradient(270deg, #3163af 0%, #7c67d1 51.5%, #66cdf1 100%);
  position: absolute;
  transition: all 0.5s ease-Out;
  top: 20px;
  left: 50%;
}

.splide__arrow:hover .circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -50%;
}

.text-shadow {
  text-shadow: 0 0 1px #3163af, 0 0 1px #3163af, 0 0 1px #3163af,
    0 0 1px #3163af;
}

.shadow-custom {
  box-shadow: 0 0 0px #3163af, 0 0 0px #3163af, 0 0 0px #3163af, 0 0 4px #3163af;
}

.button-rectangle {
  --b: 2px;
  /* border thickness */
  --s: 0em;
  /* size of the corner */
  --color: #3163af;

  color: var(--color);
  --_p: var(--s);
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      #0000 90deg,
      var(--color) 0
    )
    var(--_p) var(--_p) / calc(100% - var(--b) - 2 * var(--_p))
    calc(100% - var(--b) - 2 * var(--_p));
  transition: 0.3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: 0.6em;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-rectangle:hover,
.button-rectangle:focus-visible {
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: 0.05em;
}

.button-rectangle:active {
  background: #ffffff;
  color: #3163af;
}

.button-circle {
  --b: 2px;
  /* border thickness */
  --s: 0;
  /* size of the corner */
  --color: white;

  color: var(--color);
  --_p: var(--s);
  background: conic-gradient(
      from 90deg at var(--b) var(--b),
      #0000 90deg,
      var(--color) 0
    )
    var(--_p) var(--_p) / calc(100% - var(--b) - 2 * var(--_p))
    calc(100% - var(--b) - 2 * var(--_p));
  transition: 0.3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: 0.6em;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  border-radius: 100%;
}

.button-circle:hover,
.button-circle:focus-visible {
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: 0.05em;
  border-radius: 100%;
}

.button-circle:active {
  background: #ffffff;
}

.button-bg-none {
  --b: 2px;
  /* border thickness */
  --s: 0em;
  /* size of the corner */
  --color: #3163af;
  --_p: var(--s);
  transition: 0.3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: 0.6em;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-bg-none:hover,
.button-bg-none:focus-visible {
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: 0.05em;
}

.button-bg-none:active {
  background: #ffffff;
  color: #3163af !important;
}

.button-white {
  --b: 2px;
  /* border thickness */
  --s: 0em;
  /* size of the corner */
  --color: #ffffff;
  --_p: var(--s);
  transition: 0.3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: 0.6em;
  border: 0;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-white:hover,
.button-white:focus-visible {
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: 0.05em;
}

.text-nowrap-important {
  text-wrap: nowrap !important;
  white-space: nowrap !important;
}

.button-white-border {
  --b: 2px;
  /* border thickness */
  --s: 0em;
  /* size of the corner */
  --color: #ffffff;
  --_p: var(--s);
  transition: 0.3s linear, color 0s, background-color 0s;
  outline: var(--b) solid #0000;
  outline-offset: 0.6em;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-white-border:hover,
.button-white-border:focus-visible {
  --_p: 0px;
  outline-color: var(--color);
  outline-offset: 0.05em;
}

.button-white-border:active {
  background: #ffffff;
  color: #3163af !important;
}

.trin-trin {
  animation-name: trin;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes trin {
  from {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  20%,
  32%,
  44%,
  56%,
  68% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  23%,
  35%,
  47%,
  59%,
  71% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  26%,
  38%,
  50%,
  62%,
  74% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
  29%,
  41%,
  53%,
  65%,
  77% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.spinner-wrap {
  position: relative;
}
.spinner-item {
  border: 1px solid #66cdf1;
  border-radius: 50%;
  height: 200px;
  width: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-animation: zoom 2s linear 0.75s infinite;
          animation: zoom 2s linear 0.75s infinite;
}
.spinner-item--2 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.spinner-item--3 {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}

@-webkit-keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}

@keyframes zoom {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
  }
}