@charset "UTF-8";
.page-wrap {
  max-width: 1365px;
  margin: 0 auto;
  padding: 30px 30px;
}
@media (max-width: 768px) {
  .page-wrap {
    max-width: 100%;
  }
}

h1.company-profile-title {
  text-align: center;
  font-size: 61px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h1.company-profile-title {
    font-size: 30px;
  }
}

/* Info table at the top */
.info-table {
  color: black;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
  font-size: 18px;
  border: 1px solid #bebebe;
}

.info-table tr:nth-child(odd) td {
  background: #f2f2f2;
}

.info-table tr:nth-child(even) td {
  background: #ffffff;
}

.info-table td {
  border: none;
  padding: 18px 22px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .info-table td {
    padding: 15px;
  }
}

.info-table tr:last-child td {
  border-bottom: none;
}

.info-table .value-cell strong {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.info-table .label-cell {
  font-weight: bold;
  font-size: 18px;
}
@media (max-width: 768px) {
  .info-table .label-cell {
    font-size: 15px;
  }
}

.info-table .value-cell {
  text-align: right;
  font-size: 18px;
}
@media (max-width: 768px) {
  .info-table .value-cell {
    font-size: 15px;
  }
}

/* Territory & Staff row */
.terr-staff-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
  color: black;
}
@media (max-width: 768px) {
  .terr-staff-table {
    margin-bottom: 0;
  }
}

.terr-staff-table .terr-box {
  vertical-align: top;
  font-size: 21px;
  padding: 24px 15px;
  background: white;
}
@media (max-width: 768px) {
  .terr-staff-table .terr-box {
    font-size: 15px;
    padding: 15px;
  }
}

.terr-staff-table .row {
  --bs-gutter-x: 20px;
}

.terr-staff-table .ts-label {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .terr-staff-table .ts-label {
    font-size: 15px;
  }
}

.terr-staff-table .col-lg-6,
.terr-staff-table .col-12 {
  display: flex;
}
@media (max-width: 768px) {
  .terr-staff-table .col-lg-6,
  .terr-staff-table .col-12 {
    margin-bottom: 14px;
  }
}

.terr-staff-table .terr-box {
  width: 100%;
  height: 100%;
}

/* Section blocks */
.section-block {
  margin-bottom: 14px;
  background: white;
  padding: 24px 15px;
  color: black;
}
@media (max-width: 768px) {
  .section-block {
    padding: 15px;
  }
}

.section-block .section-title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
  background: #fff;
}

.section-block .section-body {
  font-size: 16px;
  line-height: 1.55;
}
.section-block .section-body strong {
  display: block;
  padding: 20px 0 10px 0;
}
@media (max-width: 768px) {
  .section-block .section-body p, .section-block .section-body li {
    font-size: 14px;
  }
}

.section-body p {
  margin-bottom: 6px;
}

.section-body ul {
  margin: 4px 0 6px 18px;
  padding: 0;
}

.section-body ul li {
  margin-bottom: 2px;
}

/* Certificate images placeholder row */
.cert-row {
  display: flex;
  gap: 10px;
  margin-top: 8px;
  align-items: center;
}

/* Two-column production lists */
.prod-list {
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 768px) {
  .prod-list {
    font-size: 14px;
  }
}

.prod-list li {
  margin-bottom: 1px;
}

.prod-list li::before {
  content: "- ";
}

.sub-list {
  margin-left: 14px;
  list-style: none;
  padding: 0;
}

.sub-list li::before {
  content: "• ";
}

b, strong {
  font-weight: bold;
}

.section-label {
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin-bottom: 12px;
}

.event-card {
  background-color: #2a2a2a;
  border: 1px solid #3a3a3a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 13px 51px 13px 13px;
  margin-bottom: 17px;
  gap: 18px;
}
@media (max-width: 768px) {
  .event-card {
    flex-direction: column;
    padding: 10px;
  }
}
.event-card .learn-more {
  padding: 23px 42px;
}
.event-card .learn-more .content-btn {
  font-size: 18px;
}

