/********** Template CSS **********/
:root {
    --primary: #ababab;
    --secondary: #ffffff;
    --light: #F2F2F2;
    --dark: #ffffff;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}




/*** Facts ***/
.fact {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/*** Service ***/
.service .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.service .nav .nav-link.active {
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}


/*** Booking ***/
.booking {
    background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../img/carousel-bg-2.jpg) center center no-repeat;
    background-size: cover;
}

.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Team ***/
.team-item .team-overlay {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    transform: scale(0);
    transition: .5s;
}

.team-item:hover .team-overlay {
    transform: scale(1);
}

.team-item .team-overlay .btn {
    color: var(--primary);
    background: #FFFFFF;
}

.team-item .team-overlay .btn:hover {
    color: #FFFFFF;
    background: var(--secondary)
}


/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(../img/carousel-bg-1.jpg) center center no-repeat;

    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

   .card-container {
      display: flex;
      flex-wrap: wrap;
      gap: 60px;
      justify-content: center;
    }

    .card {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      overflow: hidden;
      transition: transform 0.2s;
      width: 300px;
      display: flex;
      flex-direction: column;
    }

    .card:hover {
      transform: translateY(-6px);
    }

    .card img {
      width: 100%;
      height: 160px;
      object-fit: cover;
    }

    .card-content {
      padding: 15px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .card-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 12px;
    }

    .card-header h3 {
      font-size: 15px;
      font-weight: 600;
      margin: 0;
    }

    .year-tag {
      font-size: 12px;
      background: #eef3fb;
      color: #333;
      padding: 2px 8px;
      border-radius: 8px;
    }

   .details {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2 Spalten */
  gap: 8px 15px; /* Zeilenabstand / Spaltenabstand */
  margin-bottom: 15px;
}

.details span {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #444;
}


    .details i {
      margin-right: 5px;
      font-size: 14px;
      color: #000000;
    }

    .bottom {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .price {
      font-size: 18px;
      font-weight: 600;
    }

    .price span {
      font-weight: 400;
      font-size: 14px;
      color: #555;
    }

    .bbtn {
      background: #000000;
      color: #fff;
      padding: 8px 15px;
      border-radius: 10px;
      text-decoration: none;
      font-weight: 600;
      font-size: 13px;
      transition: background 0.2s;
    }

    .bbtn:hover {
      background: #ffffff;
    }

    /* Mobile Anpassung */
    @media (max-width: 768px) {
      .card-container {
        flex-direction: column;
        align-items: center;
      }
      .card {
        width: 100%;
        max-width: 360px;
      }
    }


  :root {
  --clr-gray-light: #d7dfe2;
  --clr-gray-med: #616b74;
  --clr-gray-dark: #414b56;
  --clr-link: #4d97b2;
  --clr-popular: #ef257a;
  --clr-technology: #651fff;
  --clr-psychology: #e85808;
}


.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.card {
  overflow: hidden;
  box-shadow: 0px 2px 20px var(--clr-gray-light);
  background: white;
  border-radius: 0.5rem;
  position: relative;
  width: 350px;
  margin: 1rem;
  transition: 250ms all ease-in-out;
  cursor: pointer;
}

.card:hover {
  transform: scale(1.05);
  box-shadow: 0px 2px 40px var(--clr-gray-light);
}

.banner-img {
  position: absolute;
  object-fit: cover;
  height: 14rem;
  width: 100%;
}

.category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}

.popular {
  background: var(--clr-popular);
}

.technology {
  background: var(--clr-technology);
}

.psychology {
  background: var(--clr-psychology);
}

.card-body {
  margin: 15rem 1rem 1rem 1rem;
}

.blog-hashtag {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--clr-link);
}

.blog-title {
  line-height: 1.5rem;
  margin: 1rem 0 0.5rem;
}

.blog-description {
  color: var(--clr-gray-med);
  font-size: 0.9rem;
}

.card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.card-profile-info {
  margin-left: 1rem;
}

