
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary-font: "Saira", sans-serif;
    --secondary-text-color: #E3BFA5;
}
* {
    padding: 0;
    margin: 0;

}
body{
  font-family: "Saira", sans-serif;
  padding-top:124px;
  opacity: 0;
}
.theme-text{
  color: var(--text-color);
  
}
:root {
    --primary-color: #040E56;
    --secondary-color: #8FCEFF;
}
a{
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
h1, h2, h3, h4, h5, h6{
  font-weight: normal;
  text-transform: uppercase;
  
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}

.home-hero video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.logo_main svg{
  width: 207px;
  height: auto;
}
header {
  position: fixed;
  width: 100%;
  z-index: 1;
  top:0;
  background:#131313;
}
.container-full{
  width: 100%;
  max-width: 100%;
}
.p-rl-50{
  padding-left: 50px;
  padding-right: 50px;
}
.promo-bar{
    background: #242424;
}
.promo-bar {
  color: #9C9999;
}
.promo-bar a{
  text-decoration: none;
  color: #9C9999;
}
.promo-bar a:hover{
  color: #E3BFA5;
}
.promo-bar .col-lg-4 a:hover svg path{
  fill: #E3BFA5;
}
.promo-bar .col-lg-8 a:hover svg path{
  stroke: #E3BFA5;
}
 .text-lg-right {
    text-align: right !important;
  }
.navbar-dark .navbar-nav .nav-link {
  font-family: "Saira", sans-serif;
  font-size: 16px;
  font-weight:300;
  padding: 30px 15px;
  color: #fff;
  text-transform: uppercase;
  outline: none;
}
.navbar.navbar-expand-lg.navbar-dark {
  padding: 0;
}
.navbar-nav .nav-link.active, .nav-link:hover{
  background: #E3BFA5;
  color: #000!important;
}
.home-hero {
  position: relative;
}
.mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn {
  border-radius: 0;
  text-transform: uppercase;
  padding: 7px 35px;
  font-size: 14px;
}
.h1{
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: normal;
}
.home-hero p{
  font-size: 18px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}
.light-black-bg{
  background-color: #222;
}
.section-two{
  padding: 70px 0;
}
.w-550 {
  max-width: 550px;
  padding: 0 25px;
  text-align: center;
  margin: 0 auto 50px;
}
.light-new p{
  color:rgba(255, 255, 255, 0.6);
}
.border-radius-10{
  border-radius: 10px;
}
.circle-box {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  margin: 0 auto 20px;
  background: rgba(0, 0, 0, 0.3);
}


.section-three{
  height: 500px;
  width: 100%;
  background-image: url('../images/3-1-1.webp');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.image-over::before{
  content: "";
  top:0;
  width: 100%;
  left: 0;
  height:150px;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(180deg, #121212 0%, #12121200 100%);
}
.section-three::after{
  content: "";
  bottom:0;
  width: 100%;
  left: 0;
  height:150px;
  position: absolute;
  background-color: transparent;
  background-image: 
  linear-gradient(0deg, #121212 0%, #12121200 100%),
  linear-gradient(0deg, var( --e-global-color-secondary ) 0%, #12121200 100%);
}
/*.home-hero::after{
  content: "";
  bottom:0;
  width: 100%;
  left: 0;
  height:150px;
  position: absolute;
  background-color: transparent;
  background-image: linear-gradient(0deg, #121212 0%, #12121200 100%);
  linear-gradient(0deg, var( --e-global-color-secondary ) 0%, #12121200 100%);
}*/
.video-full, .image-full{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.width-500 {
  max-width: 500px;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
}

.container-full{
  max-width: 100%!important;
}
.mb-4.select-logo {
  max-height: 100px;
  text-align: center;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.select-logo img {
  max-height: 100px;
}
.home-hero-slider, .home-slider{
  height: calc(100vh - 124px);
}
.slide-caption {
    position: absolute;
    z-index: 10;
    bottom:100px;
    left: 0;
    max-width: 785px;
    z-index: 999;
}
.image-slide {
  height: 100%;
}
.home-slider img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.home-slider .image-slide::before{
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

}
.home-slider h1{
  font-weight: normal;
  font-size: 40px;
}
.home-slider .slick-list, .home-slider .slick-track, .home-slider .slick-slide{
  height: 100%;
}
.home-slider .slick-dots {
  display: flex;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  width: 100%;
  left: 0;
}
.home-slider .slick-dots li button {
  background: #444444;
  border: none;
  width: 30px;
  height: 3px;
  font-size: 0;
}
.home-slider .slick-dots li {
  list-style: none;
}
.home-slider .slick-dots li.slick-active button{
  background: #E3BFA5;
}
.font-16{
  font-size: 16px;

}
.width-460 {
  width: 100%;
  max-width: 500px;
  padding-left: 40px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.font-36{
  font-size: 36px;
}
.weight-500{
  font-weight: 500;
}
.p-tb-80{
  padding: 80px 0;
}
.col-lg-6.p-0.video-info {
  position: absolute;
  right: 13px;
  max-width: 600px;
  bottom: 0;
  height: 482px;
}
.position-r{
  position: relative;
}
.column-gap-100{
  column-gap: 100px;
}
.image-video-text{
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
.image-with-text .justify-content-end .video-info{
  left: 13px;
  right: inherit;
}
.image-with-text .justify-content-end .width-460{
  padding-left: 0;
  padding-right: 40px;
}
.section-five{
  background:url('../images/img-4.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.p-tb-100{
  padding: 100px 0;
}
.detail-dealer {
  display: flex;
  max-width: 950px;
  margin: 30px auto 0;
  column-gap: 36px;
}
.text-center.icon-box{
  min-height: 208px;
  width: 100%;
  background: #000;
  
}
.icon-svg {
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon-box h6{
  margin-top: 20px;
  margin-bottom: 0;
}
.icon-box a{
  text-decoration: none;
  padding: 30px;
  display: block;
}
.icon-box a:hover{
  opacity: 0.6;
}
.w-630{
  max-width: 630px;
  width: 100%;
  margin:20px auto 0;
}
.event-box{
    padding: 0 15px;
}
.event-info, .event-info img {
  width: 100%;
}
.event-info{
  position: relative;
}
.event-slider{
    margin-top: 65px;
    margin-bottom: 30px;
    padding: 0;
}
.section-six{
  background: #323232;
}
.event-detail{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 15px;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  opacity: 0;
  justify-content: center;
  background: rgba(20, 20, 20, 0.7);
  -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.event-info:hover .event-detail{
  opacity: 1;
}
.font-24{
  font-size: 22px;
}
.event-slider .slick-dots {
  display: flex;
  column-gap: 10px;
  margin: 0;
  padding: 0;
  justify-content: center;
  position: absolute;
  bottom: -50px;
  width: 100%;
  left: 0;
}
.event-slider .slick-dots li button {
  background: #000;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-size: 0;
}
.event-slider .slick-dots li {
  list-style: none;
}
.event-slider .slick-dots li.slick-active button{
  background: #E3BFA5;
}
.address p{
  opacity: 0.6;
}
footer {
    padding: 110px 0;
    background-image: url('../images/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

footer .footer-label span{
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--secondary-text-color);
    text-transform: uppercase;
    margin: 0;
}

.footer-logo svg{
    height: 55px;
    margin-bottom: 27px;
}

footer .social {
    gap: 10px;
}

footer .social span {
    max-width: 35px;
    width: 100%;
}

.copyright-container {
    color: #9C9999;
    background-color: #323232;
    padding: 12px 0;
}

.copyright-container p {
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0;
    margin: 0;
}
.footer-label a, .copyright-container a{
  text-decoration: none;
}
.footer-label a:hover, .copyright-container a:hover{
    color: #E3BFA5;
}
.footer-label {
  display: flex;
  align-items: center;
  column-gap: 5px;
  justify-content: center;
}
.w-1200 {
  max-width: 1200px;
  margin: 30px auto;
}
.w-1200 .footer-label {
  margin-bottom: 0;
}
.social a:hover path {
  fill: #E3BFA5;
}
.social a:hover path.in_bg {
  fill: #131313;
}
.navbar-toggler:focus {
  box-shadow:none;
}
.navbar-toggler{
  border: none;
}
.social a path{
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.p-tb-30{
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .collapse:not(.show) {
  display: none;
}
.navbar-expand-lg .navbar-toggler {
        display: none
    }
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    margin-top: -1px;
    border-radius: 0;
  }
}

@media (max-width:1199px) {
  .collapse:not(.show) {
  display: none;
}
.navbar.navbar-expand-lg.navbar-dark {
  padding: 15px 0;
}
}


.offcanvas-backdrop {
  position: fixed;
  top: 118px;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.close_svg {
  display: none;
}
.home-slider {
  transform: scale(1.1);
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.home-slider.zoom_in{
  transform: scale(1);
}
.home-hero-slider {
  overflow: hidden;
}

/*---------Start-1199--------*/
@media (max-width: 1199px) {
  .navbar-toggler[aria-expanded="true"] .close_svg{
    display: block;
}
.navbar-toggler .close_svg {
    width: 24px;
    height: 23px;
    top: -7px;
    right: 16px;
    position: absolute;
  }
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  display: none;
}
  .show ~ .offcanvas-backdrop.fade {
  display: block;
  opacity: 1;
}
.col-lg-6.p-0.video-info {
  max-width: 50%;
  height: 380px;
}
.navbar-collapse.show {
  right: 0;
 }
.navbar-collapse {
  position: fixed;
  width: 50%;
  top: 118px;
  padding: 40px 20px;
  right: -100%;
  z-index: 9;
  height: 100%;
  background: #323232;
  -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar-dark .navbar-nav .nav-link {
  padding: 10px 15px;
 }
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: static;
  }
 .navbar-expand-lg .navbar-nav {
    flex-direction: column;
  }
.navbar-toggler{
  position: absolute;
  right: 38px;
}  
}
/*---------End-1199--------*/

@media (max-width:1024px) {
.event-info .event-detail{
  opacity: 1;
}
.width-460 {
  max-width: 420px;
 }
}

@media (max-width:991px) {
   .navbar-toggler {
    right: 12px;
  }
.col-lg-6.p-0.video-info{
  right: 25px;
}  
.p-rl-50 {
  padding-left: 25px;
  padding-right: 25px;
}
.container, .container-md, .container-sm {
    max-width: 100%;
}
.container.position-r {
  padding: 0 25px;
}
.width-460, .image-with-text .justify-content-end .width-460{
  width: 100%;
  max-width: 45%;
  padding: 20px;
}
.image-with-text .justify-content-end .video-info {
  left: 25px;
  right: inherit!important;
}
body {
  padding-top: 117px;
}
.flex-direction-paid{
  flex-direction: column!important;
}
.width-500 {
  max-width: 500px;
  margin: 0 0 30px;
  width: 100%;
  padding:30px 25px;
}
.video_image{
  width: 100%;
}
.col-lg-5.col-md-5.video_image_info {
  width: 100%;
}
}
/*---------End-991--------*/

@media (max-width:767px) {
  .video_image .col-lg-6{
  width: 100%;
}
.detail-dealer {
  flex-direction: column;
  row-gap: 30px;
}  
.text-center.icon-box {
  min-height: 208px;
  width: 100%;
  background: #000;
  max-width: 250px;
  margin: 0 auto;
}
.m-flex-direction-c {
  flex-direction: column;
  row-gap: 15px;
}
.col-lg-6.p-0.video-info {
    max-width: 100%;
    height: 250px;
    position: static;
  }
   .width-460, .image-with-text .justify-content-end .width-460 {
    width: 100%;
    max-width: 500px;
    padding: 20px;
    margin: 0 0;
    padding-left: 0;
  }
.image-video-text {
  row-gap: 50px;
}  
footer {
  padding: 50px 0;
 }
.image-with-text .justify-content-end {
  justify-content: flex-start !important;
} 
.p-tb-80, .p-tb-100{
  padding: 50px 0;
}
.font-36 {
  font-size: 30px;
}
.h1 {
  font-size: 3rem;
}
.home-slider h1 {
  font-weight: normal;
  font-size: 36px;
}
.slide-caption {
  bottom: 60px;
 }
 .logo_main svg {
  width: 164px;
  height: auto;
}
body {
  padding-top: 110px;
  
}
.navbar-collapse {
  padding: 40px 20px;
}
.navbar-dark .navbar-nav .nav-link {
  padding: 10px 15px;
 }
.navbar-nav .dropdown-menu {
  background: rgb(0, 0, 0);
  border-radius: 0;
}
.navbar-nav {
  max-height: 75vh;
  overflow: auto;
  padding-bottom: 50px;
} 
.promo-bar .col-lg-8  {
  width: 55%;
}
.promo-bar .col-lg-4{
  width: 45%;
}
.home-hero p {
  font-size: 16px;
  line-height: 1.4;
}
.navbar-collapse {
    top: 107px;
    width: 100%;
} 
.p-tb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}   
}


/* JW 19.09.25 */

  /* ====== Global variables ====== */
  :root {
    --accent: #d2b48c;        /* beige accent color */
    --accent-dark: #b9976b;   /* darker accent shade */
    --dark: #1c1c1c;          /* dark background */
    --light: #f8f9fa;         /* light gray background */
    --border-light: #dee2e6;  /* border for light tables */
    --border-dark: #2a2a2a;   /* border for dark tables */
  }

  /* ====== Hero sections ====== */
  #exlantixLanding #ex-hero {
    position: relative;
    height: 100vh;
    color: #fff;
    overflow: hidden;
  }
  #exlantixLanding #ex-hero .ex-hero-bg {
    position: absolute;
    inset: 0;
    background-image: url('/content/exlantix/exlantix_es_hero.webp');
    background-size: cover;
    background-position: center;
    filter: brightness(0.6);
    z-index: 0;
  }
  #exlantixLanding #ex-hero .ex-hero-content {
    position: relative;
    z-index: 1;
  }

  /* ====== Scroll animations ====== */
  #exlantixLanding .animate-on-scroll,
  #seresLanding .animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
  }
  #exlantixLanding .animate-on-scroll.animated,
  #seresLanding .animate-on-scroll.animated {
    opacity: 1;
    transform: translateY(0);
  }

  /* ====== Card hover effect ====== */
  #exlantixLanding .feature-card,
  #seresLanding .feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  #exlantixLanding .feature-card:hover,
  #seresLanding .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  }

  /* ====== Section backgrounds ====== */
  #exlantixLanding #ex-om,
  #exlantixLanding #ex-et,
  #seresLanding #seres-om {
    background-color: var(--light);
    color: #212529;
  }
  #exlantixLanding #ex-om h2,
  #exlantixLanding #ex-et h2,
  #seresLanding #seres-om h2 {
    color: #000;
  }

  #exlantixLanding #ex-es,
  #exlantixLanding #ex-features,
  #seresLanding #seres-specs,
  #seresLanding #seres-features {
    background-color: var(--dark);
    color: #f1f1f1;
  }

  /* ====== Tables (shared base) ====== */
  .spec-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.95rem;
  }
  .spec-table th,
  .spec-table td {
    padding: 0.75rem 1rem;
    text-align: left;
  }

  /* --- Light background tables --- */
  #exlantixLanding #ex-om .spec-table,
  #exlantixLanding #ex-et .spec-table,
  #seresLanding #seres-om .spec-table {
    color: #212529;
  }
  #exlantixLanding #ex-om .spec-table th,
  #exlantixLanding #ex-et .spec-table th,
  #seresLanding #seres-om .spec-table th,
  #exlantixLanding #ex-om .spec-table td,
  #exlantixLanding #ex-et .spec-table td,
  #seresLanding #seres-om .spec-table td {
    background-color: #ffffff;
    border: 1px solid var(--border-light);
  }
  #exlantixLanding #ex-om .spec-table th,
  #exlantixLanding #ex-et .spec-table th,
  #seresLanding #seres-om .spec-table th {
    background-color: #e9ecef;
    font-weight: 600;
    color: #000;
  }

  /* --- Dark background tables --- */
  #exlantixLanding #ex-es .spec-table,
  #exlantixLanding #ex-features .spec-table,
  #seresLanding #seres-specs .spec-table,
  #seresLanding #seres-features .spec-table {
    color: #eaeaea;
  }
  #exlantixLanding #ex-es .spec-table th,
  #exlantixLanding #ex-features .spec-table th,
  #seresLanding #seres-specs .spec-table th,
  #seresLanding #seres-features .spec-table th,
  #exlantixLanding #ex-es .spec-table td,
  #exlantixLanding #ex-features .spec-table td,
  #seresLanding #seres-specs .spec-table td,
  #seresLanding #seres-features .spec-table td {
    background-color: #1f1f1f;
    color: #eaeaea;
    border: 1px solid var(--border-dark);
  }
  #exlantixLanding #ex-es .spec-table th,
  #exlantixLanding #ex-features .spec-table th,
  #seresLanding #seres-specs .spec-table th,
  #seresLanding #seres-features .spec-table th {
    font-weight: 600;
  }

  /* ====== Images ====== */
  #exlantixLanding .model-img,
  #seresLanding .model-img {
    width: 100%;
    height: auto;
    border-radius: 0.5rem;
  }

  /* ====== Buttons ====== */
  #exlantixLanding .btn-primary,
  #exlantixLanding .btn-outline-primary,
  #seresLanding .btn-primary,
  #seresLanding .btn-outline-primary {
    background-color: var(--accent) !important;
    border-color: var(--accent) !important;
    color: #000 !important;
  }
  #exlantixLanding .btn-primary:hover,
  #exlantixLanding .btn-outline-primary:hover,
  #seresLanding .btn-primary:hover,
  #seresLanding .btn-outline-primary:hover {
    background-color: var(--accent-dark) !important;
    border-color: var(--accent-dark) !important;
    color: #000 !important;
  }

  /* ====== Icons ====== */
  #exlantixLanding .feature-card i,
  #seresLanding .feature-card i {
    color: var(--accent) !important;
  }

  /* ====== CTA footer ====== */
  #exlantixLanding #ex-kontakt,
  #seresLanding #seres-kontakt {
    background: linear-gradient(to right, var(--accent), var(--accent-dark)) !important;
    color: #000 !important;
  }
  #exlantixLanding #ex-kontakt .btn,
  #seresLanding #seres-kontakt .btn {
    background-color: #fff !important;
    color: #000 !important;
    border: none !important;
  }
  /* Adjust text-muted for dark sections */
  #exlantixLanding #ex-es .text-muted,
  #exlantixLanding #ex-features .text-muted,
  #seresLanding #seres-specs .text-muted,
  #seresLanding #seres-features .text-muted {
    color: rgba(255, 255, 255, 0.6) !important; /* light grey for readability */
    font-size: 0.875rem; /* optional: slightly smaller text */
}

