body, html {
  margin: 0;
  padding: 0;
  font-family: 'Arial', sans-serif;
  color: #fff;
  overflow-x: hidden;
  background-color: #262626;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  object-fit: cover;
  z-index: 1;
}
.video-bg:first-of-type {
  opacity: 0.5;
}
.fade-out, .fade-in {
  transition: opacity 2s ease-in-out;
  opacity: 0;
}
.background-container {
  position: relative;
  overflow: hidden;
}
.centered-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.header, .footer {
  position: fixed;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.header {
  font-size: 15px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.header img {
  max-height: 100px;
}
.header h1 {
  font-family: 'Orbitron', sans-serif;
  color: #fff;
}
.footer {
  bottom: 0;
  text-align: center;
  padding: 1rem;
  position: relative;
}
.footer img {
  height: 50px;
}
.footer-links {
  margin: 10px 0;
}
.footer-links a {
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
}
.footer-links a:hover {
  text-decoration: underline;
}
.social-links {
  margin: 10px 0;
}
.social-icon img {
  height: 40px;
  margin-right: 10px;
  transition: transform 0.3s ease;
}
.social-icon:hover img {
  transform: scale(1.1);
}
.promotions {
  background-color: #333;
  color: #fff;
  padding: 4rem 0;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
  animation-delay: 0.5s;
}
.promotions1 {
  padding: 4rem 0;
  background-color: #262626;
  color: #fff;
}
.image-description {
  display: flex;
  align-items: center;
}
.image-description img {
  width: 20%;
  border-radius: 15px;
  margin-right: 20px;
}
.vertical-line {
  border-left: 2px solid #fff;
  height: 100px;
  margin: 0 20px;
}
.down-line {
  width: 10%;
  margin: 20px auto;
  border-top: 2px solid #fff;
}
.promotion-card2 {
  padding: 30px;
  background: #262626b2;
  border: 1px solid #444;
  margin-bottom: 2rem;
  transition: transform 0.5s, box-shadow 0.5s;
  height: auto;
}
.promotion-card4 {
  padding: 30px;
  background: #262626b2;
  border: 1px solid #444;
  margin-bottom: 2rem;
  transition: transform 0.5s, box-shadow 0.5s;
  height: auto;
}
.promotion-card2, .promotion-card3 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  transition: transform 0.5s, box-shadow 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  height: 500px;
}
@media (max-width: 768px) {
  .centered-content {
    margin: 0 auto;
 }
}
@media (max-width: 768px) {
  .promotion-card2, .promotion-card3 {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
    max-height: 400px;
    .panel-container {
      flex-direction: row;
      justify-content: center;
   }
 }
}
.promotion-card2:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.promotion-card3 {
  background: #26262648;
  border: 1px solid #444;
  margin-bottom: 2rem;
  transition: transform 0.5s, box-shadow 0.5s;
  height: 500px;
}
.promotion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.promotion-card {
  background: #26262648;
  border: 1px solid #444;
  margin-bottom: 2rem;
  transition: transform 0.5s, box-shadow 0.5s;
}
.promotion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.promotion-card img {
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #444;
}
.button {
  padding: 1rem 2rem;
  margin: 0.5rem;
  background-color: #262626;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #fff;
}
.button:hover {
  background-color: #262626;
}
@keyframes fadeInUp {
  from {
    transform: translateY(40px);
    opacity: 0;
 }
  to {
    transform: translateY(0);
    opacity: 1;
 }
}
.scroll-prompt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: bounce 2s infinite;
  cursor: pointer;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
 }
  40% {
    transform: translateY(-30px);
 }
  60% {
    transform: translateY(-15px);
 }
}
.bt {
  position: relative;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.bt::before, .bt::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  overflow: hidden;
}
.bt::after {
  left: 2px;
  text-shadow: -2px 0 red;
}
.bt::before {
  left: -2px;
  text-shadow: -2px 0 blue;
}
@keyframes glitch-animation {
  0% {
    clip: rect(42px, 9999px, 44px, 0);
    transform: skew(0.39deg);
 }
  5% {
    clip: rect(85px, 9999px, 87px, 0);
    transform: skew(0.39deg);
 }
  100% {
    clip: rect(42px, 9999px, 44px, 0);
    transform: skew(0.39deg);
 }
}
@keyframes glitch-skew {
  0% {
    transform: skew(1deg);
 }
  10% {
    transform: skew(-1deg);
 }
  100% {
    transform: skew(1deg);
 }
}
.gray {
  filter: grayscale(1);
  transition: 1s;
}
.gray:hover {
  filter: grayscale(0);
}
.about-description {
  padding: 20px;
  background-color: #444;
  color: #fff;
  border-radius: 5px;
}
.about-description h3 {
  font-size: 24px;
  margin-bottom: 10px;
}
.about-description p {
  font-size: 16px;
}
.promotions1 .promotion-card {
  background: #262626;
  border: 1px solid #444;
  margin-bottom: 2rem;
  transition: transform 0.5s, box-shadow 0.5s;
}
.promotions1 .promotion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.promotions1 .promotion-card img {
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #444;
}
.panel-container {
  padding: 15px;
  background: #262626b2;
  border: 1px solid #444;
  margin-bottom: 2rem;
  transition: transform 0.5s, box-shadow 0.5s;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.panel-container:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}