.profile-name {
  font-size: 1rem;
}

.profile-followers {
  color: var(--clr-gray-med);
  font-size: 0.9rem;
}



:root {
  --surface-50: #FFFFFF;
  --surface-100: #F7F9FD;
  --surface-200: #ECEDEE;
  --surface-300: #CBCFD2;
  --surface-400: #A7AEB4;
  --surface-500: #8E979F;
  --surface-600: #6B767F;
  --surface-700: #4F575E;
  --surface-800: #33383D;
  --surface-900: #131320;
  --primary-50: #F8F5FF;
  --primary-100: #757575;
  --primary-200: #7D49F8;
  --primary-300: #6528F7;
  --primary-400: #501BCE;
}





.herro {
  padding: 0 16px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  gap: 24px;
}

.wrap-imaages {
  overflow: hidden;
  display: none;
  align-items: center;
  position: relative;
}
.wrap-imaages::before,
.wrap-imaages::after {
  content: "";
  position: absolute;
  z-index: 20;
  width: 60%;
  height: 100%;
}

.wrap-imaages::before {
  background: linear-gradient(-90deg, rgba(19, 19, 32, 0.00) 6.38%, #131320 100%);
}

.wrap-imaages::after {
  right: 0;
  background: linear-gradient(90deg, rgba(19, 19, 32, 0.00) 6.38%, #131320 100%);
}

.row-imaages {
  flex-shrink: 0;
  display: flex;
  gap: 16px;
  animation: h-scroll 33s linear infinite;
}
.row-imaages img:first-child {
  margin-left: 16px;
}

.wrap-imaages:hover {
  .row-images {
    animation-play-state: paused;
    transition: .5s ease-in-out;
  }
}

.row-imaages img {
  height: 150px;
  border-radius: 8px;
  opacity: 0.8;
}

.wrap-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.main-title {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  line-height: 130%;
  color: var(--surface-100);
}

.main-title strong {
  color: var(--primary-100);
}

.description-hero {
  margin: 0;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: var(--surface-300);
}

.btnn-primary {
  display: flex;
  padding: 16px 24px;
  justify-content: center;
  color: var(--surface-50);
  border-radius: 32px;
  font-size: 18px;
  line-height: 130%;
  font-weight: 700;
  background: linear-gradient(90deg, #dc3545 2.09%, #bd192a 100.18%);
  background-size: 200% 200%;
  animation: bg-btn 3s linear alternate infinite;
  text-decoration: none;
}

.btnn-primary:hover {
  transform: scale(0.98);
  box-shadow: 1px 1px var(--primary-100) inset,
              -1px -1px var(--primary-100) inset;
  transition: 0.5s ease-in-out;
}


@keyframes h-scroll {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes increase-size {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(2);
  }
}
@keyframes bg-btn {
  0%{background-position:10% 0%}
  50%{background-position:91% 100%}
  100%{background-position:10% 0%}
}

@media screen and (min-height: 540px) {
  .wrap-imaages {
    display: flex;
  }
}




@media screen and (min-width: 640px) {
  .herro {
    gap: 32px;
  }
  .main-title {
    font-size: 34px;
  }
  .description-hero {
    font-size: 20px;
  }
  .btnn-primary {
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) {
  .btnn-primary {
    align-self: center;
    padding-left: 64px;
    padding-right: 64px;
  }
  .main-title {
    max-width: 640px;
  }
}

@media screen and (min-width: 1024px) {
  .wrap-imaages {
    max-width: 768px;
    align-self: center;
  }
  .row-imaages img {
    height: 200px;
  }
  .main-title {
    font-size: 42px;
  }
  .description-hero {
    font-size: 24px;
  }
}

@media screen and (min-width: 1280px) {
  .wrap-imaages {
    max-width: 1024px;
  }
}

@media screen and (min-width: 1536px) {
  .main-title {
    max-width: 1024px;
    font-size: 60px;
  }
}