/*
 Theme Name:   bootScore 5 Valachnet
 Description:  bootScore 5 Child Theme
 Author:       invence.eu
 Author URI:   https://crftwrk.de
 Template:     bootscore-5
 Version:      5.0.0.4
 Text Domain:  bootscore
*/

/* 
All style editing is done via css/scss/_bscore_custom.scss
*/
@font-face {
  font-family: "MyriadProRegular";
  src: url("fonts/MyriadPro-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadProSemiBold";
  src: url("fonts/MyriadPro-Semibold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MyriadProLight";
  src: url("fonts/MyriadPro-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

b,
strong {
  font-weight: bold;
  font-family: "MyriadProSemiBold" !important;
}
body {
  font-family: "MyriadProLight", Arial, sans-serif;
  font-size: 1.33rem;
  letter-spacing: 0.01em;
}
.cursor-pointer {
  cursor: pointer;
}

.hslogan {
  font-size: 3.5rem;
  line-height: normal;
}

@media (max-width: 992px) {
  .hslogan {
    font-size: 2rem;
  }
}

.font-size-15 {
  font-size: 1.5rem;
}

.helper {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 100%;
  background: url(img/helper/ktkdigi.png);
  opacity: 0.5;
  z-index: -9999;
}

.loading-overlay {
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

/*
navigation
*/

#nav-main ul li a {
  font-size: 20px;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: #2e3192;
}

.nav-link.active {
  text-decoration: underline;
}

#nav-main .menu-item .nav-link {
  text-transform: uppercase;
  font-size: smaller;
  color: black;
}

.navbar-light .navbar-nav .account a {
  color: white !important;
  background-color: #418aa8;
}

#content {
  min-height: 600px;
}

#page {
  display: block;
}

.dropdown-menu {
  background: rgba(221, 232, 253, 0.5);
  backdrop-filter: blur(25px);
  /* Note: backdrop-filter has minimal browser support */
  left: -1rem !important;
  border-radius: 24px;
  border: none;
}

.dropdown-item {
  color: #2e3192;
  margin-bottom: 0.4rem;
  margin-top: 0.4rem;
}
.dropdown-item:hover {
  background-color: transparent;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.45em;
  vertical-align: -0.1em;
  content: "";
  width: 20px;
  height: 11px;
  background: url(img/icon/ktk-expand.svg);
  background-repeat: no-repeat;
  border: none;
}

.dropdown-toggle.show::after {
  background: url(img/icon/ktk-expand-less.svg);
  background-repeat: no-repeat;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #2e3192;
}

.title-icon-router-blue-dark1 {
  background-image: url(img/icon/ktk-router-blue-dark.svg);
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 0.5rem;
}

.title-icon-router-blue-dark:before {
  content: url(img/icon/ktk-router-blue-dark.svg);
  padding: 0;
  margin-right: 0.5rem; /* 1/2 width of image*/
}
.title-icon-tv-orange:before {
  content: url(img/icon/ktk-tv-orange-dark.svg);
  padding: 0;
  margin-right: 0.5rem; /* 1/2 width of image*/
}
.title-icon-iptv-red:before {
  content: url(img/icon/ktk-iptv-red-dark.svg);
  padding: 0;
  margin-right: 0.5rem; /* 1/2 width of image*/
}

.marker-blue-dark,
.marker-orange-dark,
.marker-red-dark,
.marker-card,
.marker-speed,
.marker-percent,
.marker-tv,
.marker-pig {
  list-style-type: none;
  padding-left: 3rem;
  background-repeat: no-repeat;
  background-position: left 1.5rem;
}
.marker-blue-dark {
  background-image: url(img/icon/bullet-blue-dark.svg);
}

.marker-orange-dark {
  background-image: url(img/icon/bullet-orange-dark.svg);
}
.marker-red-dark {
  background-image: url(img/icon/bullet-red-dark.svg);
}

.marker-card {
  background-image: url(img/icon/bullet-card-blue-dark.svg);
}

.marker-speed {
  background-image: url(img/icon/bullet-speed-blue-dark.svg);
}

.marker-percent {
  background-image: url(img/icon/bullet-percent-blue-dark.svg);
}

.marker-tv {
  background-image: url(img/icon/bullet-tv-blue-dark.svg);
}

.marker-pig {
  background-image: url(img/icon/bullet-pig-blue-dark.svg);
}

.container {
  max-width: 1920px;
}

.widget-title.h4 {
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}
.footer_widget a {
  color: white;
  text-decoration: none;
}
/*
text formating
*/

.pagination .page-link {
  padding: 1rem;
  color: #2e3192;
  border-color: #2e3192;
}

.page-item.active .page-link {
  background-color: #2e3192;
  color: white;
}
/*
buttons
*/
.btn-link {
  color: #2e3192;
}

.download-button::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(img/icon/ktk-download-button.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  margin-top: 0.5rem;
}

.ahref-button::after {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url(img/icon/ktk-ahref-button.svg);
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  margin-top: 0.5rem;
}

.btn-semi-sm {
  padding-top: 4px;
  padding-bottom: 4px;
}
.btn-6rem {
  width: 6rem;
}
.btn-outline-primary:hover {
  background-color: #2e3192 !important;
}

.btn span.h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.accordion-button span.h4 {
  line-height: 1.75rem;
}

/*
margins, paddings
*/
.mb-20 {
  margin-bottom: 2rem;
}

.mt-35 {
  margin-top: 3.5rem;
}

.me-50 {
  margin-right: 5rem;
}
.py-1625 {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.py-08 {
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.pt-20 {
  padding-top: 2rem;
}
.pt-25 {
  padding-top: 2.5rem;
}
@media (min-width: 1200px) {
  .px-xl-35 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .mx-xl-35 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }
  .my-xl-35 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
  .pb-xl-25 {
    padding-bottom: 2.5rem !important;
  }
  .pt-xl-35 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-65 {
    padding-top: 6.5rem !important;
  }
  .pb-xl-65 {
    padding-bottom: 6.5rem !important;
  }
  .pt-xl-100 {
    padding-top: 10rem !important;
  }
}
.px-35 {
  margin-right: 3.5rem;
  margin-left: 3.5rem;
}
/*
cards
*/
.tkrj-card-header {
  display: flex;
  flex-direction: column;
  align-items: center; /* horizontální centrování */
  justify-content: center; /* vertikální centrování */
  min-height: 7rem; /* rezervovaná výška */
  text-align: center; /* volitelné: zarovná text uvnitř */
}
.tkrj-card-header h5 {
  font-size: 1.9rem;
}
.tkrj-card-span {
  margin-bottom: 5rem !important;
}
.tkrj-karta .card-body {
  line-height: 1.25;
}

@media (max-width: 576px) {
  .tkrj-karta.card {
    padding-bottom: 6rem;
  }
}

.rounded-15 {
  border-radius: 1.5rem;
}
.rounded-10 {
  border-radius: 1rem;
}

.rounded-5 {
  border-radius: 0.7rem !important;
}

/*
icons
*/
.tkrj-search {
  display: block;
  text-indent: -9999px;
  width: 30px; /* šířka tlačítka */
  background: url(img/icon/tkrj-search.svg) no-repeat center;
  background-size: 90px 90px; /* velikost ikony */
  border: none; /* volitelné: odstraní defaultní rámeček */
}
.bg-blue-dark {
  background-color: #2e3192 !important;
}

.border-blue-dark {
  border-color: #2e3192 !important;
}
.border-blue-light {
  border-color: #dde8fd !important;
}
.border-red-dark {
  border-color: #a83f3f !important;
}
.border-orange-dark {
  border-color: #f58220 !important;
}

.bg-orange-light {
  background-color: #fff4ea;
}
.bg-orange-dark {
  background-color: #f58220;
}
.bg-gray {
  background-color: #e5e5e5;
}
.bg-red-dark {
  background-color: #a83f3f;
}

.blue-half {
  color: #8688d8;
}

.blue-dark {
  color: #2e3192;
}
.red-dark {
  color: #a83f3f;
}
.orange-dark {
  color: #f58220;
}

@media (max-width: 1950px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
  h1,
  .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
  h2,
  .h2 {
    font-size: calc(2.6rem + 0.9vw) !important;
  }
  h3,
  .h3 {
    font-size: calc(1.75rem + 0.6vw) !important;
  }
  h4,
  .h4 {
    font-size: calc(1.5rem + 0.3vw);
  }
  /*
    td, th, p
    {
        font-size: calc(.8rem + 0.3vw);
    }
    */
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
  .display-5 {
    font-size: calc(1.475rem + 2.7vw);
  }
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}

/*
other
*/

.card-square img {
  width: 25%;
}

.accordion-button {
  font-size: 18px;
}

.bold-extra {
  text-shadow: 0 0 2px currentColor;
}

.bg-primary {
  background-color: #0386c6 !important;
}

.bg-info {
  background-color: #578aa5 !important;
}

.bg-warning {
  background-color: #f0b937 !important;
}

.bg-success {
  background-color: #b5c841 !important;
}

.bg-secondary {
  background-color: #646463 !important;
}

.bg-danger {
  background-color: #b22f27 !important;
}

.bg-light {
  background-color: #f1f2f2 !important;
}
.text-primary {
  color: #0386c6 !important;
}
.text-danger {
  color: #b22f27 !important;
}
.text-success {
  color: #b5c841 !important;
}

.text-secondary {
  color: #646463 !important;
}
.text-info {
  color: #578aa5 !important;
}
.text-warning {
  color: #f0b937 !important;
}
.text-success {
  color: #b5c841 !important;
}
.text-light {
  color: #f1f2f2 !important;
}

.btn-price {
  font-size: 3.5rem;
}
.btn-currency {
  font-size: 1.6rem;
}
.btn {
  border-radius: 0;
  letter-spacing: 0.05em;
}
.btn-success {
  background-color: #afca0b !important;
  border-color: #afca0b !important;
}

.px-6 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}

@media (max-width: 1400px) {
  .px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

@media (max-width: 992px) {
  .px-6 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
.pb-50px {
  padding-bottom: 3.7rem;
}

.table-tight td {
  padding: 0;
}

.footer_widget .widget-title {
  font-size: 1.5rem !important;
}

.card-header:first-child {
  border-radius: 0;
}