.event-card .event-thumb {
  width: 130px;
  min-width: 130px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.event-card .event-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dsa-venue-line {
  font-size: 0.4rem;
  color: #90caf9;
  z-index: 1;
  text-align: center;
}

.event-info {
  flex: 1;
}
@media (max-width: 768px) {
  .event-info {
    text-align: center;
  }
}

.event-info .event-name {
  font-size: 26px;
  font-weight: 700;
  color: #e0e0e0;
  margin-bottom: 4px;
}

.event-info .event-meta {
  font-size: 20px;
  color: white;
}

.btn-details {
  background-color: #3a6e3a;
  color: #fff;
  border: none;
  border-radius: 3px;
  padding: 10px 22px;
  font-size: 0.82rem;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.2s;
  text-decoration: none;
}

.btn-details:hover {
  background-color: #4a8e4a;
  color: #fff;
}

.event-wrapper {
  max-width: 1328px;
  margin: 0 auto;
  padding: 30px 20px;
}
.event-wrapper .heading-wrapper {
  margin: 0 auto;
  padding: 20px 0;
}
.event-wrapper .heading-wrapper .corner {
  border: 2.93px solid white;
  height: 15px;
  width: 15px;
}
.event-wrapper .heading-wrapper .top-right {
  top: 7px;
  right: -13px;
}
.event-wrapper .heading-wrapper .bottom-left {
  bottom: 7px;
  left: -13px;
}
.event-wrapper .heading-wrapper .bottom-right {
  bottom: 7px;
  right: -13px;
}
.event-wrapper .heading-wrapper .top-left {
  top: 7px;
  left: -13px;
}

.single-event-wrapper {
  padding: 0 50px 50px 50px;
  position: relative;
}
.single-event-wrapper .heading {
  text-align: center;
  color: white;
  padding-bottom: 300px;
}
@media (max-width: 768px) {
  .single-event-wrapper .heading {
    padding: 80px 0 50px 0;
  }
}
.single-event-wrapper .heading h1 {
  font-size: 61px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .single-event-wrapper .heading h1 {
    font-size: 50px;
  }
}
.single-event-wrapper .heading p {
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 768px) {
  .single-event-wrapper .heading p {
    font-size: 18px;
  }
}
.single-event-wrapper .back-btn {
  display: flex;
  align-items: center;
  color: white;
  font-size: 20px;
  position: absolute;
  top: 100px;
  transition: color 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .single-event-wrapper .back-btn {
    font-size: 18px;
    top: 20px;
    left: 20px;
  }
}
.single-event-wrapper .back-btn:hover {
  color: #E31E24;
  transition: color 0.3s ease-in-out;
}
.single-event-wrapper .back-btn img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .single-event-wrapper .back-btn img {
    width: 30px;
  }
}

.s-event-content {
  margin: 0 50px 50px 50px;
  background: white;
  color: black;
}
@media (max-width: 768px) {
  .s-event-content {
    margin: 0 20px 50px 20px;
  }
}
.s-event-content .content-img {
  margin-top: -30%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .s-event-content .content-img {
    margin-bottom: 20px;
  }
}
.s-event-content .content {
  max-width: 784px;
  margin: 0 auto;
  padding: 30px 20px;
}
.s-event-content .card::after {
  background: rgba(255, 0, 0, 0.5490196078);
}

.events-home {
  background: black;
  padding: 45px;
}
.events-home a {
  transition: color 0.3s ease-in-out;
}
.events-home a:hover {
  color: #E31E24 !important;
  transition: color 0.3s ease-in-out;
}

.w-reset {
  max-width: 100%;
  width: 100%;
}

.ul-reset {
  margin: 0;
  padding: 0;
}
.ul-reset li {
  list-style-type: none;
}

p {
  margin: 0 !important;
  line-height: 130%;
}

a {
  text-decoration: none !important;
}

.clear-li {
  padding: 0;
  margin: 0;
}
.clear-li li {
  list-style: none;
}

.fs-12 {
  font-size: 12px;
}
@media only screen and (max-width: 639px) {
  .fs-12 {
    font-size: 10px;
  }
}

.fs-18 {
  font-size: 18px;
}

