body {
  font-family: "Montserrat";
  font-weight: 400;
}
.link {
  color: #324D9D;
  font-weight: 600;
  text-decoration: none;
}
.btn {
  border-radius: 20px;
}
.btn-primary {
  background-color: #A93E8F;
  border: none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:link {
  background-color: #84066c;
}
.btn-primary-contour {
  background-color: white;
  border: 1px solid #A93E8F;
}
.btn-primary-contour i {
  color: #A93E8F;
}
.btn-blue {
  background-color: #324D9D;
  border: none;
  color: white;
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue:link {
  background-color: #013494;
  color: #fff;
}
.btn-orange {
  background-color: #FF9100;
  border: none;
  color: white;
}
.btn-orange:hover,
.btn-orange:active,
.btn-orange:link {
  background-color: #ad6910;
  color: #fff;
}
.btn-green {
  background-color: #368324;
  border: none;
  color: white;
}
.btn-green:hover,
.btn-green:active,
.btn-green:link {
  background-color: #265e19;
  color: #fff;
}
.border-primary {
  border-color: #A93E8F !important;
}
.border-blue {
  border-color: #324D9D !important;
}
.mt-10 {
  margin-top: 4rem!important;
}
.mb-10 {
  margin-bottom: 4rem!important;
}
.px-10 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.text-justify {
  text-align: justify;
}
.top-10 {
  top: 10% !important;
}
.text-blue {
  color: #324D9D !important;
}
.text-muted-blue {
  color: #013494;
}
.text-primary {
  color: #A93E8F !important;
}
.text-underline-hover:hover {
  text-decoration: underline !important;
}
.text-overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  overflow: hidden;
}
.text-orange {
  color: #FF9100 !important;
}
.bg-blue-light {
  background-color: #dce9ff !important;
}
.bg-blue-pale {
  background-color: #6B7FBA !important;
  color: white;
}
.bg-grey {
  background-color: #F4F5FA !important;
}
.bg-blue {
  background-color: #324D9D;
  color: white;
}
.border-radius {
  border-radius: 15px;
}
.border-radius-10 {
  border-radius: 10px;
}
.height-100 {
  height: 100%;
}
.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
  line-height: 1.5 !important;
}
.text-content p {
  line-height: 1.8 !important;
}
.text-content a {
  text-decoration: none;
  color: black !important;
}
.text-content table {
  border: 2px solid black;
}
.text-content table thead tr td {
  border-bottom: 2px solid black;
  background-color: #dce9ff;
}
.text-content table tr {
  border: 1px solid black;
}
.text-content table tr td {
  padding: 8px 15px;
}
.text-content .img-content-box {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.text-content .img-content-box img {
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.text-content ul li {
  list-style: none;
  position: relative;
  line-height: 1.75;
}
.text-content ul li::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 15px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../img/Sipka_fialova.svg');
  background-size: cover;
  background-repeat: no-repeat;
}
.text-content.top-section a {
  text-decoration: none;
  color: #dce9ff !important;
}
.price-tag {
  background-color: #1a8c9a;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 10px;
  color: white;
  font-weight: bolder;
  margin-left: -2px;
}
.price-tag-full {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.duration-tag {
  background-color: #ffb554;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  color: white;
  font-weight: bolder;
  margin-right: -3px;
}
.price-tag.small {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
.lector-box {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #e4def5;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.lector-box .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.lector-box .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #A93E8F;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.lector-box .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #A93E8F;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.lector-box .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}
.lector-box .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}
.lector-box .links {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #A93E8F;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.lector-box .links li {
  display: inline-block;
}
.lector-box .links li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.lector-box .links li a:hover {
  color: white;
}
.lector-box:hover .picture::before {
  height: 100%;
}
.lector-box:hover .picture img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.lector-box:hover .links {
  bottom: 0;
}
@media (max-width: 576px) {
  .navbar .d-flex {
    width: 100%;
  }
  .navbar a {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
/** BOX SECTION ******/
@media (min-width: 767px) {
  .section-box .box p {
    height: 58px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .section-box .box p {
    height: 75px;
  }
}
@media (min-width: 1400px) {
  .section-box .box p {
    height: 30px;
  }
}
/** TOP SECTION  ******/
.top-section {
  position: relative;
}
.top-section .section-bg {
  padding: 80px 25px 60px 25px;
  background-image: url('../img/Banner.jpg');
  background-size: cover;
}
.top-section .section-tabory-bg {
  background-image: url('../img/Hlavni_banner_primestke_tabory.jpg');
}
.top-section .section-skola-bg {
  background-image: url('../img/banner-skola.jpg');
}
.top-section .section-webinare-bg {
  background-image: url('../img/Banner_webinare.jpg');
}
.top-section h1 {
  line-height: 1.5;
  font-size: 2rem;
}
.top-section ul {
  list-style: none;
  padding: 0;
}
.top-section .text-white {
  z-index: 100;
}
.top-section ul li {
  position: relative;
  padding-left: 30px;
  line-height: 2;
}
.top-section ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url('../img/Ikona_hvezda.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .top-section h1 {
    line-height: 1.5;
    font-size: 1.5rem;
  }
  .top-section .section-bg::before {
    content: '';
    /* Vytvoří pseudo-element */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    /* Poloprůhledná šedá vrstva */
    z-index: 1;
    /* Zajistí, že je před obrázkem */
  }
}
@media (max-width: 767px) {
  .top-section .section-bg {
    padding: 40px 10px 30px 10px;
  }
}
@media (max-width: 576px) {
  .top-section .section-bg {
    padding: 20px;
  }
  .top-section .section-bg .col-12 {
    padding: 0 !important;
  }
  .top-section .section-bg ul li {
    line-height: 1.45;
    margin-bottom: 7px;
  }
}
/** APPLICATION FORM **/
.application-section form label {
  font-weight: 600;
  margin-bottom: 5px;
}
/** ROUTER SECTION ******/
.router-section .box-grey {
  background-color: #F4F5FA;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
.router-section .box-grey img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-top-right-radius: inherit;
  border-bottom-right-radius: inherit;
}
.router-section .box-grey .text-dark {
  padding: 20px;
  justify-content: flex-start;
}
.router-section .box-grey .image-box {
  padding: 0;
}
.router-section .box-grey p {
  margin-bottom: 1.5rem;
}
.router-section h2 {
  font-size: 1.2rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 1200px) {
  .router-section h2 {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  .router-section .text-dark {
    padding: 10px !important;
  }
}
@media (max-width: 992px) {
  .router-section {
    padding: 0px !important;
  }
  .router-section h2 {
    font-size: 1.2rem;
  }
  .router-section .image-box {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .router-section p {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .router-section h2 {
    font-size: 1.2rem;
  }
  .router-section .btn {
    font-size: 0.6rem;
  }
}
@media (max-width: 576px) {
  .router-section h2 {
    font-size: 1.25rem;
  }
  .router-section .btn {
    font-size: 1rem;
  }
  .router-section .image-box {
    display: none;
  }
  .router-section .text-dark {
    padding: 25px 40px !important;
  }
  .router-section .box-grey {
    margin: 0px 10px;
  }
}
/** NEWS SECTION ********/
.news-section .news-box {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}
.news-section .news-box h3 {
  font-size: 20px;
  margin: 20px 0;
  height: 48px;
  overflow: hidden;
}
.news-section .news-box .btn-blue {
  position: absolute;
  display: block;
  margin-bottom: 10px;
  margin-top: 15px;
  bottom: 0;
  width: 90%;
}
.news-section .news-box .img-box {
  display: block;
  width: 100%;
  height: 45%;
  border-radius: 20px;
  overflow: hidden;
}
.news-section .news-box .img-fluid {
  object-fit: cover;
  object-position: center;
}
/**** PERSON BOX ***/
.person-section .row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  /* Dynamické sloupce */
  gap: 20px;
  /* Mezera mezi boxy */
}
.person-section .row .person-box {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* Zarovnání na začátek */
  align-items: center;
  /* Horizontální zarovnání */
  height: 100%;
  /* Zajištění stejné výšky */
}
.person-section .row .person-box .content {
  height: 100%;
  background-color: #F4F5FA;
  border-radius: 20px;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  /* Zabere zbytek výšky boxu */
  justify-content: center;
}
.person-section .row .person-box .content h5 {
  font-size: 16px;
  margin: 20px 0;
  height: 48px;
  overflow: hidden;
  padding: 0 15px;
}
.person-section .row .person-box .content p {
  padding: 0 15px;
  font-size: 14px;
}
.person-section .row .person-box .content .img-box {
  display: flex;
  width: 100%;
  height: 195px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.person-section .row .person-box .content .img-fluid {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 110%;
}
.person-section .row .person-box .content .content-text {
  flex-grow: 1;
  /* Roztažení textového obsahu */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.person-section .row .person-box-blue .content {
  background-color: #324D9D;
  color: white;
}
@media (min-width: 992px) {
  .person-section .row {
    grid-template-columns: repeat(3, 1fr);
    /* Explicitně 3 sloupce */
  }
}
@media (min-width: 1400px) {
  .person-section .row .person-box .content .img-box {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .person-section .row .person-box .content .img-box {
    height: 270px;
  }
}
/** BENEFIT SECTION ********/
.star-icon {
  width: 20px;
  margin-bottom: 15px;
}
.benefit-section .benefit-box {
  padding: 0 7px;
}
.benefit-section .benefit-box .content {
  border: 1px solid #f0f0f0;
  border-radius: 20px;
  height: 100%;
  padding: 20px 15px 30px 15px;
  position: relative;
}
.benefit-section .benefit-box .content h3 {
  font-size: 1.15rem;
  font-weight: bold;
}
.benefit-section .benefit-box .content li,
.benefit-section .benefit-box .content p {
  font-size: 0.9rem;
}
.benefit-section .benefit-box .content a {
  color: black;
  text-decoration: none;
  font-weight: 600;
}
.benefit-section .benefit-box .content .benefit-bottom {
  bottom: 0;
  position: absolute;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .benefit-section .benefit-box {
    margin-bottom: 10px;
  }
}
/** ADDRESS SECTION **/
.address-section .address-box {
  overflow: hidden;
  padding: 0px;
  max-width: 870px;
  margin: 0 auto;
}
.address-section .address-box .content {
  display: flex;
}
.address-section .address-box .content .content-box {
  padding: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: flex;
  flex-direction: column;
  /* Zachová vertikální tok */
  justify-content: center;
}
.address-section .address-box .content .img-box {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.address-section .address-box .content .img-box img {
  max-height: 450px;
}
@media (max-width: 576px) {
  .address-section .address-box .content {
    display: block;
  }
  .address-section .address-box .content .content-box {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .address-section .address-box .content .img-box {
    border-radius: 0px;
  }
  .address-section .address-box .content .img-box img {
    width: 100%;
    height: auto;
  }
}
/** WEBINARS SECTION ***/
.webinars-section .webinars-box {
  background-color: #fcf7fb;
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.webinars-section .webinars-box img {
  border-radius: 5px;
}
.webinars-section .webinars-box .btn-primary {
  width: 60%;
  margin: 0 auto;
}
/** FOOTER *********/
footer {
  background-color: #324D9D;
  color: white;
  padding: 40px 0px;
  margin-top: 50px;
}
footer a {
  color: white !important;
  text-decoration: none;
  line-height: 2em;
}
@media (max-width: 576px) {
  footer .img-fluid {
    width: 40%;
  }
}
/**  CART **********/
.cart .cart-rows {
  padding: 10px 20px;
  border: 1px solid #e9ecef;
  border-radius: 5px;
}
.cart .cart-rows .cart-item {
  border-bottom: 1px solid #e9ecef;
  padding: 10px 0;
}
.cart .cart-rows .cart-item:last-child {
  border-bottom: none;
}
.cart .cart-summary {
  padding: 15px;
  text-align: center;
}
/** FILE BOX **********/
.file-box {
  padding: 20px;
  border: 1px solid #e3eaef;
  border-radius: 5px;
  position: relative;
  margin-bottom: 20px;
}
.file-box:hover {
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
}
.file-box .file-img-box {
  line-height: 120px;
  text-align: center;
}
.file-box .file-img-box img {
  height: 64px;
}
.file-box .file-download {
  font-size: 20px;
  color: #98a6ad;
  position: absolute;
  right: 10px;
}
.file-box .file-title {
  padding-right: 15px;
}
.file-box .file-title h5 {
  font-size: 0.75rem;
}
.custom-slider {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.slider-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.slider-controls button {
  background-color: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
}
.slider-content {
  display: flex;
  transition: transform 0.5s ease-in-out;
  /* Animace posouvání */
  width: 100%;
  position: relative;
}
.slider-item {
  min-width: 22%;
  /* Zajistí, že vždy vidíme 2 položky */
  text-align: center;
  margin-right: 24px;
}
.slider-item img:hover,
.slider-item h4:hover {
  cursor: pointer;
}
.slider-item.visible {
  opacity: 1;
  /* Viditelné položky */
}
.slider-item img {
  max-width: 100%;
  border-radius: 5px;
}
/*** BANNER SLIDER ***/
.slider-banner {
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px auto;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.slider-banner .slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slider-banner .slides .slide {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slider-banner .slides .slide img {
  width: 100%;
}
.slider-banner .dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}
.slider-banner .dot {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.slider-banner .dot.active {
  background-color: white;
}
.slider-banner .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
}
.slider-banner .arrow.left {
  left: 10px;
}
.slider-banner .arrow.right {
  right: 10px;
}
/** VIDEO */
.videoPlayer {
  width: 100%;
  height: 80vh;
}
/**** OTHER ******/
.no-border {
  border: none !important;
}
.mh-600 {
  min-height: 600px !important;
}
.pagination .active .page-link {
  background-color: #013494;
  border-color: #013494;
}
.pagination .page-link {
  color: #013494;
}
ol li {
  line-height: 2rem;
}