.panel-container h2 {
  color: #fff;
  font-size: 32px;
  margin: 20px;
  font-family: 'Rubik' 
}
.panel-container h1 {
  color: #fff;
  font-size: 24px;
  margin: 20px;
  font-family: 'Rubik' 
}
.panel-container form {
  margin-top: 20px;
}
.button {
  padding: 10px 20px;
  background-color: #333;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #fff;
  font-family: 'Rubik';
  width: 400px;
}
.rubik {
  font-family: 'Rubik';
}
.button:hover {
  background-color: #444;
}
.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(119, 119, 119, 1);
  z-index: 1000;
  transition: top 0.3s;
}
.hide-header {
  top: -100px;
}
.language-switcher {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.language-text {
  cursor: pointer;
  margin-left: 10px;
}
#google_translate_element {
  display: none;
}
@media (max-width: 768px) {
  .button {
    display: inline-block;
    width: auto;
    margin: 5px;
 }
}
body.loading {
  overflow: hidden;
}
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
  background-color: #808080;
  z-index: 10000;
  transition: opacity 2s ease, visibility 2s ease;
  opacity: 1;
  visibility: visible;
}
.hide-loader {
  opacity: 0;
  visibility: hidden;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
 }
  100% {
    transform: rotate(360deg);
 }
}
.loader {
  order: 2;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin-top: 20px;
}
.loader-text {
  order: 1;
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.panel-containerI {
  transition: transform 0.5s ease-in-out;
}
.active-panel {
  transform: translateX(0);
}
.panel-containerI:not(.active-panel) {
  display: none;
}
.scroll-btn {
  font-size: 2rem;
  color: #fff;
  border: none;
  background: transparent;
  cursor: pointer;
}
.engineer-carousel {
  position: relative;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}
.section-title {
  text-align: center;
  margin-bottom: 20px;
}
.carousel-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
}
.carousel-control {
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}
.carousel-slides {
  display: flex;
  transition: transform 0.5s ease;
}
.slide {
  min-width: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.slide.active {
  opacity: 1;
}
.promotion-cardI:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.promotion-cardI {
  background: #26262648;
  border: 1px solid #444;
  margin-bottom: 2rem;
  transition: transform 0.5s, box-shadow 0.5s;
  width: 200px;
}
.promotion-cardI:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.5);
}
.promotion-cardI img {
  height: 200px;
  object-fit: cover;
  border-bottom: 1px solid #444;
}


.glassbanner {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.9px);
  -webkit-backdrop-filter: blur(6.9px);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