.fs-11 {
  font-size: 11px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-27 {
  font-size: 27px;
}

.boldest {
  font-weight: 900;
}

.center {
  text-align: center;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.case {
  text-transform: normal;
}

.nocase {
  text-transform: none;
}

.prel {
  position: relative;
}

.pabs {
  position: absolute;
}

.pfix {
  position: fixed;
}

header {
  padding: 20px 50px;
}
@media (max-width: 1024px) {
  header {
    padding: 15px;
  }
  header .dark-logo img, header .light-logo img {
    width: 150px;
  }
}

.header-links a {
  color: white;
  font-size: 13.88px;
  transition: color 0.3s ease-in-out;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .header-links {
    padding: 0;
    justify-content: space-between;
  }
}
.int-events {
  background: white;
}

.heading {
  color: black;
  padding: 72px 88px;
  font-weight: 900;
  font-size: 44.43px;
  line-height: 81%;
  letter-spacing: 0%;
  text-transform: uppercase;
  padding-bottom: 30px;
}

.box {
  border-top: 3px solid black;
  padding: 19px 84px;
}
.box svg {
  cursor: pointer;
}

.title {
  font-size: 80px;
  font-weight: 900;
}

.subtitle {
  font-size: 20px;
}

/* Menu */
.menu, .menu-2 {
  left: -100%;
  transition: left 0.3s ease-in-out;
  z-index: 1111;
  position: fixed;
  height: 100vh;
  width: 57vw;
  top: 0;
  background: #395D32;
  clip-path: polygon(0 0, calc(100% - 115px) 0, 100% 160px, 100% 100%, 0 100%);
  padding: 94px 62px 94px 47px;
}
@media (max-width: 1800px) {
  .menu, .menu-2 {
    width: 65vw;
  }
}
@media (max-width: 1024px) {
  .menu, .menu-2 {
    clip-path: polygon(0 0, calc(100% - 95px) 0, 100% 100px, 100% 100%, 0 100%);
    width: 90vw;
    padding: 74px 20px 20px 15px;
  }
}
.menu.active, .menu-2.active {
  left: 0;
}
.menu .menu-wrapper, .menu-2 .menu-wrapper {
  text-transform: uppercase;
  font-weight: 800;
}
.menu .menu-wrapper .menu-h, .menu-2 .menu-wrapper .menu-h {
  font-size: 26px;
  padding-bottom: 6vw;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1024px) {
  .menu .menu-wrapper .menu-h, .menu-2 .menu-wrapper .menu-h {
    font-size: 14px;
    padding-bottom: 6vw;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.s-menu-h {
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .s-menu-h {
    padding-left: 0;
  }
}
.s-menu-h .border-bottom {
  border-bottom: 1px solid white;
  padding-bottom: 40px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  width: fit-content;
  font-weight: 900 !important;
  font-size: 39px;
}
@media (max-width: 1024px) {
  .s-menu-h .border-bottom {
    font-size: 20px;
  }
}
.s-menu-h .border-bottom svg {
  margin-right: 30px;
}

.menu-m {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1024px) {
  .menu-m {
    width: 160px;
  }
}

@media (max-width: 1024px) {
  .first-menu, .second-menu {
    margin-top: 40px;
  }
}
.first-menu .r-btn, .second-menu .r-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 100%;
  color: white;
  font-size: 39px;
  justify-content: space-between;
  padding: 15px 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .first-menu .r-btn, .second-menu .r-btn {
    padding: 0 10px;
  }
}
@media (max-width: 1024px) {
  .first-menu .r-btn svg, .second-menu .r-btn svg {
    width: 20px;
    position: absolute;
    right: 27px;
  }
}
.first-menu .r-btn svg path, .second-menu .r-btn svg path {
  transition: fill 0.3s ease-in-out;
}
.first-menu .r-btn .hover-text, .second-menu .r-btn .hover-text {
  color: #E31E24;
}
.first-menu .r-btn:hover, .second-menu .r-btn:hover {
  background: white;
}
.first-menu .r-btn:hover svg path, .second-menu .r-btn:hover svg path {
  fill: black;
  transition: fill 0.3s ease-in-out;
}
.first-menu .content-btn, .second-menu .content-btn {
  font-size: 39px !important;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .first-menu .content-btn, .second-menu .content-btn {
    font-size: 20px !important;
    padding-right: 25px;
  }
}
.first-menu svg, .second-menu svg {
  margin-left: 86px;
}

.menu-2 .menu-back {
  cursor: pointer;
}
.menu-2 .menu-back rect {
  transition: stroke 0.3s ease-in-out;
}
.menu-2 .menu-back:hover rect {
  stroke: black;
  transition: stroke 0.3s ease-in-out;
}
.menu-2 .content-btn {
  font-size: 32px !important;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .menu-2 .content-btn {
    font-size: 16px !important;
  }
}
.menu-2 .r-btn {
  margin-bottom: 10px !important;
  justify-content: unset;
}
.menu-2 .r-btn:hover {
  background: unset;
}
.menu-2 .r-btn .hover-text {
  color: black;
}
.menu-2 .r-btn img {
  margin-right: 20px;
}

.menu-img {
  width: 57px;
  display: flex;
  align-items: center;
  margin-right: 20px;
  justify-content: center;
}
@media (max-width: 1024px) {
  .menu-img {
    margin-right: 10px;
    width: 50px;
    padding-left: 10px;
  }
}
.menu-img img {
  max-width: 100%;
}

.light-logo {
  display: none;
}

footer {
  background-color: #000;
  color: #fff;
  border-top: 3px solid white;
  overflow: hidden;
}
footer .top-f {
  border-bottom: 3px solid white;
}
@media (max-width: 1024px) {
  footer .top-f {
    flex-direction: column;
  }
}

.footer-title {
  font-weight: 600;
  font-size: 35px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .footer-title {
    margin-bottom: 10px;
    font-size: 25px;
  }
}

.footer-link {
  display: block;
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
  transition: 0.3s;
  transition: color 0.3s ease-in-out;
}
.footer-link:hover {
  color: #E31E24 !important;
  transition: color 0.3s ease-in-out;
}

.footer-bottom a {
  color: white;
}
.footer-bottom a:hover {
  color: #E31E24;
  transition: color 0.3s ease-in-out;
}

.footer-link:hover {
  color: #fff;
  display: inline-block;
}

.c-info {
  color: #ccc;
  padding-top: 10px;
}

.footer-small {
  font-size: 12px;
  color: #888;
}

.logo {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

.logo span {
  color: #E31E24;
}

.footer-bottom {
  font-size: 12px;
  margin-top: 30px !important;
}
@media (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}

.fancy-border {
  position: relative;
}

.fancy-border {
  padding: 59px 50px;
}
@media (max-width: 1024px) {
  .fancy-border {
    padding: 0;
    text-align: center;
    padding: 30px;
  }
  .fancy-border .w-50 {
    width: 100% !important;
  }
}

.footer-divider {
  padding: 59px 50px;
}
@media (max-width: 1024px) {
  .footer-divider {
    padding: 0;
    text-align: center;
  }
}
.footer-divider a {
  color: white;
  transition: color 0.3s ease-in-out;
}
.footer-divider a:hover {
  color: #E31E24;
  transition: color 0.3s ease-in-out;
}

.fancy-border::after {
  content: "";
  display: block;
  width: 105px;
  height: 81%;
  margin-left: auto;
  background: none;
  border-right: 3px solid white;
  border-top: 3px solid white;
  transform: skewY(44deg);
  transform-origin: top right;
  position: absolute;
  top: 100px;
  right: 50px;
}
@media (max-width: 1024px) {
  .fancy-border::after {
    content: unset;
  }
}

.f-bottom-wrapper {
  padding: 25px 50px !important;
}
.f-bottom-wrapper .text-muted {
  color: #464646 !important;
}
@media (max-width: 1024px) {
  .f-bottom-wrapper {
    padding: 25px 40px !important;
  }
}

.r-btn {
  padding: 8px 16px;
  background: transparent;
}
.r-btn .hover-text {
  color: #E31E24;
}
.r-btn.dot-el {
  position: relative;
}
.r-btn.dot-el:hover:before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.r-btn.dot-el:before {
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 6px;
  height: 6px;
  background: #E31E24;
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
  border-radius: 100%;
}
.r-btn .content-btn {
  position: relative;
  overflow: hidden;
  font-size: 14px;
}
.r-btn .text-btn,
.r-btn .hover-text {
  transition: transform 500ms cubic-bezier(0.16, 1, 1, 1);
}
.r-btn .vertical-btn .text-btn,
.r-btn .vertical-btn .hover-text {
  transform: translateY(0%);
}
.r-btn .horizontal-btn .text-btn,
.r-btn .horizontal-btn .hover-text {
  transform: translateX(0%);
}
.r-btn .hover-text {
  position: absolute;
}
.r-btn .vertical-btn .hover-text {
  bottom: -100%;
}
.r-btn .horizontal-btn .hover-text {
  left: -100%;
  bottom: 0%;
  top: 0%;
  right: auto;
}

.r-btn:hover .vertical-btn .hover-text,
.r-btn:hover .vertical-btn .text-btn {
  transform: translateY(-100%);
}

.r-btn:hover .horizontal-btn .hover-text,
.r-btn:hover .horizontal-btn .text-btn {
  transform: translateX(100%);
}

.search-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  background: #212121;
  font-weight: 800;
}
@media (max-width: 768px) {
  .search-btn {
    padding: 13px 15px;
  }
}
.search-btn:hover {
  color: #E31E24;
  transition: color 0.5s ease;
}
.search-btn img {
  padding-right: 10px;
}

.lang {
  cursor: pointer;
}

.theme-change {
  border: 3px solid #212121;
  background: black;
  padding: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.theme-change .theme {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 21px;
  padding: 3px 7px;
  background: #212121;
  cursor: pointer;
  transition: background 0.5s ease-in-out;
}
.theme-change .theme:hover {
  background: #E31E24;
  transition: background 0.5s ease-in-out;
}
.theme-change .theme.active {
  background: #E31E24;
}
.theme-change .theme img {
  width: 13px;
  height: 13px;
}

#burgerBtn {
  position: relative;
}
#burgerBtn .hover-text {
  color: #395D32;
}
#burgerBtn .corner {
  width: 18px;
  height: 18px;
}
#burgerBtn .content-btn {
  font-weight: 800;
}
#burgerBtn:hover .corner {
  width: 50%;
  height: 50%;
}
#burgerBtn:hover .content-btn {
  color: #395D32;
}
#burgerBtn .corner {
  border-color: #395D32;
  opacity: 1 !important;
}

