/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('fonts.css');
/* 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: #770505;
  --secondary: #fed9d9;
}
/* 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: "death_star";font-weight: normal;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: 800 !important;}
/* table */
.table td, .table th{vertical-align: middle !important;white-space: nowrap}
/* 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(--secondary)}
.border-list li:last-child {border-bottom-width: 0}
.hr-dots {margin: 0 auto;padding: 0;width: 100%;height: 12px;border: none;box-sizing: border-box;background-repeat: no-repeat;background-position: center;background-size: contain;background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 12' width='1000' height='12'%3E%3Cpath fill='%23f05252' class='s0' d='m994 12c-2.62 0-4.84-1.67-5.66-4h-976.68c-0.82 2.33-3.04 4-5.66 4-3.32 0-6-2.68-6-6 0-3.32 2.68-6 6-6 2.62 0 4.84 1.67 5.66 4h976.68c0.82-2.33 3.04-4 5.66-4 3.32 0 6 2.68 6 6 0 3.32-2.68 6-6 6z'/%3E%3C/svg%3E");}
/* 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}
/* 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-dots {background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 12' width='360' height='12'%3E%3Cpath fill='%23f05252' class='s0' d='m354 12c-2.62 0-4.84-1.67-5.66-4h-336.68c-0.82 2.33-3.04 4-5.66 4-3.32 0-6-2.68-6-6 0-3.32 2.68-6 6-6 2.62 0 4.84 1.67 5.66 4h336.68c0.82-2.33 3.04-4 5.66-4 3.32 0 6 2.68 6 6 0 3.32-2.68 6-6 6z'/%3E%3C/svg%3E");}
}
@media screen and (max-width: 640px) {
  .hr-dots {background-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 12' width='360' height='12'%3E%3Cpath fill='%23f05252' class='s0' d='m354 12c-2.62 0-4.84-1.67-5.66-4h-336.68c-0.82 2.33-3.04 4-5.66 4-3.32 0-6-2.68-6-6 0-3.32 2.68-6 6-6 2.62 0 4.84 1.67 5.66 4h336.68c0.82-2.33 3.04-4 5.66-4 3.32 0 6 2.68 6 6 0 3.32-2.68 6-6 6z'/%3E%3C/svg%3E");}
  .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}
}
