/**
* Template Name: Vesperr
* Updated: Mar 13 2024 with Bootstrap v5.3.3
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #292929;
  background-color: #374151;
}

a {
  color: #FFD500;
  text-decoration: none;
}

a:hover {
  color: #ffd000;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

pre {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #ccc;
  padding: 10px;
  overflow: auto;
  font-family: Consolas, Monaco, monospace;
}

#timer {
  color: #FFD500;
  /* Ustawienie koloru czcionki na żółty */
}

/*--------------------------------------------------------------
pre {
  background-color: #f8d7da; 
  color: #721c24; 
  padding: 10px; 
  margin-bottom: 20px; 
  border-radius: 5px; 
  white-space: pre-wrap;
  word-wrap: break-word; 
  position: fixed; 
  top: 0; 
  left: 70%; 
  transform: translateX(-50%); 
  z-index: 9999; 
  width: 90%; 
  max-width: 600px; 
}



# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #FFD500;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #000000;
  line-height: 0;
}

.back-to-top:hover {
  background: #FFD500;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
  background: #374151;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
}

#header .logo h1 {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #FFD500;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/



.text-wrap {
  overflow-wrap: break-word;
}

#convoy-controls:hover .tooltip-description {
  display: block;
}


.status-badge:hover+.tooltip-description {
  display: block;
}


.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FFD500;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #FFD500;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 50px;
  color: #000000;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #ff0000;
  background: #FFD500;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: -40px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #374151;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}


.navbar .dropdown ul li {
  min-width: 240px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #FFD500;
}

.navbar.menu-text ul li:hover>a {
  color: #FFD500;
}

.navbar .dropdown>ul>li a .menu-text {
  display: block;
  /* Ustawia element na blokowy, aby tekst zawsze znajdował się w nowej linii */
  font-weight: bold;
  /* Ustawia pogrubienie tekstu */
  margin-bottom: 5px;
  /* Dodaje odstęp na dole, aby oddzielić od opisu */
}

.navbar .dropdown>ul>li a .text-wrap {
  display: block;
  /* Ustawia element na blokowy, aby tekst zawsze znajdował się w nowej linii */
  font-size: 0.8em;
  /* Dostosuj rozmiar czcionki dla opisu */
}

/* Styl dla pierwszego nagłówka */
.navbar .dropdown ul li:first-child a:hover strong {
  color: #00FFFF;
}

.navbar .dropdown ul li:nth-child(2) a:hover strong {
  color: #FF0000;
}

.navbar .dropdown ul li:nth-child(3) a:hover strong {
  color: #FFFF00;
}

.navbar .dropdown ul li:nth-child(4) a:hover strong {
  color: #FF9933;
}

.navbar .dropdown ul li:nth-child(5) a:hover strong {
  color: #FF6600;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #FFD500;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #FFD500;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  margin-top: 70px;
  background: #374151;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #FFD500;
}

#hero h2 {
  color: #ffffff;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .hero-img {
  position: relative;
  /* Ustawienie kontenera obrazu na pozycjonowanie relatywne */
  display: inline-block;
  /* Konieczne dla pozycjonowania absolutnego przycisku */
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #FFD500;
  border: 2px solid #FFD500;
  position: absolute;
  /* Ustawienie przycisku na pozycjonowanie absolutne */
  top: 50%;
  /* Przemieszczenie przycisku do połowy wysokości obrazka */
  left: 50%;
  /* Przemieszczenie przycisku do połowy szerokości obrazka */
  transform: translate(-50%, -50%);
  /* Wyśrodkowanie przycisku */
}

#hero .btn-get-started:hover {
  background: #FFD500;
  color: #000000;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero {
    margin-top: 20px;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  background-color: #343635;
}


.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #FFD500;
}

.section-title h2::before,
.section-title h2::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #FFD500;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #343635;
  padding: 30px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients .section-title h2 {
  margin-top: 20px;
  color: #FFD500;
}

.clients img {
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 20px 0;
  height: 100px;
  /* Ustalona wysokość */
  object-fit: contain;
  /* Zachowanie proporcji */
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {
  background: #374151;
}

.about p {
  color: #fff;
}

.about h2 {
  color: #FFD500;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
  color: #fff;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #FFD500;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #FFD500;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #FFD500;
}

.about .content .btn-learn-more:hover {
  background: #FFD500;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Partnerzy
--------------------------------------------------------------*/
#partnerzy .header {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 80px;
  color: #fff;
}

#partnerzy .circle-img {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: 10px;
}

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

#partnerzy .text {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  flex: 0 0 20%;
  /* Ustawiamy szerokość każdego elementu na 25% szerokości kontenera */
  max-width: 20%;
  /* Maksymalna szerokość elementu */
}