.burger {
  width: 27px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.burger .line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  transition: transform 0.3s ease, top 0.3s ease;
}

.burger .line:first-child {
  top: 8px;
}

.burger .line:last-child {
  top: 18px;
}

#burgerBtn:hover .line:first-child,
#burgerBtn:hover .line:last-child {
  top: 13px;
}

#burgerBtn.active .line:first-child,
#burgerBtn.active .line:last-child {
  top: 13px;
}

.burger {
  position: relative;
}

.learn-more {
  display: inline-block;
  background: #395D32;
  padding: 22px 32px;
  margin-top: 40px;
}
.learn-more .content-btn {
  font-size: 18px;
}
.learn-more .text-btn {
  color: white;
}
.learn-more .hover-text {
  color: #395D32;
}
.learn-more:hover {
  background: #212121;
}
.learn-more:hover .hover-text {
  color: #E31E24;
}

.light-t {
  background: white !important;
}
.light-t .main-wrapper {
  background-image: unset;
}
.light-t header {
  background: #FAFAFA;
}
.light-t header .text-btn {
  color: black;
}
.light-t header .search-btn {
  background: #E9E9E9;
}
.light-t header .theme-change {
  border-color: #E9E9E9;
  background: white;
}
.light-t header .burger .line {
  background: #395D32;
}
.light-t header .theme-change .theme.active {
  background-color: #395D32;
}
.light-t header .theme-change .dark {
  background: white;
}
.light-t header .theme-change .dark:hover {
  background: #395D32;
}
.light-t header .theme-change .dark:hover svg path {
  fill: white;
}
.light-t header .theme-change .dark svg path {
  fill: #395D32;
}
.light-t .hero-wrapper .col-2 {
  background: white;
}
.light-t .heading-2 span {
  color: black;
}
.light-t .manifacture {
  color: black;
}
.light-t .stats .stat.active, .light-t .stats .stat:hover {
  color: #E41E25 !important;
}
.light-t .dot {
  background: #E41E25;
}
.light-t .timeline {
  background: black;
}
.light-t .text span {
  color: black !important;
}
.light-t .text span.active {
  color: #E41E25 !important;
}
.light-t .light-footer {
  background: #395D32;
}
.light-t .light-footer .footer-small {
  color: white !important;
}
.light-t .light-footer .text-muted {
  color: white !important;
}
.light-t .dark-logo {
  display: none;
}
.light-t .light-logo {
  display: block !important;
}
.light-t .specs-title {
  color: black;
}
.light-t .specs-wrapper p {
  color: black;
}
.light-t .specs-wrapper li {
  color: black;
}
.light-t td, .light-t th {
  color: black !important;
}
.light-t .spec-value {
  color: #ff2b2b;
}
.light-t .spec-table th, .light-t .spec-table td {
  border-color: #ccc;
}
.light-t .prod-info-wrapper {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 2px;
}
.light-t .lang-light {
  display: block;
}
.light-t .lang-dark {
  display: none;
}
.light-t .product-main-wrapperr {
  background: black;
}
.light-t .specs-wrapper {
  background: black;
}
.light-t .specs-wrapper p, .light-t .specs-wrapper li {
  color: white;
}
.light-t .specs-wrapper .specs-title {
  color: white;
}
.light-t .table-wrapper {
  background-color: white;
  color: black;
}
.light-t .table-wrapper .specs-title {
  color: black;
}

