.nav-padding {
  padding-bottom: 55px;
  opacity: 0;
}

.LM_Nav_Bar {
  position: fixed;
  width: 100%;
  height: 50px;
}

.dharshie-container {
    background-color: #282c34;
    width: 100%;
    padding: 20px;
}
.dharshie-section {
    background-color: #282c34;
    color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
    border-radius: 8px;
}
.dharshie-section h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
}
.dharshie-section p,
.dharshie-section ul {
    font-size: 1.1em;
    line-height: 1.6;
}
.dharshie-section ul {
    margin: 0;
    padding-left: 20px;
}
.dharshie-section strong {
  text-decoration: underline;
}
.dharshie-section ul li {
    margin-bottom: 10px;
}
.dharshie-section a {
    background-color: #444;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1.1em;
    width: 100%;
}
.dharshie-section button:hover {
    background-color: #555;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  background-color: #222222;
  height: 60px;
  position: relative;
  z-index: 1000;
}

.highlight {
  background-color: #bb86fc;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  font-weight: bold;
}

/* Hero Section */
.hero {
  height: 90vh;
  background: url('../Bild/BusSimulator18.webp') no-repeat center center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.7);
}

.hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.hero p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.btn-primary {
  background-color: #bb86fc;
  color: white;
  padding: 0.8rem 2rem;
  border-radius: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #9c52ff;
}

.btn-primary-donation {
  background-color: #bb86fc;
  color: white;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  font-size: 1.2rem;
  text-decoration: none;
}

.btn-primary-donation:hover {
  background-color: #9c52ff;
}

/* Pricing Section */
.pricing {
  padding: 2rem;
  text-align: center;
  background-color: #262a2b;
}

.pricing h2 {
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.pricing p.description {
  margin-bottom: 2rem;
  color: #bdbdbd;
  font-size: 1.2rem;
}

.pricing .plans {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pricing .plan {
  background: #2c2c2c;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  width: 22%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
  text-align: center;
}

.pricing .plan:hover {
  transform: translateY(-10px);
}

.pricing .plan h3 {
  margin-bottom: 0.5rem;
  height: 35px;
  font-size: 1.5rem;
}

.pricing .plan .price {
  font-size: 2rem;
  margin: 0.5rem 0;
  height: 40px;
  color: #bb86fc;
}

.pricing .plan p {
  margin-bottom: 1rem;
  color: #bdbdbd;
  height: auto;
}

.pricing .plan ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 1rem;
}

.pricing .plan ul li {
  margin: 0.5rem 0;
}

.pricing .plan .btn-primary .btn-primary-donation {
  margin-top: auto;
}

/* Main Content */
.section-cards-plan {
  background-color: #20232a;
  padding: 2rem;
  text-align: center;
}

.cards {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}

.card-support-us {
  background: #1f1f1f;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
  width: 30%;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.3s ease;
  text-align: center;
}

.card-support-us:hover {
  transform: translateY(-10px);
}

.card-support-us h3 {
  margin-bottom: 1rem;
}

.card-support-us p {
  font-size: 1rem;
  color: #bdbdbd;
}

.card-support-us .btn-primary {
  margin-top: auto;
}

.nav-logo {
  display: flex;
  width: 25%;
  align-items: center;
}

.nav-logo img {
  max-height: 40px;
  height: auto;
}

.nav-menu {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.nav-item-drop {
  position: relative;
}

.nav-item-drop a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 4px;
  transition: background-color 0.3s ease;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.nav-item-drop a:hover {
  background-color: #555;
}

.nav-item {
  position: relative;
}

.nav-item a {
  color: white;
  text-decoration: none;
  font-size: 20px;
  padding: 4px;
  transition: background-color 0.3s ease;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.nav-item a:hover {
  background-color: #555;
  border-radius: 4px 4px 4px 4px;
}

.nav-dropdown-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  background-color: #444;
  border-radius: 4px 0 4px 4px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  z-index: 1000;
}

.nav-dropdown-item {
  margin: 0;
}

.nav-dropdown-item a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.nav-dropdown-item a:hover {
  background-color: #555;
  border-radius: 4px 4px 0px 0px !important;
}

.nav-item:hover .nav-dropdown-menu {
  display: block;
  max-height: 500px;
  opacity: 1;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

footer {
  padding: 20px;
  text-align: center;
  background-color: #282c34;
  color: #fff;
}

div {
  font-size: 18px;
}

.trenn {
  max-width: 99%;
  background-color: #ffffff;
  float: center;
  height: 2px;
}

.website {
  background: rgb(0, 0, 0);
}

.dropdown-menu {
  padding-top: 0px !important;
  padding-right: 3px !important;
  background-color: rgba(0, 0, 0, 0) !important;
}

.dropdown-item {
  min-width: 250px !important;
  font-size: 20px;
  color: #ffffff !important;
  background-color: #080f13 !important;
  border-radius: 7px !important;
  margin-bottom: 2px !important;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  font-size: 20px;
  color: #ffffff !important;
  background-color: #182d39 !important;
  border-radius: 7px !important;
  margin-bottom: 2px !important;
  transition: background-color 0.2s;
}

a,
div {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
}

h1,
h2,
h3 {
  padding-top: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  text-align: center;
  color: #ffffff !important;
}

.zoom {
  overflow-wrap: visible;
  transition: transform .3s;
  transform: scale(1.00);
}

.zoom:hover {
  overflow-wrap: visible;
  transition: transform .3s;
  transform: scale(1.025);
}

.width50 {
  width: 50% !important;
}

.discord {
  display: block;
  background-color: rgb(35, 39, 42);
  overflow: hidden;
  border-radius: 10px;
  height: 200px;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #121212;
  color: #e0e0e0;
}

.section-tabelle {
  display: grid;
  min-width: 100%;
  min-height: 15%;
  background-color: #282c34;
}

.container-tabelle {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  padding: 20px;
  min-width: 100%;
  min-height: 15%;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background-color: #2c2c2c;
  border-radius: 10px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.3);
  font-size: 18px;
  font-weight: bold;
  color: #e0e0e0;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.box1,
.box2,
.box3,
.box4 {
  background-color: #333;
  font-size: 4vh;
  font-weight: normal;
  color: #bbb;
}

.box5,
.box6,
.box7,
.box8 {
  font-size: 5vh;
  color: #e0e0e0;
}

@media (max-width: 1100px) {
  nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    background-color: #222222;
    height: 75px;
    position: relative;
    z-index: 1000;
  }
  .container-tabelle div {
    font-size: 3.5vw;
  }
  .nav-logo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .nav-logo img {
    max-height: 40px;
    height: auto;
  }

  .nav-menu {
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
  }
}

/*Footer*/


.button-1 {
  background-color: #EA4C89;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #F082AC;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-logo {
  float: left;
  height: 50px;
  width: 400px;
}

.flex-container1 {
  height: 50px;
  width: 65%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  background-color: rgba(75, 9, 43, 0);
}

.header-footer {
  color: #0097c5;
  margin-top: 8px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.text-footer {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.link-footer {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.link-footer:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #ffffff;
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  text-decoration: underline;
  display: block;
}

/*New Content*/

.slider {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.slides {
  display: flex;
  width: 500%; /* 5 Bilder */
  height: 100%;
  transition: transform 0.5s ease-in-out;
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.navigation button {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.navigation button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dots button {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

.dots button.active {
  background-color: rgba(255, 255, 255, 0.9);
}