#partnerzy .icon {
  margin-right: 10px;
}

/* Media query dla urządzeń o szerokości mniejszej niż 768px (tj. dla urządzeń mobilnych) */
@media (max-width: 768px) {
  #partnerzy .text {
    flex: 0 0 50%;
    /* Ustawiamy szerokość każdego elementu na 50% szerokości kontenera */
    max-width: 50%;
    /* Maksymalna szerokość elementu */
  }
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  background: #374151;
  color: #fff;
}

.services h2 {
  color: #FFD500;
}

.services .icon-box,
.services .service-img img {
  margin: 0;
  padding: 0;
}

.services .icon-box {
  display: flex;
  flex-direction: column; /* Elementy ułożone w kolumnie */
  justify-content: space-between; /* Rozciągnięcie zawartości */
  height: 100%; /* Ustaw wysokość kontenera */
  padding: 10px;
  margin: 0 !important;
  position: relative;
  overflow: hidden;
  background: #343635;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.services .icon-box::before {
  content: "";
  position: absolute;
  background: #e1f0fa;
  right: -60px;
  top: -40px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  transition: all 0.3s;
  z-index: -1;

}

.services .icon-box:hover {
  color: #000000; /* Kolor tekstu na czarny po najechaniu */
}

.services .icon-box:hover .title a,
.services .icon-box:hover .description {
  color: #000000; /* Zmiana koloru tytułu i opisu */
}

.services .icon-box:hover .description i {
  color: #000000; /* Zmiana koloru ikon wewnątrz description */
}

.services .icon-box:hover::before {
  background: #FFD500;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .service-img {
  width: 100%;
  margin: 0;
}

.services .service-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 0 !important;
}

.services .title {
  margin: 15px 0;
  font-weight: 700;
  font-size: 20px;
}

.services .title a {
  color: #ffffff;
}

.services .description {
  font-size: 15px;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.services .description i {
  margin-right: 10px;
  margin-left: 10px;
}

.service-button {
  margin-top: auto;
  text-align: center;
}

.services .service-button .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  border-radius: 8px;
  transition: 0.5s;
  background: #FFD500;
  color: #000000;
}

.services .service-button .btn-get-started:hover {
  background: #000000;
  color: #FFD500;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #374151;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #ffffff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
  color: #fff;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #FFD500;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFD500;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
  background-color: #374151;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #FFD500;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFD500;
}

.portfolio-details .portfolio-info {
  background-color: #343635;
  padding-bottom: 20px;
  box-shadow: 0px 0 30px rgba(34, 34, 34, 0.08);


}

.portfolio-details .portfolio-info h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding-top: 30px;
  padding-left: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;

  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul li {
  color: #fff;
  list-style: none;
  padding: -30px;
  font-size: 15px;
  display: flex;
  align-items: center;

}

.portfolio-details .portfolio-info ul li .icon {
  flex-shrink: 0;

}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}


