/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Onest:wght@700&display=swap');
/* libs */
@import url('https://cdn.jsdelivr.net/npm/owl.carousel@2.3.4/dist/assets/owl.carousel.min.css');
@import url('owl.theme.default.min.css');
:root {
  --primary: #1c64f2;
  --secondary: #E02424;
}
/* preloader */
#preloader {top: 0; right: 0;bottom: 0;width: 100%;height: 100%;left: 0;position: fixed;z-index: 1999}
#preloader img {margin: auto;display: block;position: absolute;top: 0;right: 0;bottom: 0;left: 0}
/* custom */
.nav-item.has-sub .nav-dropdown-link::after{border-color: var(--secondary) !important}
.nav-item:not(.no-hover):hover{background: rgba(0, 0, 0, 0.1) !important}
h1, h2, h3, h4, h5, h6 {font-family: "Onest", sans-serif;font-optical-sizing: auto;font-weight: 700;font-style: normal;font-display: swap}
body, p {font-family: "Roboto", sans-serif;font-optical-sizing: auto;font-weight: 400;font-style: normal;font-display: swap}
button, a.btn{font-weight: 700 !important;}
/* table */
.table td, .table th{vertical-align: middle !important}
/* tabs */
.tab-container ul {border: none; box-shadow: none}
.tab-container li:hover .tab-item-content {border-color:var(--primary)}
.tab-container ul li.selected a{color: var(--primary); border-color:var(--primary)}
/* main */
.header-brand{margin-bottom: -1.25em}
.header-nav.active{margin-top: 1.25em}
.bg-blur{background: rgba(255, 255, 255, 0.46);backdrop-filter: blur(7px);-webkit-backdrop-filter: blur(7px)}
.countdown > .u-relative {width: 5.5em; height: 5.5em; margin: .25em;}
.border-list li{padding: .5em 0; border-bottom-width: 2px;border-color: var(--primary)}
.border-list li:last-child {border-bottom-width: 0}
.hr-path {margin: 0 auto;padding: 0;width: 80%;height: 16px;border: none;box-sizing: border-box;background-repeat: repeat-x;background-position: 0%;background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 16' width='48' height='16'%3E%3Cpath id='dark' fill='%23233876' d='m5.35 9.72c0-3.89 3.57-4.05 5.35-3.65-3.21-1.21-6.42 0-6.42 3.65 0 2.91 1.07 4.85 2.14 6.07-2.14 0.65-6.42 0-6.42-4.86 0-4.86 0-10.93 7.49-10.93 7.5 0 8.57 6.07 8.57 9.72 0 3.64-2.15 6.07-5.36 6.07-3.21 0-5.35-1.22-5.35-6.07z'/%3E%3Cpath id='light' fill='%23a4cafe' d='m29.35 9.72c0-3.89 3.57-4.05 5.35-3.65-3.21-1.21-6.42 0-6.42 3.65 0 2.91 1.07 4.85 2.14 6.07-2.14 0.65-6.42 0-6.42-4.86 0-4.86 0-10.93 7.49-10.93 7.5 0 8.57 6.07 8.57 9.72 0 3.64-2.15 6.07-5.36 6.07-3.21 0-5.35-1.22-5.35-6.07z'/%3E%3C/svg%3E")}
/* toast */
.toast-container {transform: translateX(-50%)}
/* scrollbar */
*::-webkit-scrollbar {width: 5px;width: 5px} /*chrome, edge and safari*/
*::-webkit-scrollbar-track{background-color:transparent;border-radius: 1em}
*::-webkit-scrollbar-track:hover {background-color:#eee;opacity: 0.3}
*::-webkit-scrollbar-track:active {background-color:#eee;opacity: 0.3}
*::-webkit-scrollbar-thumb {background-color:grey; border-radius: 1em}
*::-webkit-scrollbar-thumb:hover {background-color:var(--primary)}
*::-webkit-scrollbar-thumb:active {background-color: grey}
.scroll-bar{height: 560px;}
/* disabled overlay */
.disabled-overlay {position: absolute;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.46);z-index: 1;display: flex;align-items: center;justify-content: center;backdrop-filter: blur(3px);}
.txt-disabled {color: var(--color-950);font-size: 2em;align-self: center;transform: rotate(-30deg);opacity: 1;}
/*owl carousel*/
#destiny .owl-item .item {transform: scale(0.8);opacity: 0.5;transition: all 0.3s}
#destiny .owl-item.active.center .item {transform: scale(1);opacity: 1}
/*backtop*/
.backtop {width: 2.5rem;height: 2.5rem;padding: .5rem;margin: 0;position: fixed;bottom: 1.5rem;right: 1.5rem;z-index: 99}
.backtop i {position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%)}
/*footer reveal*/
main{min-height: 100vh;position: relative;z-index: 1}
footer{position: sticky;bottom: 0;left: 0;width: 100%;z-index: 0}
/* query */
@media screen and (max-width: 360px) {
  .hr-path {width: 100%;}
}
@media screen and (max-width: 640px) {
  .hr-path {width: 100%;}
  .list-dropdown .menu {top: 0% !important}
  .header-brand { margin-bottom: -.75em}
  /* .table thead {display: none}
  .table, .table tbody, .table tr, .table td, .table th {display: block;width: 100%} */
  .header .header-nav .nav-item > a.btn {padding: .25em 1em !important;width: auto !important;}
}
@media screen and (min-width: 768px) {
  .header-brand { margin-bottom: -1em}
  .header .header-nav .nav-item > a.btn {padding: .25em 1em !important;width: auto !important;}
}
@media screen and (min-width: 1024px) {
  .header-brand { margin-bottom: -1.5em}
}
@media screen and (min-width: 1280px) {
  .header-brand {margin-bottom: -1.5em}
}