.lang-light {
  display: none;
}

.lang-dark {
  display: block;
}

/* Base */
.body {
  background: black;
  color: white;
  font-family: "Montserrat", sans-serif !important;
  font-optical-sizing: auto;
  font-style: normal;
}

.main-wrapper {
  background-image: radial-gradient(#222 1px, transparent 1px);
  background-size: 20px 20px;
}

/* Hero */
.prod-hero {
  position: relative;
}
.prod-hero img {
  filter: brightness(0.8);
  object-fit: cover;
}

.hero-h {
  position: absolute;
  left: 30px;
  bottom: 20px;
  color: white;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero-h {
    left: 10px;
  }
}
.hero-h p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15.57px;
  line-height: 100%;
}
@media (max-width: 768px) {
  .hero-h p {
    font-size: 14px;
    padding-bottom: 5px;
  }
}
.hero-h h2 {
  font-family: Montserrat;
  font-weight: 900;
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-h h2 {
    font-size: 16px;
  }
}

/* Cards */
.card {
  border-radius: 0 !important;
  border: 0 !important;
  cursor: pointer;
  overflow: hidden;
}
.card img {
  transition: scale 0.5s ease-in-out;
}
.card:hover img {
  scale: 1.1;
}
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(180, 0, 0, 0.38), transparent 80%);
  opacity: 0;
  transition: 0.5s ease;
}
.card:hover::after {
  opacity: 1;
}

.card.cat::after {
  content: unset;
}

.borders:hover::after {
  opacity: 1;
}
.borders:hover .corner {
  opacity: 1 !important;
  z-index: 1 !important;
}
.borders .corner {
  position: absolute;
  height: 24px;
  width: 24px;
  border: 3.44px solid #E31E24;
  opacity: 0;
  transition: 0.3s;
}

/* Corners */
.top-left {
  top: 0;
  left: 0;
  border-right: none !important;
  border-bottom: none !important;
}

.top-right {
  top: 0;
  right: 0;
  border-left: none !important;
  border-bottom: none !important;
}

.bottom-left {
  bottom: 0;
  left: 0;
  border-right: none !important;
  border-top: none !important;
}

.bottom-right {
  bottom: 0;
  right: 0;
  border-left: none !important;
  border-top: none !important;
}

/* Headings */
.heading-2 {
  font-size: 70px;
  color: #e31e24;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.9;
}

