:root {
  --theme-color: #d40000;
  --title-color: #ffffff;
  --body-color: #d5d5d5;
  --black-color: #000000;
  --white-color: #ffffff;
  --smoke-color: #f6f6f6;
  --body-font: Poppins, Arial, Helvetica, sans-serif;
  --title-font: Poppins, Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--body-color);
  background: #050505;
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; transition: color .2s ease; }
img, svg { max-width: 100%; height: auto; vertical-align: middle; }
ul { margin: 0; padding: 0; }
button { font: inherit; }
.container {
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 12px;
  padding-left: 12px;
}
.row { display: flex; flex-wrap: wrap; margin-right: -12px; margin-left: -12px; }
.row > * { padding-right: 12px; padding-left: 12px; }
.col-auto { flex: 0 0 auto; width: auto; }
.align-items-center { align-items: center; }
.justify-content-between { justify-content: space-between; }
.text-center { text-align: center; }
.text-white { color: #fff; }
.text-theme { color: var(--theme-color); }
.bg-dark { background-color: #050505; }
.d-none { display: none; }
.d-inline-block { display: inline-block; }
.th-header {
  position: relative;
  z-index: 41;
  width: 100%;
  color: #fff;
}
.header-absolute { position: absolute; top: 0; left: 0; right: 0; }
.sticky-wrapper { position: relative; z-index: 40; background: rgba(0,0,0,.9); }
.menu-area { padding: 14px 0; }
.header-layout3 .menu-area { background: rgba(0,0,0,.78); }
.header-logo, .mobile-logo { line-height: 1; }
.logo-lite {
  align-items: center;
  display: inline-flex;
  gap: 4px;
  height: 60px;
  text-decoration: none;
  width: 150px;
}
.logo-lite_icon {
  flex: 0 0 auto;
  height: 44px !important;
  object-fit: contain;
  width: 43px !important;
}
.logo-lite_text {
  color: #d40000;
  display: inline-block;
  font-family: Impact, 'Arial Black', Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #000, 1px 0 0 #000, -1px 0 0 #000, 0 -1px 0 #000;
}
.main-menu ul { list-style: none; display: flex; align-items: center; gap: 26px; }
.main-menu li { position: relative; }
.main-menu a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  padding: 22px 0;
}
.main-menu a:hover { color: var(--theme-color); }
.main-menu .sub-menu { display: none; }
.main-menu ul li.menu-item-has-children > a::after,
.main-menu ul.sub-menu li.menu-item-has-children > a::after {
  content: '\203a';
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-left: 6px;
}
.header-button { display: flex; align-items: center; gap: 14px; }
.th-menu-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 0;
  color: #fff;
  background: #d40000;
  cursor: pointer;
}
.th-menu-wrapper { display: none; }
.fa, .fa-solid, .fal, .far, .fas {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-rendering: auto;
}
.fa-bars::before, .fa-navicon::before { content: '\2630'; }
.fa-times::before, .fa-xmark::before, .fa-close::before { content: '\00d7'; }
.fa-calendar-days::before, .fa-calendar-day::before, .fa-calendar::before { content: '\25a1'; }
.fa-arrow-left::before { content: '\2190'; }
.fa-arrow-right::before { content: '\2192'; }
.fa-angle-left::before { content: '\2039'; }
.fa-angle-right::before { content: '\203a'; }
.th-hero-wrapper { position: relative; overflow: hidden; }
.hero-1 { min-height: 100vh; background: #050505; }
.th-hero-slide { position: relative; min-height: 100vh; display: flex; align-items: center; padding: 132px 0 70px; }
.th-hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #050505;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.th-hero-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.58), rgba(0,0,0,.84));
}
.hero-shape { position: absolute; z-index: 1; pointer-events: none; }
.hero-style3 {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.hero-style3 [data-ani] { opacity: 1; visibility: visible; }
.sub-title {
  display: inline-block;
  position: relative;
  margin: 0 0 16px;
  color: var(--theme-color);
  font-family: Cambria, "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .22em;
  line-height: 1.35;
  text-transform: uppercase;
}
.sub-title::before,
.sub-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 80px;
  height: 2px;
  background-color: var(--theme-color);
  transform: translateY(-50%);
}
.sub-title::before { right: calc(100% + 24px); }
.sub-title::after { left: calc(100% + 24px); }
.hero-title {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--title-font);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.16;
}
.hero-text, .hero-style3 p {
  margin: 0 auto 18px;
  max-width: 680px;
  color: #f1f1f1;
  font-size: 17px;
  line-height: 1.65;
}
.th-btn, .hero-btn .th-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  color: #fff;
  background: var(--theme-color);
  border: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.space, .space-top { padding-top: 80px; }
.space { padding-bottom: 80px; }
.title-area { margin-bottom: 36px; }
.sec-title { margin: 0; color: #fff; font-size: 34px; line-height: 1.22; }
@media (min-width: 992px) {
  .d-lg-inline-block { display: inline-block; }
  .d-lg-none { display: none !important; }
  .hero-1 { min-height: 520px; }
  .th-hero-slide { min-height: 520px; padding: 92px 0 54px; }
}
@media (max-width: 1199px) {
  .container { max-width: 960px; }
  .main-menu ul { gap: 18px; }
  .main-menu a { font-size: 14px; }
  .hero-title { font-size: 42px; }
  .sub-title::before,
  .sub-title::after { width: 64px; }
}
@media (max-width: 991px) {
  .container { max-width: 720px; }
  .main-menu { display: none; }
  .header-button .th-btn { display: none; }
  .menu-area { padding: 9px 0; }
  .hero-1 { min-height: 520px; }
  .th-hero-slide { min-height: 520px; padding-top: 76px; padding-bottom: 30px; }
  .hero-title { font-size: 30px; line-height: 1.22; }
  .sub-title { font-size: 14px; margin-bottom: 12px; letter-spacing: .12em; }
  .sub-title::before,
  .sub-title::after { width: 46px; }
  .hero-text, .hero-style3 p { font-size: 14px; line-height: 1.55; }
  .th-btn, .hero-btn .th-btn { min-height: 44px; padding: 12px 18px; font-size: 13px; }
  .space, .space-top { padding-top: 56px; }
  .space { padding-bottom: 56px; }
  .sec-title { font-size: 26px; }
}
@media (max-width: 575px) {
  .container { padding-right: 16px; padding-left: 16px; }
  .logo-lite { width: 132px; height: 54px; }
  .logo-lite_text { font-size: 26px; }
  .logo-lite_icon { width: 38px !important; height: 39px !important; }
  .hero-title { font-size: 25px; }
  .hero-1 { min-height: 430px; }
  .th-hero-slide { min-height: 430px; padding-top: 58px; padding-bottom: 24px; }
  .sub-title::before,
  .sub-title::after { display: none; }
}