.portfolio-details .portfolio-description {
  padding-top: 30px;
  color: #fff;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

.portfolio-info .description {
  color: #fff;
  list-style: none;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.portfolio-info .description i {
  margin-right: 10px;
  /* Adjust this value as needed */
}

/*--------------------------------------------------------------
# Opinie
--------------------------------------------------------------*/
/* Dodatkowe style dla kroków */
.step {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.step-item {
  text-align: center;
}

.step-number {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #f8f9fa;
  border: 2px solid #ced4da;
  border-radius: 50%;
  margin: 0 auto 10px;
}

.step-title {
  margin-bottom: 0;
}

/* Ukryj wszystkie kroki oprócz pierwszego */
.step-content {
  display: none;
}

/* Wyświetl tylko aktualny krok */
.step-content.active {
  display: block;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .member .social a i {
  line-height: 0;
}

.team .member .social a:hover {
  color: #FFD500;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}

.faq .faq-item i {
  color: #8bc4ea;
  font-size: 24px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 32px;
  font-family: "Poppins", sans-serif;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #343635;
  min-height: 40px;
  margin-top: 86px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
  color: #fff;
}


@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

}


/*--------------------------------------------------------------
# zasady_konwoju
--------------------------------------------------------------*/
.zasady_konwoju {
  padding-top: 40px;
  background-color: #343635;
  color: #fff;
}

.zasady_konwoju h3 {
  color: #FFD500;
  font-weight: bold;
}

.zasady_konwoju p {
  margin-bottom: 15px;
}

.zasady_konwoju ul {
  padding-left: 20px;
}

.zasady_konwoju ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}


.zasady_konwoju ul li:first-child {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}

/*--------------------------------------------------------------
# ustawienia
--------------------------------------------------------------*/


.ustawienia .card-body {
  background-color: #374151;
}

.ustawienia .section-title h2 {
  color: #FFD500;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 30px;
}

.ustawienia .small {
  color: #fff;
}

.ustawienia .portfolio-info {
  margin-bottom: 30px;
}

.ustawienia h4 {
  color: #ffffff;
  margin-top: 50px;
  font-size: 22px;
}


.ustawienia .portfolio-info .nav-tabs .nav-link {
  color: #ffffff;
  font-weight: 500;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 0 15px;
  margin-right: 15px;
  transition: all 0.3s ease 0s;
}

.ustawienia .portfolio-info .nav-tabs .nav-link.active,
.ustawienia .portfolio-info .nav-tabs .nav-link:hover {
  color: #e00000;
  border-bottom-color: #e00000;
}

.ustawienia .tab-content {
  padding-top: 30px;
}

.ustawienia .custom-tabs-container .tab-pane {
  display: none;
}

.ustawienia .custom-tabs-container .tab-pane.active {
  display: block;
}

.ustawienia .form-label {
  color: #ffffff;
  font-weight: 500;
}

.ustawienia .form-control {
  border: 1px solid #ced4da;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.ustawienia .form-control:focus {
  border-color: #007bff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.ustawienia .btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.ustawienia .btn-primary:hover {
  color: #fff;
  background-color: #0056b3;
  border-color: #0056b3;
}

.ustawienia .list-group-item {
  color: #333;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.ustawienia .list-group-item:hover {
  color: #333;
  background-color: #f8f9fa;
}

/*--------------------------------------------------------------
# uslugi
--------------------------------------------------------------*/
.uslugi {
  padding-top: 40px;
  background-color: #343635;
}

.uslugi p {
  color: #e30404;
}

.uslugi h3 {
  color: #FFD500;
}

.uslugi .panel {
  background-color: #374151;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
}

.uslugi .panel h3 {
  font-weight: 600;
}

.uslugi .panel p {
  color: #fff;
}

.uslugi .content ul {
  list-style: none;
  padding: 0;
  color: #fff;
}

.uslugi .content ul li {
  padding-left: 28px;
  position: relative;
}

.uslugi .content ul li+li {
  margin-top: 10px;
}

.uslugi .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #FFD500;
  line-height: 1;
}

.uslugi .content p:last-child {
  margin-bottom: 0;
}

.uslugi .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #FFD500;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #FFD500;
}

.uslugi .content .btn-learn-more:hover {
  background: #FFD500;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/
.cookie-consent {
  position: fixed;
  bottom: 8px;
  right: 20px;
  /* Zmienione z lewej na prawą stronę */
  width: 410px;
  padding-top: 7px;
  height: auto;
  /* Zmienione na auto dla dynamicznej zawartości */
  color: #fff;
  line-height: 1.5;
  padding: 10px;
  font-size: 14px;
  background: #292929;
  z-index: 120;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  /* Dodany cień dla lepszej widoczności */
}

.cookie-consent h3 {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.cookie-consent p {
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 15px;
}

.allow-button {
  height: 40px;
  /* Zwiększona wysokość */
  width: 150px;
  /* Zwiększona szerokość */
  color: #fff;
  font-size: 16px;
  /* Zwiększona wielkość czcionki */
  border-radius: 5px;
  /* Zwiększony promień zaokrąglenia */
  border: none;
  /* Usunięcie ramki */
  background-color: green;
  cursor: pointer;
  transition: background-color 0.3s ease;
  /* Dodany efekt przejścia dla efektu przy najechaniu myszą */
  margin-left: 10px;
  margin-bottom: 10px;
}

.allow-button:hover {
  background-color: #1a8a1a;
  /* Ciemniejszy odcień zielonego po najechaniu myszą */
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-content {
  background-color: #343635;
  font-size: 18px;
}

.modal-header {
  color: #FFD500;
}

.modal-body {
  color: #FFFFFF;
  margin-bottom: 15px;
}

.btn.allow-button {
  height: 40px;
  width: 150px;
  color: #FFFFFF;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  background-color: green;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

.btn.allow-button:hover {
  background-color: #1a8a1a;
}

/*--------------------------------------------------------------
# logowanie 
--------------------------------------------------------------*/
.logowanie {
  background-color: #343635;
  padding: 40px;
  border-radius: 8px;
}

.logowanie h2 {
  color: #FFD500;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}

.logowanie input[type="text"],
.logowanie input[type="email"],
.logowanie input[type="password"],
.logowanie select {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: none;
  border-radius: 5px;
  background-color: #495057;
  color: #fff;
}

.logowanie input[type="text"]::placeholder,
.logowanie input[type="email"]::placeholder,
.logowanie input[type="password"]::placeholder,
.logowanie select::placeholder {
  color: #dee2e6;
}

.logowanie input[type="submit"] {
  background-color: #FFD500;
  color: #000;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.logowanie input[type="submit"]:hover {
  background-color: #ffd000;
}

.logowanie label {
  font-size: 16px;
  color: #FFD500;
}

.logowanie .form-group {
  margin-bottom: 20px;
}

.logowanie .form-group:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Bot Discord transkrypcja 
--------------------------------------------------------------*/



.embed {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0;
  background-color: #f9f9f9;
  overflow: auto;
  color: #000;
}

.embed-thumbnail {
  max-width: 100px;
  float: left;
  margin-right: 10px;
}

.embed-content {
  overflow: hidden;
}

.embed h5 {
  margin: 0;
}

.embed p {
  margin: 5px 0;
}

.embed-fields p {
  margin: 2px 0;
}

.chat-message.left {
  text-align: left;
}

.chat-message.right {
  text-align: right;
}

.naglowek_trans {
  color: #FFD500;
  padding: 30px 0;
}


.chat-container {
  background-color: #343635;
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  margin: auto;
}

.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.wiadomosc {
  background-color: #374151;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 8px;
}

.nick {
  font-weight: bold;
  color: #FFD500;
}

.czas_data {
  color: gray;
  font-size: 0.9em;
}

.wiadomosc_tresc {
  margin-top: 10px;
  color: #fff;
}

/* Unikatowe style dla listy transkrypcji */
.transcription-list .transcription-item a {
  color: #292929; /* Kolor tekstu */
  text-decoration: none; /* Bez podkreślenia */
}

.transcription-list .transcription-item a:hover {
  color: #000; /* Kolor tekstu po najechaniu */
  text-decoration: underline; /* Podkreślenie po najechaniu */
}

.transcription-list .transcription-item {
  background-color: #fff; /* Kolor tła elementów listy */
  border: 1px solid #ccc; /* Obramowanie elementów listy */
  border-radius: 5px;
  margin-bottom: 10px;
}

/* Nowe klasy dla wiadomości */
.chat-message.left {
  text-align: left;
  color: #fff;
}

.chat-message.right {
  text-align: right;
  color: #fff;
}

.chat-message {
  margin: 10px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
  color: #fff;
}

.chat-message.right .avatar {
  margin-left: 10px;
}

.chat-message.left .avatar {
  margin-right: 10px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  position: relative; /* Zamiast fixed lub absolute, jeśli występuje */
  z-index: 1;
  background: #343635;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #ffffff;
  font-size: 14px;
}


#footer .footer-links a {
  color: #ffffff;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #FFD500;
}

.brand-name {
  color: #FFD500;
}

.embed-item {
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.embed-item div {
  margin-bottom: 0.5rem;
}

.embed-item .remove-embed {
  margin-top: 0.5rem;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* Center flags between logo and menu on desktop */
.language-switcher {
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-switcher img {
  width: 30px; /* Adjust the size of the flags */
  height: auto;
}

.language-switcher a {
  margin: 0 10px; /* Spacing between flags */
}

/* Hide mobile flags on larger screens */
.d-md-none {
  display: none;
}

/* Mobile-specific styles */
@media (max-width: 767px) {
  /* Hide desktop flags on mobile view */
  .language-switcher {
    display: none;
  }

  /* Show mobile flags in the menu */
  .d-md-none {
    display: inline-block;
  }

  .language-item img {
    width: 30px; /* Adjust size for mobile */
    height: auto;
  }
}


/* Stylizacja tylko dla sekcji tłumaczeń */

.tlumaczenia {
  color: #000000; 
}

.tlumaczenia .key-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.tlumaczenia .btn-danger {
  height: 38px;
  margin-left: 10px;
}

.tlumaczenia .translations-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.tlumaczenia .translations-row > div {
  width: 48%;
}

/* Styl dla tekstów formularza */
.tlumaczenia label {
  font-size: 16px;
  font-weight: bold;
 
}

/* Przyciski zawsze widoczne */
.tlumaczenia .sticky-buttons {
  position: fixed;
  bottom: 20px;
  right: 70px;
  z-index: 1000;
}

.tlumaczenia .translation-form {
  margin-bottom: 20px;
}

.tlumaczenia textarea, .tlumaczenia input {
  background-color: #ffffff;
  color: #000000; /* Czarny kolor tekstu w inputach i textarea */
}

.tlumaczenia .form-control {
  border: 1px solid #ced4da;
  padding: 10px;
  border-radius: 4px;
}