.heading-wrapper {
  position: relative;
  width: fit-content;
}
.heading-wrapper .corner {
  position: absolute;
  height: 24px;
  width: 24px;
  border: 4.55px solid white;
}
.heading-wrapper .top-left {
  top: -10px;
  left: -30px;
}
.heading-wrapper .top-right {
  top: -10px;
  right: -30px;
}
.heading-wrapper .bottom-left {
  bottom: -10px;
  left: -30px;
}
.heading-wrapper .bottom-right {
  bottom: -10px;
  right: -30px;
}

/* Manufacture */
.manifacture {
  padding-left: 144px;
  padding-top: 40px;
}
@media (max-width: 1024px) {
  .manifacture {
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.manifacture-section {
  padding-top: 86px;
  padding-bottom: 190px;
}
@media (max-width: 768px) {
  .manifacture-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .manifacture-section .d-flex {
    flex-direction: column;
  }
}

/* History Section */
.history-section {
  position: relative;
  padding: 100px 20px;
  padding-right: 200px;
  padding-left: 400px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  overflow: hidden;
  margin: 30px 0;
}
@media (max-width: 1024px) {
  .history-section {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 60px;
    overflow: visible;
  }
}
.history-section .text {
  margin-left: auto;
  text-align: left;
  font-size: 30px;
}
@media (max-width: 1024px) {
  .history-section .text {
    font-size: 20px;
  }
}
.history-section .heading-wrapper {
  padding-right: 100px;
  width: 500px !important;
  margin-left: auto;
  display: none;
}
.history-section .heading-wrapper.active {
  display: block;
}
@media (max-width: 1024px) {
  .history-section .heading-wrapper {
    width: 80% !important;
    padding: 10px;
    margin: auto;
  }
}
.history-section .heading-wrapper .corner {
  border-color: #E31E24;
}

/* Timeline */
.timeline {
  position: absolute;
  width: 2px;
  background: white;
  height: 590px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline::before {
  content: "";
  background: #E31E24;
  height: 110px;
  width: 2px;
  position: absolute;
  top: -110px;
}
.timeline .progress {
  position: absolute;
  width: 100%;
  background: #E31E24;
  top: 0;
  height: 0;
  transition: height 0.3s ease;
}

.timeline {
  height: calc(100% + 60px);
  margin-bottom: -60px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: -4px;
  transition: background 0.3s ease;
}
.dot.active {
  background: red;
}
.dot.top {
  top: 0;
}
.dot.middle {
  top: 50%;
  transform: translateY(-50%);
}
.dot.bottom {
  bottom: 0;
}

/* Text states */
.text {
  display: none;
  color: gray;
}
.text.active {
  display: block;
}
.text span {
  color: gray;
  transition: color 0.3s ease;
  font-weight: 700;
}
.text span.active {
  color: white;
}

/* Stats */
.stats {
  line-height: 1;
  margin-left: -100px;
}
@media (max-width: 1024px) {
  .stats {
    position: relative;
    display: flex;
    gap: 80px;
    overflow-x: auto;
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-bottom: 20px;
  }
}
.stats .subtitle {
  font-size: 25px;
}
@media (max-width: 1024px) {
  .stats .subtitle {
    font-size: 20px;
    width: max-content;
  }
}
@media (max-width: 1024px) {
  .stats .mobile-timeline {
    position: absolute;
    transform: rotate(-90deg);
    bottom: 30px;
    left: 110px;
  }
  .stats .mobile-timeline .timeline {
    transform: unset;
    height: 660px;
  }
}
.stats .stat {
  cursor: pointer;
  color: #3a3939 !important;
  transition: color 0.3s ease-in-out;
  text-align: right;
  padding: 45px 0 !important;
}
@media (max-width: 1024px) {
  .stats .stat {
    text-align: center;
    padding: 85px 0 !important;
  }
}
.stats .stat.active, .stats .stat:hover {
  color: white !important;
}
@media (max-width: 1024px) {
  .stats .stat .title {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .stats .stat .title .subtitle {
    font-size: 20px;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 5;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Misc */
.prod {
  cursor: pointer;
}

.prod-wrapper {
  position: relative;
  background: white;
  overflow: hidden;
}

.prod-heading {
  color: black;
  padding: 40px 45px;
}
@media (max-width: 1024px) {
  .prod-heading {
    padding: 20px;
  }
}
.prod-heading .small-heading {
  font-size: 12px;
}
.prod-heading p {
  color: #395D32;
  font-weight: 700;
  padding-top: 26px;
}
.prod-heading h1 {
  color: #E31E24;
  font-size: 37px;
  font-weight: 900;
}
@media (max-width: 1024px) {
  .prod-heading h1 {
    font-size: 25px;
  }
}

.prod-slider {
  padding-bottom: 40px;
  cursor: pointer;
}
.prod-slider .slick-track {
  display: flex;
  align-items: center;
}

.prod-bgn {
  position: absolute;
  bottom: -1px;
  right: 63px;
  left: 46px;
}

.buy-btn {
  background: #E21E23;
  height: 95px;
  clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
  width: 240px;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  margin-left: auto;
  font-weight: 700;
  transition: fill 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .buy-btn {
    height: 135px;
    width: fit-content;
  }
}
.buy-btn:hover path {
  fill: black;
  transition: fill 0.3s ease-in-out;
}

.prod-bg-wrapper {
  height: 95px;
  background: #212121;
  margin: 0 50px 0 50px;
  clip-path: polygon(35px 0, 100% 0, 100% 100%, 0 100%, 0 40px);
}
@media (max-width: 768px) {
  .prod-bg-wrapper {
    height: 135px;
    margin: 0;
    width: 100%;
  }
}

.prod-param {
  position: absolute;
  display: flex;
  gap: 46px;
  top: 52%;
  transform: translate(66px, -50%);
}
@media (max-width: 768px) {
  .prod-param {
    gap: 20px;
    transform: translate(36px, -50%);
    flex-wrap: wrap;
    width: 90%;
  }
}

.param-h {
  font-size: 28px;
  font-weight: 900;
}
@media (max-width: 768px) {
  .param-h {
    font-size: 16px;
  }
}

.prod-info-wrapper {
  padding: 23px 50px 23px 50px;
}
@media (max-width: 1024px) {
  .prod-info-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.prod-header {
  background: white;
  color: black;
  display: flex;
  gap: 72px;
  padding: 14px 47px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .prod-header {
    gap: 10px;
    padding: 10px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.prod-header a {
  color: black;
  transition: color 0.3s ease-in-out;
}
.prod-header a:hover {
  color: #e31e24;
  transition: color 0.3s ease-in-out;
}

.red-clr {
  color: #E31E24 !important;
}

.specs-wrapper {
  padding: 50px;
  border-bottom: 1px solid #494949;
}
@media (max-width: 1024px) {
  .specs-wrapper {
    padding: 20px 20px 20px 20px;
  }
  .specs-wrapper .w-50 {
    width: 100% !important;
  }
}
.specs-wrapper li {
  display: flex;
}
.specs-wrapper li:before {
  content: url("/images/list.svg");
  padding-right: 15px;
  display: block;
}

@media (max-width: 1024px) {
  #features .row {
    gap: 30px;
  }
}

/* title */
.specs-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .specs-title {
    font-size: 25px;
  }
}

/* table styling */
.spec-table {
  width: 100%;
  border-collapse: collapse;
}
.spec-table thead th {
  border-bottom: 0;
  font-size: 23px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .spec-table thead th {
    border-bottom: 1px solid #494949;
  }
}
.spec-table tr:first-child td {
  border-top: 0 !important;
}

#specifications .mt-min .spec-table {
  margin-top: -84px;
}
@media (max-width: 1024px) {
  #specifications .mt-min .spec-table {
    margin-top: 0;
  }
}

.spec-table th,
.spec-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #494949;
}

.spec-table th {
  text-align: left;
  color: white;
  font-weight: 500;
}

/* values */
.spec-value {
  color: #ff2b2b;
  font-weight: 500;
}

/* sub rows */
.sub {
  padding-left: 20px;
  color: white;
  font-size: 14px;
}

.under-heading {
  background: black;
  color: white;
  font-size: 22px;
  padding: 6px 16px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .under-heading {
    margin-top: 0;
  }
}

.prod-box {
  padding: 75px 22px 0 22px;
}

.prod-wrapper-c {
  padding: 0 45px 40px 45px;
  color: black;
}
@media (max-width: 1024px) {
  .prod-wrapper-c {
    padding: 20px;
  }
}
.prod-wrapper-c h3 {
  font-size: 20px;
  margin: 0;
}
.prod-wrapper-c small {
  font-size: 17px;
}
.prod-wrapper-c .prod-c-heading {
  background: #F3F3F3;
  padding: 11px 17px;
  margin-top: 60px;
  margin-bottom: 9px;
}

@media (max-width: 768px) {
  .heading-2 {
    font-size: 30px;
  }
}
.heading-2 span {
  font-size: 70px;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .heading-2 span {
    font-size: 30px;
  }
}

.int-events .corner {
  border: 4.55px solid #E31E24;
}
.int-events .heading-wrapper {
  padding: 72px 118px;
  padding-bottom: 30px;
}
.int-events .heading-wrapper h2 {
  font-size: 44.43px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0%;
  line-height: 81%;
  color: black;
}

.hero-wrapper {
  background: black;
}
@media (max-width: 1024px) {
  .hero-wrapper {
    flex-wrap: wrap;
  }
}
.hero-wrapper .col-2 {
  padding: 0 5px !important;
  background: black;
}

.table-wrapper {
  border: 1px solid #494949;
}
@media (max-width: 1024px) {
  .table-wrapper {
    width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
}
.table-wrapper .specs-title {
  padding: 18px 24px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.table-wrapper td {
  padding: 18px 24px;
}
.table-wrapper th {
  padding: 18px 24px;
}

.part-img {
  width: 255px;
}

.product-main-wrapper {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .int-events .box {
    flex-direction: column;
    padding: 20px;
    text-align: center;
    gap: 10px;
  }
  .int-events .heading-wrapper {
    padding: 40px 40px !important;
  }
  .int-events .heading-wrapper h2 {
    line-height: 1;
    font-size: 24px;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
}
.future-wrapper {
  padding-top: 200px;
  position: relative;
}
.future-wrapper:before {
  content: "";
  position: absolute;
  background: #212121;
  width: 100%;
  height: 700px;
  top: 130px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .future-wrapper:before {
    content: unset;
  }
}
.future-wrapper video {
  scale: 2;
}
.future-wrapper img {
  position: absolute;
  right: 0;
  top: -150px;
}

.future {
  padding-left: 144px;
  background: #E21E23;
  clip-path: polygon(0 0, calc(100% - 285px) 0, 100% 380px, 100% 100%, 0 100%);
  padding-bottom: 170px;
  padding-top: 260px;
}
@media (max-width: 1024px) {
  .future .w-75 {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .future {
    clip-path: polygon(0 0, calc(100% - 135px) 0, 100% 170px, 100% 100%, 0 100%);
    padding-bottom: 65px;
    padding-top: 110px;
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media (max-width: 768px) {
  #tableHeaders, #tableHeaders-2 {
    position: unset !important;
  }
}

.prod-2 .top-bar {
  position: sticky;
  top: 0;
  z-index: 1;
  background: black;
  align-items: center;
  gap: 20px;
  padding: 14px 0;
}
@media (max-width: 768px) {
  .prod-2 .top-bar {
    position: unset;
    flex-direction: column;
    align-items: unset !important;
  }
}
.prod-2 .top-bar-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.prod-2 .ammo-text-block {
  display: flex;
  flex-direction: column;
}
.prod-2.specs-wrapper {
  padding-right: 0 !important;
}
@media (max-width: 768px) {
  .prod-2.specs-wrapper {
    padding-right: 20px !important;
  }
}
.prod-2 .table-scroll {
  scrollbar-color: #393939 #F0F0F0;
}
.prod-2 .table-scroll::-webkit-scrollbar {
  height: 13px;
}
.prod-2 .table-scroll::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #393939;
}
.prod-2 .table-scroll::-webkit-scrollbar-track {
  background: #F0F0F0;
}
.prod-2 table {
  width: max-content;
  min-width: 100%;
}
.prod-2 thead th {
  background: #393939 !important;
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.12em;
  padding: 14px 24px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.prod-2 td {
  padding: 14px 24px;
}
.prod-2 tr {
  border-bottom: 1px solid #EFEFEF;
}
.prod-2 th:nth-child(1), .prod-2 td:nth-child(1) {
  min-width: 130px;
  width: 190px;
}
.prod-2 th:nth-child(2), .prod-2 td:nth-child(2) {
  min-width: 120px;
  width: 120px;
}
.prod-2 th:nth-child(3), .prod-2 td:nth-child(3) {
  min-width: 360px;
  width: 450px;
}
.prod-2 th:nth-child(4), .prod-2 td:nth-child(4) {
  min-width: 150px;
  width: 230px;
}
.prod-2 th:nth-child(5), .prod-2 td:nth-child(5) {
  min-width: 140px;
  width: 180px;
}
.prod-2 th:nth-child(6), .prod-2 td:nth-child(6) {
  min-width: 220px;
  width: 300px;
}
.prod-2 th:nth-child(7), .prod-2 td:nth-child(7) {
  min-width: 230px;
  width: 340px;
}
.prod-2 #tableBody::-webkit-scrollbar {
  height: 12px;
}
.prod-2 #tableBody::-webkit-scrollbar-thumb {
  background: #393939;
  border-radius: 0;
}
.prod-2 #tableBody::-webkit-scrollbar-track {
  background: #F0F0F0;
  scrollbar-width: 12px;
  scrollbar-color: #393939 #F0F0F0;
}
.prod-2 tbody {
  background: white;
  color: black;
}
.prod-2 tbody tr {
  transition: background 0.15s ease;
}
.prod-2 #weapons, .prod-2 #packing {
  background: white;
  color: black;
}
.prod-2 #weapons .specs-title, .prod-2 #packing .specs-title {
  position: sticky;
  top: 0;
  background: white;
}
.prod-2 #weapons tr, .prod-2 #packing tr {
  border: 0;
}
.prod-2 #weapons td, .prod-2 #packing td {
  border: 0;
}
.prod-2 #packing .specs-title {
  padding: 0 20px;
}
.prod-2 #weapons {
  margin-right: 50px !important;
}
.prod-2 #tableBody tr:hover {
  background: #E31E24;
  color: white;
}

/*# sourceMappingURL=style.css.map */
