@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Inter';
  color: #303030;
  line-height: 1.6;
  font-weight: 400;
  font-size: 1rem;
  background-color: #fff;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #303030;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  font-size: calc(2rem + 1.5vw);
}

.display-1 {
  font-size: calc(2rem + 1.5vw);
  font-weight: 500;
}

.display-2 {
  font-size: calc(1.2rem + 1.5vw);
  font-weight: 500;
}


@media screen and (max-width: 991px) {

  .h1,
  h1 {
    font-size: 2rem;
  }

  .h3,
  h3 {
    font-size: 1.5rem;
  }
}

.blue {
  color: rgba(40, 112, 237, 0.92);
}

.red {
  color: #FF6130;
  ;
}

.small {
  font-size: 100% !important;
}

.img-fluid {
  border-radius: 0.3rem;
}

.bg-primary {
  background-color: rgba(112, 36, 122, 1) !important;
}

.bg-primary-page {
  background-color: rgba(112, 36, 122, 1) !important;
}


.bg-secondary {
  border: 1px solid #c8e2f1 !important;
  background: #E4EAF0 !important;
}

.bg-secondary.user {
  font-weight: 700;
  color: rgba(40, 112, 237, 0.92);
  line-height: 1.5;
  border-radius: 4px;
  width: max-content;
}

.bg-color-szc {
  background-color: RGBA(3, 158, 159, var(--bs-bg-opacity, 1)) !important;
}

.bg-color-jm {
  background-color: RGBA(36, 83, 117, var(--bs-bg-opacity, 1)) !important;
}

.bg-color-vc {
  background-color: rgba(2, 129, 97, 0.92);
}

.bg-color-sm {
  background-color: RGBA(250, 97, 49, var(--bs-bg-opacity, 1)) !important;
}

.bg-color-jzc {
  background-color: RGBA(112, 36, 122, var(--bs-bg-opacity, 1)) !important;
}

.bg-color-prh {
  background-color: RGBA(228, 76, 121, var(--bs-bg-opacity, 1)) !important;
}





.bg-color-7 {
  background-color: #48ac5f;
}

.btn-light {
  color: #70247a !important;
  background-color: #fff;
  border-color: #fff;
  text-decoration: none !important
}

.btn-light:hover {
  color: #70247a !important;
  background: #E4EAF0 !important;
  border-color: #E4EAF0;
}

.btn-success {
  color: #fff !important;
  background-color: #0CB43F;
  border-color: #0CB43F;
  padding: 5px 25px;
}

.text-bg-primary {
  color: #fff !important;
  background-color: rgba(112, 36, 122, 1) !important;
}

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(112, 36, 122, 1) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #B1B1B1 !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: #0CB43F !important;
}


.text-underline a {
  text-decoration: underline !important;
}

.text-secondary {
  color: #d1d4d9 !important;
}

@media (min-width: 1200px) {
  .fs-0 {
      font-size: 4.5rem !important;
  }
}

.bg-star {
  border: 1px solid #ededed !important;
  background: #ededed !important
}

.bg-star.star {
  font-weight: 700;
  color: rgba(40, 112, 237, 0.92);
  line-height: 1.5;
  border-radius: 99px;
  width: max-content;
}

.radius {
  border-radius: 0.3rem;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgb(25 135 84 / 26%) !important;
  color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
  -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bg-success i{
  font-size: 20px;
}


.bg-danger {
  background-color: rgb(220 53 69 / 21%) !important;
  color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
  -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bg-danger i{
  font-size: 20px;
}

.bg-warning {
  background-color: rgb(226 169 16 / 26%) !important;
    color: #9b7401 !important;
  -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.bg-warning i{
  font-size: 20px;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  color: #fff;
  background-color: #FF6130;
  border-color: #FF6130;
  padding: 5px 10px;
  overflow: visible;
  border-radius: 0.3rem;
  text-align: center;
  transition: 0.3s;
  text-decoration: none !important;
  font-weight: 500;
}

.back-to-top i {
  align-items: center;
  justify-content: center;
  font-size: 36px;
  width: 36px;
  height: 36px;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top:hover {
  opacity: .9;
  color: #fff;
}

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

  .back-to-top i {
    display: none;
  }
  .back-to-top p {
    margin-bottom: 0;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  top: 0;
  background-color: rgba(112, 36, 122, 1) !important;
  width: 100%;
  border-radius: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px
}

#header:hover {
  background-color: rgba(112, 36, 122, 1) !important;
}

@media screen and (max-width: 1440px) {
  #header {
    width: 100%;
    max-width: auto;
    min-width: auto;
  }
}

#header.header-scrolled {
  top: 0;
  padding: 0
}

#header .logo {
  overflow: hidden;
  padding: 20px 0px 20px 0px;
  color: #002243;
}

#header .logo h1 {
  font-size: 32px;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  font-family: 'Inter';
  color: rgba(40, 112, 237, 0.92);
}

#header .logo h1 a,
#header .logo h1 a:hover {
  text-decoration: none;
  color: rgba(40, 112, 237, 0.92);
}

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

@media (max-width: 991px) {
  #header {
    padding: 0 0
  }
  #header .logo img {
    max-height: 25px;
  }
  
}

@media (max-width: 992px) {
  #header {
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    top: 0;
    border-radius: 0;
  }

  #header.header-scrolled {
    top: 0;
  }

  #header.header-scrolled,
  #header .header-container {
    justify-content: space-between !important;
  }

  #header .logo h1 {
    font-size: 24px;
  }

  #header .logo {
    padding: 15px 0px 10px 0px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: inline-block;
  position: relative;
  color: #fff;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Inter';
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nav-menu a {
    padding: 10px 10px;
  }
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff;
  text-decoration: none;
}

.dropdown-menu.show {
  padding: 15px;
  box-shadow: rgba(11, 31, 66, 0.14) 0px 4px 14px 2px!important;
  border-width: 0px;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #E4EAF0;
  border-radius: 0.3rem;
}

.dropdown-item {
  color:#70247A !important;
}


.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0 solid transparent;
  border-bottom: 0;
  border-left: 0 solid transparent;
}

.get-logged {
  text-align: right;
}

.get-logged div .ri {
  margin: 0.3rem;
  font-size: 1.2rem;
}

.get-logged div {
  display: inline-block;
}


.get-started a {
  background: #fff;
  color: #70247A;
  border-radius: 0.3rem;
  margin: 0;
  padding: 10px 25px;
  font-weight: 500;
}

.get-started a:hover {
  background: #fff;
  color: #70247A;
}

.logged a {
  color: #70247A;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  border-radius: 0.3rem;
  padding: 0 10px;
  margin: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media (max-width: 991px){
.get-logged div .ri {
  margin: 0;
  font-size: 1.1rem;
}
}

.logged a:hover {
  color: #70247A;
  background-color: #E4EAF0;
  border-color: #E4EAF0;
}

.drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-weight: 400;
  text-transform: none;
  color: black;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: rgba(40, 112, 237, 0.92);
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down>a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}


@media (max-width: 991px){
  /* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 30px;
  top: 10px;
  padding: 0;
  z-index: 99999;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  border: 1px solid white;
  border-radius: 5px;
  padding: 0 5px;
}
  }

  @media (max-width: 768px){
    /* Mobile Navigation */
  .mobile-nav-toggle {
    position: fixed;
    right: 20px;
    top: 10px;
    padding: 0;
    z-index: 99999;
    border: 0;
    background: none;
    font-size: 28px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    border: 1px solid white;
  border-radius: 5px;
  padding: 0 5px;
  }
    }
  
  



.mobile-nav-toggle i {
  color: rgba(255, 255, 255, 0.92);
  font-size: 24px
}

.mobile-nav {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0;
  z-index: 9999;
  overflow-y: auto;
  background-color: rgba(112, 36, 122, 1) !important;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  padding: 10px 0;
  padding-top: 60px;
  text-align: left;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  margin: 20px 15px;
    padding-bottom: 20px;
  font-weight: 500;
  outline: none;
  font-size: 16px;
  border-bottom: var(--bs-border-width) var(--bs-border-style) #4d1655 !important;
}

.mobile-nav ul li ul li a {
  display: block;
  position: relative;
  color: #fff;
  margin: 20px 15px;
    padding-bottom: 20px;
  font-weight: 500;
  outline: none;
  font-size: 16px;
  border-bottom: var(--bs-border-width) var(--bs-border-style) #fff !important;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.get-started {
  text-align: center;
}

.get-started a {
  display: inline-block;
  border-radius: 0.3rem;
  margin: 0 15px;
  padding: 8px 25px;
  background: #fff;
  color: #70247A;
}

@media (max-width: 1200px) {
  .get-started a {

  }

  .get-started {
    margin-right: 100px
  }

  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0 !important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #303030 !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: rgba(11, 31, 66, 0.14) 0px 4px 14px 2px!important;
    border-radius: 0.25rem;
  }

  .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #303030 !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0!important;
    padding: 10px 0px !important;
  }
}

@media (max-width: 1200px) {
  .get-started span {
    display: none
  }

  .get-logged span {
    display: none
  }

  .get-started {
    margin-right: 40px
  }

  .get-logged {
    margin-right: 50px
  }

  .get-started a {
    display: inline-block;
    background: transparent;
    color: #fff;
    border-radius: 0.3rem;
    margin: 0;
    padding: 2px 8px;
    font-size: 22px;
  }

  .get-started a i {
    padding-top: 2px;
  }

  .get-started a:hover {
    background: transparent;
    color: #fff;
  }

  .logged a {
    padding: 0px 5px;
    margin: 0;
  }
}

.mobile-nav .get-started a:hover {
  background: #00c28e;
  color: #fff;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(29, 28, 31, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background-size: cover;
  position: relative;
  margin-bottom: -75px;
    z-index: 1;
}

#hero .btn {
    bottom: 90px !important;
    z-index: 99;
}

#hero.no-image {
  background: none !important;
  overflow: hidden;
}

#hero.new {
  height: 800px;
}

#hero.page {
  width: 100%;
  height: 25vh;
  background-size: cover;
  position: relative;
    margin-bottom: 0px;
    background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 80px;
}
#hero.page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

#hero.page .container {
  padding-top: 20px;
}

#hero.page .breadcrumb {
  color:white!important
}

#hero.page .breadcrumb a {
  color:white!important
}

#hero.page .breadcrumb .breadcrumb-item.active {
  color:white!important
}

#hero.page .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  color:white!important
}

@media screen and (max-width: 991px) {
  #hero.page {
    width: 100%;
    height: 30vh;
    margin-top: 50px;
  }
  #hero.page .breadcrumb {
    font-size: 0.8rem;
  }
  
}

.page {
  width: 100vw;
  height: 40vh;
  background-image: url('tvoje-obrazek.jpg'); /* Nahraď URL správným obrázkem */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.img-slide{
  display: block;
}

.img-slide{
  height: 200px;

}

.slide-1 {
  background-image: url(../img/hero-bg-new-1.webp)
}

.slide-2 {
  background-image: url(../img/hero-bg-new-2.webp)
}


.slide-3 {
  background-image: url(../img/hero-bg-new-3.webp)
}


.slide-4 {
  background-image: url(../img/hero-bg-new-4.webp)
}


.slide-5 {
  background-image: url(../img/hero-bg-new-5.webp)
}


.slide-6 {
  background-image: url(../img/hero-bg-new-6.webp)
}


.slide-7 {
  background-image: url(../img/hero-bg-new-7.webp)
}

.slide-8 {
  background-image: url(../img/hero-bg-new-8.webp)
}


.slide-9 {
  background-image: url(../img/hero-bg-new-9.webp)
}




@media screen and (max-width: 991px) {
  .hero {
    min-height: 65vh;
  }
  .img-slide{
    height: 150px;
  
  }
}

#hero.hero-work {
  width: 100%;
  height: 80vh;
}

#hero.event {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 50px
}

#hero.event a {
  text-decoration: underline;
}

#hero.event-detail {
  width: 100%;
  min-height: 600px;
  height: auto;
  padding-bottom: 50px;
  padding-top: 100px;
  background-size: bottom center;
  position: relative;
  color: #fff
}

@media (max-width: 991px) {
  #hero.event-detail {
    height: auto;
    padding-bottom: 50px;
  }
  #hero.hero-work {
    height: 100vh;
  }
}

#hero.event-detail:before {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

#hero.event-detail h1 {
  color: #fff
}

#hero.event {
  width: 100%;
  position: relative;
  font-size: 16px !important;
  color: #303030 !important;
}

#hero.event p {
  font-size: 16px !important;
  color: #303030 !important;
}

#hero.event .filter-box {
  padding: 0 0;
  background-color: transparent !important;
  text-align: left;
}

#hero.event .filter-box p {
  font-size: 18px;
  color: rgba(40, 112, 237, 0.92);
  margin-bottom: 10px;
}

#hero.event .filter-box .custom-select {
  border: 1px solid #E4EAF0;
  background: #dcf2ff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat
}

#hero .container {
  padding-top: 80px;
  padding-bottom: 25px
}

@media (max-height: 800px) {
  #hero .container {
    padding-top: 0px;
  }
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 58px;
  font-weight: 500;
  line-height: 88px;
}

#hero .counters span {
  font-size: 36px;
  font-weight: 700;
  display: block;
  font-family: 'Inter';
  color: #fff;
  padding: 0;
  margin: 0
}

#hero .counters hr {
  margin-top: 10px
}

#hero .counters p {
  font-size: 14px;
}

#hero strong {
  color: rgba(40, 112, 237, 0.92);
}

#hero p {
  color: white;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Inter';
}

#hero .btn-get-started {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 50px;
  max-width: 500px;
  z-index: 1
}

#hero .btn-get-started-work {
  background: #FF6130;
  color: #fff;
  border-radius: 0.3rem;
  margin: 0 15px;
  padding: .8rem 15px !important;
  font-size: 16px;
  border-top-color: #FF6130;
  border-bottom-color: #850000;
  -webkit-box-shadow: inset 0 -2px 0 0 #9e0000;
  box-shadow: inset 0 -2px 0 0 #9e0000;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 50px;
  width: 280px;
}

#hero .btn-get-started-work :hover {
  background: #FF6130;
  border-bottom-color: #FF6130;
  -webkit-box-shadow: inset 0 -2px 0 0 #FF6130;
  box-shadow: inset 0 -2px 0 0 #FF6130;
}

.lead-work {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 50px;
  width: 250px;
  font-size: 15px;
  color: white
}

@media (min-width: 1024px) {
  #hero {}
}

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

  #hero.hero-work {
    width: 100%;
    height: 100vh;
  }

  #hero .container {
    padding-top: 80px;
  }

  #hero h1 {
    font-size: 32px;
    line-height: 36px;
    margin-top: 50px
  }

  #hero p {
    color: white;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
  }
}

#reg {
  width: 100%;
  height: auto;
  background: url("../img/hero-bg-1.webp") center center;
  background-size: cover;
  position: relative;
}

#reg .container {
  padding-top: 150px;
  padding-bottom: 80px;
}

#reg:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#reg h1 {
  margin: 0 0 10px 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#reg p {
  margin-bottom: 40px;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Inter';
}

#reg .btn-get-started {
  background: #FF6130;
  color: #fff;
  border-radius: 0.3rem;
  margin: 0 15px;
  padding: 10px 25px;
}

#reg .btn-get-started:hover {
  background: #FF6130;
}

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

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

  #reg .container {
    padding-top: 60px;
  }

  #reg h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

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

  #reg .container {
    padding-top: 60px;
  }

  #reg h1 {
    font-size: 32px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

.section-bg {
  background-color: #f6f6f7;
}

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

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: rgba(40, 112, 237, 0.92);
  bottom: 0;
  left: 0;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.home {
  background: #fff;
  padding: 50px 0 50px 0;
}

.clients {
  background: #f6f6f7;
  text-align: center;
  padding: 5px 0;
}

.clients img {
  width: 40%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

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

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.bg-light {
  background-color: #E4EAF0 !important;
}

.bg-blue {
  background-color: #2870ED !important;
}

.bg-blue-dark {
  background-color: #303030 !important;
}

.bg-dark {
  background-color: #E4EAF0 !important;
}

.bg-green {
  background-color: #0CB43F!important;
}

.bg-green h4{
  color: #0CB43F!important;
}


.about {
  padding: 160px 0;
}

.bg-blue-ilustrace {
  background-image: url('../img/trasa-ilustrace-blue.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 75%;
}



@media (max-width: 991px) {
  .about {
    padding: 80px 0;
  }
}

.about .content h2 {
  font-weight: 500;
  line-height: 32px;
  font-size: 34px;
}

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

.about .content ul li {
  padding: 10px 0 0 28px;
  position: relative;
}

.about .content ul i {
  left: 0;
  top: 7px;
  position: absolute;
  font-size: 20px;
  color: rgba(40, 112, 237, 0.92);
}

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

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

.counts {
  padding: 40px 0 40px 0;
  color: #fff;
  background-color: #70247A;
  border-radius: 0.3rem;
  position: relative;
  z-index: 2;
}

.counts span {
  font-size: 24px;
  display: block;
  font-family: 'Inter';
}

@media (max-width: 991px) {
  .counts .counters span {
    font-size: 20px;
  }
  .counts {
    padding: 20px 0 20px 0;
  }
}

.counts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 15px;
  font-weight: 400;
}

.bg-color {
  background: #f4f6fa;
  padding: 40px 0 20px 0;
  color: rgba(48, 58, 69, .85) !important;
}

.bg-dark {
  background-color: #313a45 !important;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 160px 0;
}

@media (max-width: 991px) {
  .why-us .content {
    padding: 80px 0;
  }
}

.why-us .content h2 {
  font-weight: 400;
  line-height: 32px;
  font-size: 34px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: rgba(40, 112, 237, 0.92);
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: left;
  border-radius: 0;
  padding: 20px 30px;
  width: 100%;
  transition: 0.3s;
}

.why-us .icon-boxes .icon-box .btn-link {
  color: #fff;
}

.why-us .icon-box .btn-link {
  color: #fff;
}

.item-image {
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -35px;
  margin-left: -30px;
  margin-right: -30px;
  height: 360px;
  border-bottom: 5px solid #FF6130;
  position: relative;
  border-radius: 0.8rem !important;
}

.item-image-box {
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -17px;
  margin-left: -17px;
  margin-right: -17px;
  height: 360px;
  border-bottom: 5px solid #FF6130;
  position: relative;
  border-radius: 0.8rem 0.8rem 0 0 !important;
}

.item-image.no-before {
  overflow: hidden;
  margin-bottom: 25px;
  margin-top: -35px;
  margin-left: -30px;
  margin-right: -30px;
  height: 360px;
  border-bottom: 5px solid #FF6130;
  position: relative;
  border-radius: 0.8rem !important;
}

.item-image.no-before:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1
}

.item-image .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #FF6130;
  font-size: 100px
}


@media (max-width: 991px) {
  .item-image {
    height: 420px;
  }
}

@media (max-width: 768px) {
  .item-image {
    height: 220px;
  }
}

.item-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1
}

.item-image .badge {
  border-radius: 10rem;
  position: absolute;
  top: 35px;
  right: 25px;
  border-radius: 0.3rem;
  background-color: #fff;
  z-index: 2
}

.item-image .badge img {
  width: 24px
}

.item-image div {
  position: absolute;
  bottom: 15px;
  left: 50px;
  z-index: 1
}

@media (max-width: 991px) {
  .item-image div {
    left: 25px;
  }
}

.item-image img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  width: 100%;
  height: 100%;
}

.item-image:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.why-us .event-border {
  border-top: 3px solid rgba(40, 112, 237, 0.92);
  padding-bottom: 20px
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0.7)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: rgba(40, 112, 237, 0.92);
  border: 2px solid rgba(40, 112, 237, 0.92);
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  border: 1px solid rgba(40, 112, 237, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: rgba(40, 112, 237, 0.92);
}

.services .icon-box .icon i {
  font-size: 28px;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #36343a;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
}

.services .icon-box:hover h4 a {
  color: rgba(40, 112, 237, 0.92);
}

.services .icon-box:hover .icon {
  color: #fff;
  background: rgba(40, 112, 237, 0.92);
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  font-family: 'Inter';
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: rgba(40, 112, 237, 0.92);
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(54, 52, 58, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(54, 52, 58, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #00cc95;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 0 30px;
  margin: 30px 15px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #66ffd6;
  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: 0 auto 15px auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: rgba(40, 112, 237, 0.92) !important;
}

@media (max-width: 767px) {
  .testimonials {
    margin: 30px 10px;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
}

.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.team .member .pic {
  overflow: hidden;
  width: 150px;
  border-radius: 50%;
  margin: 0 auto 20px auto;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
}

.team .member:hover img {
  transform: scale(1.1);
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #36343a;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 400;
}

.team .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b5b3ba;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a8a5ae;
}

.team .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: rgba(40, 112, 237, 0.92);
}

.team .member .social a+a {
  margin-left: 8px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: rgba(40, 112, 237, 0.92);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #36343a;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}

.contact .php-email-form {
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.form-check {
  display: inline-block;
}

.form-group-results {
  background-color: white;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
  overflow-y: scroll; 
  height:200px;
}

.form-group-results.results1 {
  z-index: 10;
}

.form-group-results.results2 {
  z-index: 9;
}

.form-group-results.results3 {
  z-index: 8;
}

.form-group-results.results4 {
  z-index: 7;
}

.form-group-results a{
    display: block;
}

.form-check-input {
  border: 2px solid rgba(0, 0, 0, .25);
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 500;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 500;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: rgba(40, 112, 237, 0.92);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #00805d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 5px 0;
  background-color: #FFF !important;
  padding-top: 90px;
  border-bottom: 1px solid #ccd7e1;
}

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

.breadcrumbs h2 {
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4f4c55;
  content: "/";
}

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

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

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

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav,
.portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: rgba(40, 112, 237, 0.92) !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  background-color: #f4f6fa;
  z-index: 2;
  border-radius: 0;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -150px;
  position: inherit;
  text-align: center;
  padding-top: 150px;
  background-image: url(../img/hp_jsmetu.png);
  background-size: 128px auto;
  background-repeat: no-repeat;
  background-position: center 25px;
}

@media (max-width: 991px) {
  .portfolio-details .portfolio-info {
    width: 100%;
  }
}

.portfolio-info-form {
  padding: 30px;
  background: #fff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  border-radius: 0;
  margin-top: 50px
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

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

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #303030;
}

.portfolio-details .portfolio-description strong {
  color: rgba(40, 112, 237, 0.92);
  font-weight: 500;
}

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

@media (max-width: 991px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }

  .table td,
  .table th {
    padding: .15rem;
  }
}

.table {
  --bs-table-border-color: #ced4da;
}

.table>:not(caption)>*>* {
  padding: 0.5rem 0rem;
}

.portfolio-details .etapy-container {
  margin-bottom: 50px;
  margin-top: 25px
}

.portfolio-details .etapy-info {
  padding: 1.5rem !important;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0);
  z-index: 2;
  border-radius: 0.3rem;
  margin-bottom: 25px;
}

.portfolio-details .etapy-info.active {
  background: #f4f6fa !important;
}

.portfolio-details .etapy-info.box {
  padding: 30px;
  background: #fff;
  box-shadow: 0 1px 4px rgb(0 0 0 / 30%) !important;
  z-index: 2;
  border-radius: 0.3rem;
  margin-top: 25px;
  min-height: 300px
}

.portfolio-details .etapy-info.box.event {
  padding: 30px;
  color: #fff;
  background-color: #313a45;
  background-image: url(https://www.sporkaceskem.cz/assets/css/../img/lines2.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
  border-radius: 0.3rem;
  margin-top: 25px;
  min-height: 300px
}

.portfolio-details .etapy-info.box.event h3 {
  color: #fff;
}

.etapy-info .etapy-head {
  padding: 1.5rem !important;
  margin: -25px -25px 25px -25px;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  color: white
}

.etapy-info .etapy-head h3 {
  border-bottom: 0 solid #eee !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  color: white;
}

.etapy-info .etapy-head i {
  font-size: 28px;
  margin-top: -5px;
}

.etapy-info .etapy-head.type1 {
  background: #FF6130;
}

.etapy-info .etapy-head.type2 {
  background: #721C7A;
}

.etapy-info .etapy-head.type3 {
  background: #56C76C;
}

.etapy-info .etapy-head.type4 {
  background-color: rgba(40, 112, 237, 0.92);
}

.etapy-info-signt {
  position: absolute;
  top: 25px;
  right: 15px;
}

.portfolio-details .etapy-info.color {
  background-color: rgba(40, 112, 237, 0.92);
  background-image: url(../img/lines.svg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.portfolio-details .etapy-info.color h3 {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.portfolio-details .etapy-info img {
  margin-bottom: 10px;
}

.portfolio-details .etapy-info .etapy-info-gpx-add {
  /*padding: 15px;
  background-color: #E4EAF0 !important;*/
}

.portfolio-details .etapy-info .etapy-info-gpx-add h3 {
  border-bottom: 1px solid transparent;
}

.portfolio-details .etapy-info .etapy-info-gpx-add .btn {
  margin-top: 0px;
}

.portfolio-details .etapy-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .etapy-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

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

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #121F3D;
  padding: 50px 0;
}

#footer .container {
  justify-content: space-between !important;
  display: flex !important;
  align-items: center !important;
}

.img-oceneni {
  height: 120px !important
}

#footer i {
  font-size: 36px;
    margin-right: 10px;
}

#footer a {
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 767px) {
  .img-oceneni {
    height: 50px !important
  }

  #footer .container {
    justify-content: space-between !important;
    display: block !important;
    align-items: center !important;
  }

  .img-oceneni.mr-5 {
    margin-right: 0rem !important;
  }
  #footer {
    color: #fff;
    font-size: 14px;
    background: #121F3D;
    padding: 25px 0 0 0 ;

}


}


#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #313a45;
  color: #e6ebf0;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #00c28e;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: rgba(40, 112, 237, 0.92);
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e4e3e6;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: rgba(40, 112, 237, 0.92);
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #00664b;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(40, 112, 237, 0.92);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #00805d;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 992px) {
  #map-big {
    width: 100%;
    min-height: 800px;
  }
}

@media (max-width: 991px) {
  #map-big {
    width: 100%;
    min-height: 700px;
  }
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: rgba(40, 112, 237, 0.92);
  color: #fff;
  border-radius: 0.3rem;
  margin: 0;
  padding: 4px 25px;
  border-color: transparent;
  -webkit-box-shadow: inset 0 -2px 0 0 #086ea1;
  box-shadow: inset 0 -2px 0 0 #086ea1;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter';
  margin: 5px;
}

.nav-pills .nav-link {
  color: rgba(40, 112, 237, 0.92);
  background: #E4EAF0;
  border-radius: 0.3rem;
  margin: 0;
  padding: 8px 25px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter';
  border-color: transparent;
  font-weight: 400;
  margin: 5px;
}

.gm-style .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate(-50%, -100%);
  border-radius: 0.3rem;
  padding: 25px;
  box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
  color: #333A45;
  overflow: hidden;
}

.pin-title {
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(40, 112, 237, 0.92);
  margin-bottom: 15px;
}

.pin-box-tip {
  border: 1px solid #E4EAF0;
  padding: 15px;
  border-radius: 0.3rem;
}

.pin-num {
  font-size: 26px;
  display: block;
  font-weight: 700;
  font-family: 'Inter';
}

.leg-pin {
  border: 1px solid #E4EAF0;
  padding: 5px;
  border-radius: 99px;
  margin-top: 5px;
  width: 45%;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}

.leg-pin.active {
  background-color: #E4EAF0;
}

.legal-copy {
  font-size: 0.8rem;
}

.pin-box-info {
  background-color: #f4f6fa;
  padding: 10px;
  border-radius: .25rem;
  color: #313a45;
  height: 100px
}

.ico-1 {
  background: url(../img/map/pin5.png) no-repeat 10px 0;
  background-size: 20px auto;
  padding-left: 40px
}

.ico-2 {
  background: url(../img/map/pin8.png) no-repeat 10px 0;
  background-size: 20px auto;
  padding-left: 40px
}

.ico-3 {
  background: url(../img/map/pin6.png) no-repeat 10px 0;
  background-size: 20px auto;
  padding-left: 40px
}

.btn {
  padding: 8px 25px;
  font-size: 16px;
  color: #70247a;
  text-decoration: none !important;
  font-weight: 500;
  border-radius: 0.3rem;
  font-weight: 500;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm>.btn,
.btn-sm i {
  font-size: .775rem;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .8rem 1.5rem !important;
  font-size: 1.25rem !important;
}

.btn-primary {
  color: #fff!important;
  background-color: #70247a!important;
  border: #70247a!important;
}

.btn-primary:hover {
  background-color: #70247a!important;
  border-top-color: #70247a!important;
}

.btn-primary.btn-hero {
  color: #fff!important;
  background-color: #70247a!important;
  border: #70247a!important;
}

.btn-primary.btn-hero:hover {
  background-color: rgba(40, 112, 237, 1);
  border-top-color: rgba(40, 112, 237, 1);
}


.btn-secondary {
  color: #fff!important;
  background-color: #FF6130;
  border-color: #FF6130;
  text-decoration: none !important
}

.btn-secondary:hover {
  background: #FF6130;
  border-bottom-color: #FF6130;
  border-color: #FF6130;
}

.btn-success {
  color: #fff !important;
  background-color: #48ac5f;
  border-color: #48ac5f;
  padding: 5px 25px;
}

.btn-success:hover {
  color: #fff !important;
  background-color: #48ac5f;
  border-color: #48ac5f;
  padding: 5px 25px;
}

.btn-outline-primary {
  color: #fff;
  border-color: #003c65;
  background: #003c65;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #00497C;
  background-color: #fff;
  border-color: #fff;
}

.btn-primary.active,
.btn-primary:active {
  color: #0b5181 !important;
  background-color: #E4EAF0 !important;
  border-color: #E4EAF0 !important;
  -webkit-box-shadow: inset 0 -2px 0 0 #E4EAF0 !important;
  box-shadow: inset 0 -2px 0 0 #E4EAF0 !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #717171;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  -webkit-box-shadow: inset 0 -2px 0 0 #f8f9fa;
  box-shadow: inset 0 -2px 0 0 #f8f9fa;
}

.btn-outline-light {
  color: #f8f9fa !important;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #f8f9fa !important;
  border-color: #f8f9fa;
  background-color: transparent
}

.btn-link {
  color: rgba(40, 112, 237, 0.92);
  text-decoration: none;
  margin-top: 0px;
  padding: 8px 0px;
}

.btn-link:hover {
  color: rgba(40, 112, 237, 0.92);
  text-decoration: none;
}

.btn-instagram {
  background-image: url(../img/instagram-line.svg);
  background-position: 0px 10px;
  background-repeat: no-repeat;
  background-size: 36px;
  padding-left: 50px !important
}

.btn-box {
  padding: 25px 25px;
  overflow: visible;
  border-radius: 0.3rem;
  transition: 0.3s;
  text-decoration: none !important;
  font-weight: 500;
}

@media (max-width: 991px) {
  .btn-box {
    margin-top: 15px;
    padding: 10px;
  }

  .btn {
    padding: 6px 20px;
    font-size: 14px;
    color: rgba(40, 112, 237, 0.92);
    text-decoration: none !important;
    font-weight: 500;
    border-radius: 0.3rem;
  }
  .btn-group-lg>.btn, .btn-lg {
    padding: .6rem 1.2rem !important;
    font-size: 1.05rem !important;
}
}

.btn-box:hover {
  opacity: .8;
  transition: 0.3s;
}

.btn-box i {
  font-size: 48px;
  color: #fff
}

.event-box {
  margin-top: 25px;
  padding: 25px 25px;
  overflow: visible;
  transition: 0.3s;
}

.event-box p {
  color: white;
  margin-bottom: 0px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.event-box span {
  color: white;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter';
}

.event-box i {
  font-size: 48px;
  color: #fff
}

@media (max-width: 991px) {
  .event-box span {
    color: white;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
  }

  .event-box i {
    font-size: 36px;
    color: #fff
  }
}

.event-box2 {
  margin-top: 25px;
  overflow: visible;
  transition: 0.3s;
}

.event-box2 p {
  margin-bottom: 0px !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: .1rem;
  text-transform: uppercase;
}

.event-box2 span {
  line-height: 1.6;
  font-weight: 400;
  font-size: 1rem;
  font-family: 'Inter';
}

.event-box2 i {
  font-size: 24px;
}

.text-image-content {
  border-radius: 4px;
  padding: 30px 40px 35px 120px;
  border-radius: 0.3rem;
  background: rgb(188, 228, 250);
  background: linear-gradient(36deg, rgba(188, 228, 250, 1) 0%, rgba(224, 244, 255, 1) 100%);
}

@media (max-width: 991px) {
  .text-image-content {
    padding: 30px 40px 35px 30px;
  }
}

.popup-box {
  position: absolute;
  bottom: 25px;
  left: 10px;
  z-index: 2;
  width: 400px;
  background: #fff;
  padding: 15px 15px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
  border-radius: 2px;
  color: #01497b;
  font-size: 0.8rem;
}

.popup-box h5 {
  color: #01497b;
  font-weight: 400;
}

.popup-box .btn {
  position: absolute;
  right: 15px;
  top: 0px;
  background-color: #fff;
  border-color: #fff;
  font-size: 24px;
  padding: 0px 5px;
}

.box-color {
  margin-bottom: 25px;
  padding: 25px 25px;
  overflow: visible;
  border-radius: 0.3rem;
}

.box-color i {
  font-size: 36px;
  display: block;
}

.box-color span {
  font-size: 56px;
  display: block;
  font-family: 'Inter';
}

@media (max-width: 991px) {
  .popup-box {
    width: 75%;
  }

  .leg-pin {
    border: 1px solid #E4EAF0;
    padding: 5px;
    border-radius: 99px;
    margin-top: 5px;
    width: 100%;
    float: left;
    margin-right: 5px;
  }
}

section {
  position: relative;
}

#mapa {
  width: 100%;
}

.main-prava {
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 15px;
  text-align: center;
}

.main-prava img {
  height: 100px;
  text-align: center;
}

.main-leva {
  box-sizing: border-box;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 15px;
  text-align: center;
}

.main-leva img {
  height: 100px;
  text-align: left;
}

.card-body img {
  width: 50%;
  text-align: left;
}

.card-body {
  text-align: left;
  padding: 1.25rem 0;
  padding-top: 0
}

.czech {
  color: #e60000
}

.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  padding-bottom: 100px;
  font-weight: 700;
  padding-top: 50px
}

.timeline p{
  font-weight: 400;
}

.timeline .timeline-item {
  padding-left: 0;
  padding-right: 30px
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0
}

.timeline .timeline-item .timeline-event {
  width: 100%
}

.timeline:before {
  border-right-style: solid
}

.timeline:before,
.timeline:after {
  content: " ";
  display: block
}

.timeline:after {
  clear: both
}

.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100% !important;
  margin-left: 2px;
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: rgba(52, 40, 104, .1)
}

.timeline .timeline-label .label {
  background-color: #f4f6fa;
  color: rgba(40, 112, 237, 0.92);
  display: inline;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-radius: 0.3rem;
  padding: 8px 25px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap
}

.timeline.timeline-line-solid:before {
  border-right-style: solid
}

.timeline.timeline-line-dotted:before {
  border-right-style: dotted
}

.timeline.timeline-line-dashed:before {
  border-right-style: dashed
}

.timeline .timeline-item {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px
}

.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table
}

.timeline .timeline-item:after {
  clear: both
}

.timeline .timeline-item:last-child {
  margin-bottom: 0 !important
}

.timeline .timeline-item.timeline-item-right>.timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event {
  float: right !important
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before,
.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important
}

.timeline .timeline-item.timeline-item-right>.timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important
}

.timeline .timeline-item.timeline-item-right>.timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important
}

.timeline .timeline-item>.timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent
}

.timeline .timeline-item>.timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent
}

.timeline .timeline-item>.timeline-point {
  top: 25px
}

.timeline .timeline-item:nth-of-type(2) {
  margin-top: 40px
}

.timeline .timeline-item.timeline-item-left,
.timeline .timeline-item.timeline-item-right {
  clear: both !important
}

.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  float: right;
  clear: right
}

.timeline .timeline-item.timeline-item-right>.timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left)>.timeline-point {
  left: -14px
}

.timeline .timeline-item>.timeline-event {
  position: relative;
  float: left
}

.timeline .timeline-item>.timeline-event:before {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1)
}

.timeline .timeline-item>.timeline-event:after {
  border-left-color: rgba(255, 255, 255, 1);
  border-right-color: rgba(255, 255, 255, 1)
}

.timeline .timeline-item>.timeline-event:before,
.timeline .timeline-item>.timeline-event:after {
  content: "";
  display: inline-block;
  position: absolute
}

.timeline .timeline-item>.timeline-point {
  color: #5d5386;
  background: #5d5386;
  right: -14px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 8px;
  margin-right: 8px;
  position: absolute;
  z-index: 100;
  border-width: 3px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
  box-shadow: 0 0 0 5px #f2f3f8
}

.timeline .timeline-label {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center
}

.timeline .timeline-label:before,
.timeline .timeline-label:after {
  content: "";
  display: table
}

.timeline .timeline-label:after {
  clear: both
}

.timeline .timeline-label:last-child {
  margin-bottom: 0 !important
}

.timeline .timeline-label+.timeline-item {
  margin-top: 0
}

.timeline .timeline-label+.timeline-item+.timeline-item {
  margin-top: 40px
}

.timeline .time-right {
  color: rgba(52, 40, 104, .5);
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: .85rem;
  font-weight: 500
}

.timeline .time-left {
  color: rgba(52, 40, 104, .5);
  position: absolute;
  top: -20px;
  left: 0;
  font-size: .85rem;
  font-weight: 500
}

.timeline .widget-header .user-image {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.07rem
}

.timeline .widget-header .user-image img {
  width: 50px
}

.timeline .widget-header .title {
  color: #2c304d;
  font-size: 1.2rem
}

.timeline .widget-header .username {
  color: rgba(40, 112, 237, 0.92)
}

.timeline .widget-header .time {
  font-size: .85rem
}

.timeline .widget-body {
  padding: 0rem 1.4rem;
  padding-bottom: 75px;
}

.timeline .widget-footer {
  border-top: 1px solid #eee;
  margin: 0 1.4rem;
  padding: .07rem 0
}

.timeline .users-like {
  padding: 0
}

.timeline .users-like a {
  margin: 0 -1.6rem 0 0;
  transition: all 0.4s ease
}

.timeline .users-like a:hover {
  margin-right: -.3rem
}

.timeline .users-like img {
  width: 40px;
  border: .25rem solid #fff
}

.timeline .users-like a.view-more {
  background: #5d5386;
  color: #fff;
  width: 40px;
  height: 40px;
  border: .25rem solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  font-size: .85rem;
  text-align: center;
  line-height: 30px;
  margin-right: 0
}

.timeline .widget-footer .meta ul {
  padding: 0;
  margin: 0
}

.timeline .widget-footer .meta li {
  display: inline-block;
  margin-right: .5rem
}

.timeline .widget-footer .meta li:last-child {
  margin-right: 0
}

.timeline .widget-footer .meta li a {
  color: rgba(52, 40, 104, .3)
}

.timeline .widget-footer .meta li a:hover {
  color: rgba(52, 40, 104, .9)
}

.timeline .widget-footer .meta li a.active {
  color: rgba(52, 40, 104, .9)
}

.timeline .widget-footer .meta li i {
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: .3rem
}

.timeline .widget-footer .meta li .numb {
  vertical-align: middle
}

.meta-fancybox {
  display: inline-block;
  margin-right: 0.5rem;
  position: absolute;
  top: -105px;
  right: 10px;
  z-index: 1;
  padding: 15px 20px;
  font-size: 24px;
  background-color: rgb(223 242 253 / 70%);
  color: rgba(40, 112, 237, 0.92);
  font-weight: 700;
  border-radius: 0.3rem;
}

.meta-fancybox a {
  font-size: 1.8rem;
  color: rgba(40, 112, 237, 0.92);
}

@media screen and (max-width:991px) {
  .timeline.timeline {
    width: 100%;
    max-width: 100%
  }

  .timeline.timeline .timeline-item {
    padding-left: 72px;
    padding-right: 0
  }

  .timeline.timeline .timeline-item.timeline-item-right,
  .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0
  }

  .timeline.timeline .timeline-item .timeline-event {
    width: 100%
  }

  .timeline.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px
  }

  .timeline.timeline .timeline-item {
    width: 100%;
    margin-bottom: 20px
  }

  .timeline.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0
  }

  .timeline.timeline .timeline-item>.timeline-event {
    float: right !important
  }

  .timeline.timeline .timeline-item>.timeline-event:before,
  .timeline.timeline .timeline-item>.timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important
  }

  .timeline.timeline .timeline-item>.timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important
  }

  .timeline.timeline .timeline-item>.timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important
  }

  .timeline.timeline .timeline-item>.timeline-point {
    transform: translateX(-50%);
    left: 42px !important;
    margin-left: 0
  }

  .timeline.timeline .timeline-label {
    transform: translateX(-50%);
    margin: 0 0 20px 42px
  }

  .timeline.timeline .timeline-label+.timeline-item+.timeline-item {
    margin-top: 0
  }

  .timeline .time-right {
    left: 0
  }
}

.rounded-widget .widget {
  border-radius: 4px
}

.rounded-widget .widget-image {
  border-radius: 4px
}

.rounded-widget .widget-header {
  border-radius: 4px 4px 0 0
}

.rounded-widget .widget-footer {
  border-radius: 0 0 4px 4px
}

.widget {
  background: #fff;
  border-radius: 0.3rem;
  border: none;
  margin-bottom: 30px
}

.widget-image {
  background: #fff;
  border-radius: 0.3rem;
  border: none;
  margin-bottom: 30px;
  position: relative
}

.widget-header {
  background: #fff;
  padding: .85rem 1.4rem;
  position: relative;
  width: 100%;
  border-radius: 0.3rem;
}

.content-img img {
  border-radius: 0.3rem;
}

.widget-header.bordered {
  border-bottom: .07rem solid #eee
}

.widget-header.no-actions {
  padding: 1.49rem
}

.widget-options .dropdown-toggle {
  color: #98a8b4;
  background: none;
  border: none;
  padding: 0;
  font-size: 1.7rem;
}

.widget-header h1,
.widget-header h2,
.widget-header h3,
.widget-header h4,
.widget-header h5,
.widget-header h6 {
  color: #2c304d;
  margin-bottom: 0
}

.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  color: #2c304d;
  font-weight: 500;
  margin-bottom: 0
}

.widget-header h2 {
  color: #2c304d;
  font-size: 1.2rem;
  display: table-cell;
  vertical-align: middle;
  margin-right: auto
}

.widget-header h2 i {
  color: #aea9c3;
  font-size: 1.8rem;
  padding-right: .5rem;
  vertical-align: middle
}

.widget-body {
  padding: 1.4rem
}

.widget-image-footer {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1.2rem 0;
  z-index: 1
}

.widget-footer {
  background: #fff;
  padding: 1rem 1.07rem;
  position: relative
}

.widget-footer.big {
  padding: 2.1rem 1.07rem
}

.no-border {
  border: 0 none !important;
}

.no-bg {
  background: none !important;
}

.card {
  border: 1px solid rgba(0, 0, 0, 0);
}

.form-control {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: rgba(40, 112, 237, 0.92);
}

.form-control.num {
  width: auto;
}

.form-select {
  color: #70247a !important;
}

.form-select:hover {
  border-color: #fff;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.0);
    background-color: rgb(255 255 255 / 100%);
}

.form-select:focus {
  border-color: #fff;
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,.0);
  background-color: rgb(255 255 255 / 100%)
}

.icons {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 1.25rem;
}

.icon {
  background-color: var(--bs-light);
  border-radius: .25rem;
}

.ri {
  margin: .25rem;
  font-size: 0.8rem;
}

.ri2x {
  font-size: 1.5rem;
}

.ri5x {
  font-size: 3.5rem;
}

.badge-primary {
  background-color: rgba(40, 112, 237, 0.92);
}

.badge-secondary {
  background-color: #FF6130;
}

.badge-light {
  color: #98a4b0;
  background-color: #d6dee1;
}

.badge-info {
  background-color: #14BC6B;
}

.badge-warning {
  color: rgba(40, 112, 237, 0.92);
  background-color: #E4EAF0;
}

.badge {
  padding: .4em .4em;
  font-size: 11px
}

.badge-date {
  padding: .4em .4em;
  border-radius: 0.3rem;
  background-color: #E4EAF0 !important;
  color: #2870ED;
  font-weight: 500;
}

#top-bar {
  min-height: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #FF6130;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  transition: all 0.5s;
  position: fixed;
  top: 85px;
  right: 0;
  left: 0;
  z-index: 1;
}

#top-bar a {
  color: #fff;
  s;
}

#top-bar.top-bar-scrolled {
  top: -35px;
  transition: all 0.5s;
}

@media screen and (max-width: 992px) {
  #top-bar {
    top: 55px;
  }
}

.modal {
  z-index: 99999;
}

.modal-content {
  background-color: #fff;
}

.modal-body {
  padding: 2rem;
}

.badge {
  border-radius: 0.25rem;
}

.inlet-wrapp {
  padding: 5px 15px;
  background: #f6fbfd;
  margin-bottom: 5px;
}

.inlet-wrapp .btn {
  margin-top: 0;
  float: right;
}

.profile-inlet-wrapp {
  padding: 15px 15px;
  background: #f6fbfd;
  margin-bottom: 5px;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.lead strong {
  font-weight: 600;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e) center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: .5;
}

@media screen and (max-width: 991px) {
  .lead {
    font-size: 1rem;
  }
}

.input-group-addon {
  position: absolute;
  right: 5px;
  top: 5px
}

.input-group-addon .ri {
  font-size: 1.2rem;
}

.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label::after,
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.form-control:not(:last-child) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mb-10,
.my-10 {
  margin-bottom: 6rem !important;
}

.filter-box {
  padding: 15px;
  border: 1px solid rgb(204, 215, 225);
  margin-top: 45px;
  border-radius: 0.3rem;
  text-align: center
}

.forum {
  padding: 15px;
  border: 1px solid rgb(204, 215, 225);
  margin-bottom: 25px;
  border-radius: 0.3rem;
}

.forum-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
}

.forum-header .text-muted {
  font-size: 1.8rem;
}

.forum-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  text-align: left;
}

.forum-body-add {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  text-align: left;
}

.forum .username {
  color: rgba(40, 112, 237, 0.92);
  font-size: 1.2rem;
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.sold>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
  background-color: #E4EAF0;
}

.table>thead>tr>td.splneno,
.table>tbody>tr>td.splneno,
.table>tfoot>tr>td.splneno,
.table>thead>tr>th.splneno,
.table>tbody>tr>th.splneno,
.table>tfoot>tr>th.splneno,
.table>thead>tr.sold>td,
.table>tbody>tr.splneno>td,
.table>tfoot>tr.splneno>td,
.table>thead>tr.splneno>th,
.table>tbody>tr.splneno>th,
.table>tfoot>tr.splneno>th {
  background-color: #b2ecbf;
}

.table .btn {
  margin-top: 0px;
}

a:not([href]):not([class]) {
  cursor: pointer;
  color: rgba(40, 112, 237, 0.92);
}

@media screen and (min-width: 769px) {
  .timeline-hp {
    position: relative;
    height: 220px;
    width: 100%;
    background: url(../img/timeline.svg) 0px 30px;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .timeline-hp-new {
    position: relative;
    height: 280px;
    width: 100%;
    background: url(../img/timeline-new.svg) 0px 30px;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .progress-bar {
    top: 60px;
    position: absolute;
    left: 0px;
    height: 10px;
    width: 100%;
    background: #FF6130;
  }

  .progress-bar-new {
    top: 70px;
    position: absolute;
    left: 0px;
    height: 35px;
    width: 100%;
    background: url(../img/timeline-hover.svg) left center;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .progress-pin {
    top: 0px;
    position: absolute;
    height: 100px;
    width: 70px;
    background: url(../img//map/pin-gps.svg) bottom center;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    margin-left: -50px;
    z-index: 1
  }

  .progress-pin span {
    color: #FF6130;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .timeline-hp-mobile {
    display: none
  }

  .timeline-hp-new-mobile {
    display: none
  }
}

@media screen and (max-width: 991px) {
  .timeline-hp-mobile {
    position: relative;
    height: 800px;
    width: 100%;
    background: url(../img/timeline-mobile.svg) center center;
    background-size: auto 800px;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .timeline-hp-new-mobile {
    position: relative;
    height: 800px;
    width: 100%;
    background: url(../img/timeline-mobile-new.png) center center;
    background-size: auto 800px;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .progress-bar-mobile {
    top: 0px;
    position: absolute;
    left: 63%;
    width: 10px;
    background: #FF6130;
  }

  .progress-pin-mobile {
    left: 47%;
    position: absolute;
    height: 70px;
    width: 150px;
    background: url(../img//map/pin-gps.gif) bottom left;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 40px;
    padding-left: 0px;
    padding-top: 35px;
    z-index: 1;
    transform: translate(0, -40px);
  }

  .progress-pin-mobile span {
    color: #FF6130;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .progress-bar-mobile {
    top: 0px;
    position: absolute;
    left: 63%;
    width: 10px;
    background: #FF6130;
  }

  .progress-pin-mobile {
    left: 47%;
    position: absolute;
    height: 70px;
    width: 150px;
    background: url(../img//map/pin-gps.gif) bottom left;
    background-size: auto;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 40px;
    padding-left: 0px;
    padding-top: 35px;
    z-index: 1;
    transform: translate(0, -40px);
  }

  .progress-pin-mobile span {
    color: #FF6130;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .progress-bar-mobile-new {
    top: 0px;
    position: absolute;
    left: 63%;
    width: 10px;
    background: #FF6130;
  }

  .progress-pin-mobile-new {
    left: 47%;
    position: absolute;
    height: 80px;
    width: 150px;
    background: url(https://www.sporkaceskem.cz/assets/css/../img//map/pin-gps.svg) center left;
    background-size: 40px auto;
    background-repeat: no-repeat;
    position: relative;
    margin-left: 40px;
    padding-left: 0px;
    padding-top: 35px;
    z-index: 1;
    transform: translate(0, -40px);
  }

  .progress-pin-mobile-new span {
    color: #FF6130;
    font-size: 0.8rem;
    font-weight: 700;
  }

  .timeline-hp {
    display: none
  }

  .timeline-hp-new {
    display: none
  }
}

.timeline-work {
  position: relative;
  height: 450px;
  width: 100%;
  background: url(../img/timeline-work.svg) 0px 30px;
  background-size: 100%;
  position: relative;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 50px;
  padding-top: 18%;
  padding-left: 15%;
  padding-right: 15%;
}

.timeline-work-content {
  position: relative;
  max-width: 100%;
}

.progress-bar-work {
  height: 10px;
  background: rgb(217, 0, 13);
  background: linear-gradient(-90deg, rgba(217, 0, 13, 1) 0%, rgba(64, 163, 213, 1) 100%);
}

.progress-bar-work.run {
  top: 20px;
  position: absolute;
  left: 0px;
}

.progress-bar-work.run:before {
  width: 40px;
  height: 50px;
  content: " ";
  background-image: url(../img/ico-run.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -50px;
  bottom: 0px;
}

.progress-bar-work.bike {
  top: 65px;
  position: absolute;
  left: 0px;
}

.progress-bar-work.bike:before {
  width: 60px;
  height: 62px;
  content: " ";
  background-image: url(../img/ico-bike.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -65px;
  bottom: 0px;
}

.progress-bar-work.bus {
  top: 65px;
  position: absolute;
  left: 0px;
}

.progress-bar-work.bus:before {
  width: 120px;
  height: 35px;
  content: " ";
  background-image: url(../img/ico-bus.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -125px;
  bottom: 0px;
}

.progress-bar-work.car {
  top: 105px;
  position: absolute;
  left: 0px;
}

.progress-bar-work.car:before {
  width: 80px;
  height: 50px;
  content: " ";
  background-image: url(../img/ico-car.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -85px;
  bottom: 0px;
}

.progress-bar-work.ho {
  top: 65px;
  position: absolute;
  left: 0px;
}

.progress-bar-work.ho:before {
  width: 80px;
  height: 50px;
  content: " ";
  background-image: url(../img/ico-ho.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -85px;
  bottom: 0px;
}

.timeline-work-num-start {
  top: 150px;
  position: absolute;
  left: 0px;
}

.timeline-work-num-end {
  top: 150px;
  position: absolute;
  right: 0px;
}

.timeline-work-num-center {
  top: 150px;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.timeline-work-num-center span {
  color: #FF6130;
  font-size: 1.25rem !important;
}

@media screen and (max-width: 991px) {
  .timeline-work {
    position: relative;
    height: 200px;
    width: 100%;
    background: url(../img/timeline-work.svg) 0px 30px;
    background-size: 100%;
    position: relative;
    background-repeat: no-repeat;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 50px;
    padding-left: 15%;
    padding-right: 15px;
  }

  .progress-bar-work {
    height: 5px;
    background: rgb(217, 0, 13);
    background: linear-gradient(-90deg, rgba(217, 0, 13, 1) 0%, rgba(64, 163, 213, 1) 100%);
  }

  .progress-bar-work.run {
    top: 15px;
    position: absolute;
    left: 0px;
  }

  .progress-bar-work.run:before {
    width: 20px;
    height: 30px;
    content: " ";
    background-image: url(../img/ico-run.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -25px;
    bottom: 0px;
  }

  .progress-bar-work.bike {
    top: 40px;
    position: absolute;
    left: 0px;
  }

  .progress-bar-work.bike:before {
    width: 30px;
    height: 32px;
    content: " ";
    background-image: url(../img/ico-bike.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -35px;
    bottom: 0px;
  }

  .progress-bar-work.bus {
    top: 65px;
    position: absolute;
    left: 0px;
  }

  .progress-bar-work.bus:before {
    width: 60px;
    height: 18px;
    content: " ";
    background-image: url(../img/ico-bus.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -65px;
    bottom: 0px;
  }

  .progress-bar-work.car {
    top: 65px;
    position: absolute;
    left: 0px;
  }

  .progress-bar-work.car:before {
    width: 35px;
    height: 22px;
    content: " ";
    background-image: url(../img/ico-car.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -40px;
    bottom: 0px;
  }

  .progress-bar-work.ho {
    top: 65px;
    position: absolute;
    left: 0px;
  }

  .progress-bar-work.ho:before {
    width: 60px;
    height: 18px;
    content: " ";
    background-image: url(../img/ico-ho.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    right: -65px;
    bottom: 0px;
  }

  .timeline-work-num-start {
    top: 110px;
    position: absolute;
    left: 0px;
  }

  .timeline-work-num-end {
    top: 110px;
    position: absolute;
    right: 0px;
  }

  .timeline-work-num-center {
    top: 110px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}

.filter {
  padding: 30px;
  border-radius: 0.3rem;
  border: 1px solid rgb(204, 215, 225);
}

.map-hp {
  background-color: #fff;
  margin: 50px 0;
}

.mapa-bg {
  background-image: url('../img/mapa-bg.svg'); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat; 
  padding: 130px 0;
}

@media (max-width: 992px) {
  .map-hp {
    margin-top: 0px;
    padding-top: 25px;
    background-image: none;
        padding-bottom: 5px;
        margin-bottom: 0px;
  }
}

.detail.left img {
  display: block;
  margin: auto;
  max-width: 100%;
  border-radius: 0.3rem;
  max-height: 817px
}

.detail .apparment-detail-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  text-align: center
}

.s-domy {
  position: relative;
  padding: 0
}

.s-domy-section-profile {
  position: relative
}

.detail.left {
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto
}

.detail {
  position: relative;
  margin-top: 0
}

.detail.left img {
  display: block;
  margin: auto;
  max-width: 100%
}

.detail .apparment-detail-over {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  text-align: center
}

#map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

path:hover {
  stroke-linejoin: round;
  fill: rgba(0,0,0,0.3) !important;
  cursor: pointer;
  -webkit-text-decoration-skip: objects;
  transition: all .15s ease-in-out;
}

path.jzc:hover {
  fill: rgba(28, 91, 201,1) !important;
}

path.szc:hover {
  fill: rgba(3,133,134,1) !important;
}

path.vc:hover {
  fill: rgba(4,111,84,1) !important;
}

path.sm:hover {
  fill: rgba(222,87,44,1) !important;
}

path.jm:hover {
  fill: rgba(32,71,100,1) !important;
}

path.prh:hover {
  fill: rgba(204,69,109,1) !important;
}

#info-map {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 30%);
  padding: 0
}

#info-map div {
  padding: 5px 25px
}

.tooltip-text {
  padding: 5px 0;
  font-size: 14px !important;
}

.tooltip-title {
  font-size: 1.75rem !important;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0px;
}

#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 250px;
  margin-top: -25px;
  z-index: 100;
  text-align: left;
  border-radius: 0.3rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
  padding: 20px;
  background-color: #ffffff;
}

/*#info-box div:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 999;
  width: 28px;
  height: 40px;
  background: url(../img/icon/pin-map.svg) no-repeat left center;
  background-size: 28px auto;

}*/

.building-title {
  margin: 130px auto 0;
  position: absolute;
  z-index: 9;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  max-width: 400px;
  top: 110px;
  line-height: 1.1;
  text-shadow: 0 0 4px rgb(152 182 207 / 50%);
  color: #fff;
  font-size: 66px
}

@media (max-width:1200px) {
  .building-title {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    position: absolute;
    z-index: 9;
    text-align: center;
    line-height: 1.1;
    text-shadow: 0 0 4px rgb(152 182 207 / 50%);
    color: #fff;
    font-size: 36px
  }
}

.s-dum {
  background-color: #fff;
  position: relative;
  padding: 60px;
  z-index: 1;
  padding-top: 150px
}

.s-dum .floor-list a {
  background-image: none;
  border-bottom: 1px solid #ff6d78;
  color: #000;
  font-size: 14px;
  display: block;
  padding: 5px 0;
  text-transform: uppercase;
  text-decoration: none
}

.floor-list li {
  display: block
}

.floor-list a.active,
.floor-list a:focus,
.floor-list a:hover {
  color: #f58221;
  background-image: none
}

#map {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#map-big {
  min-height: 700px;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  border: 1px solid hsla(0, 0%, 60%, .5);
  box-shadow: 0 0 2px 1px hsl(0deg 0% 60% / 30%);
  border-radius: 1.2rem !important;
}

@media (max-width:1199px) {
  .s-byty {
    display: none
  }
}

.flats-heading {
  position: relative;
  display: flex;
  width: 100%;
  height: 260px;
  align-items: center;
  justify-content: center
}

@media (min-width:992px) {
  .flats-heading {
    height: 400px
  }
}

.flats-heading-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-duration: 1s;
  transition-property: opacity;
  opacity: 0;
  background-position: 50%;
  background-size: cover;
  will-change: opacity
}

/*form {
  padding: 10px 20px;
  font-weight: 400;
  text-transform: none;
  color: #2870ED;
}*/

form ul {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  #first {
    order: 2;
  }

  #second {
    order: 4;
  }

  #third {
    order: 1;
  }

  #fourth {
    order: 3;
  }
}

.section-pattern.left {
  background: url(../img/pattern1.svg) left center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.section-pattern.right {
  background: url(../img/pattern2.svg) right center;
  background-size: 50%;
  background-repeat: no-repeat;
}

.carousel-indicators {
  bottom: -15px;
}

.carousel-control-prev {
  left: -100px;
}

.carousel-control-next {
  right: -100px;
}

.carousel-indicators li {
  background-color: #bde3fa;
  border-radius: 0.3rem;
}

.owl-carousel .owl-item img {
  border-radius: 0.4rem !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  font-size: 1.2rem;
  color: rgba(40, 112, 237, 0.92);
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

.accordion-button.dotaz {
  color: rgba(112, 36, 122, 1) !important;
  padding: 0;
}



@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion-button:not(.collapsed) {
  color: #2870ED;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .0)
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg)
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, 0)
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-left: 1px solid rgba(0, 0, 0, .0);
  border-right: 1px solid rgba(0, 0, 0, .0);
}

.accordion-item:first-of-type {
  border-radius: 8px;
}

.accordion-item:first-of-type .accordion-button {
  border-radius: 8px;
}

.accordion-item:not(:first-of-type) {
  border-top: 1!important;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  transform: rotate(-180deg);
}

.accordion-item:last-of-type {
  border-radius: 8px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 8px;
}

.accordion-item:last-of-type .accordion-collapse {
  border-radius: 8px;
}

.accordion-body {
  padding: 1rem 1.25rem
}

.accordion-flush .accordion-collapse {
  border-width: 0
}

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.accordion-flush .accordion-item:first-child {
  border-top: 0
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button {
  border-radius: 0
}

.cs-tip.darker {
  border: 1px solid #c8e2f1 !important;
  background: #e9f6fe !important;
}

.cs-tip {
  background-color: #f4f6fa;
  padding: 15px 20px;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-align: left;
}

/* custom radio */
.customRadio input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.customRadio input[type="radio"]+label {
  position: relative;
  padding: 0 0px 0 25px;
  cursor: pointer;
}

.customRadio input[type="radio"]+label:before {
  content: '';
  background: #fff;
  border: 2px solid #FF6130;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.customRadio input[type="radio"]+label:after {
  content: '';
  background: #FF6130;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  opacity: 0;
  transform: scale(2);
  transition: transform 0.3s linear, opacity 0.3s linear;
}

.customRadio input[type="radio"]:checked+label:after {
  opacity: 1;
  transform: scale(1);
}

/* custom checkbox */
.customCheckbox input[type="checkbox"] {
  position: absolute;
  left: -9999px;
}

.customCheckbox input[type="checkbox"]+label {
  position: relative;
  padding: 0 15px 0 25px;
  cursor: pointer;
  color: #2870ED;
  line-height: initial;
}

.customCheckbox input[type="checkbox"]+label:before {
  content: '';
  background: #fff;
  border: 1px solid #90a0b2;
  border-radius: 0.3rem;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.customCheckbox input[type="checkbox"]+label:after {
  content: '';
  border-style: solid;
  border-width: 0 0 2px 2px;
  border-color: transparent transparent #311B92 #311B92;
  width: 10px;
  height: 8px;
  position: absolute;
  top: 6px;
  left: 5px;
  opacity: 0;
  transform: scale(2) rotate(-45deg);
  transition: transform 0.3s linear, opacity 0.3s linear;
}

.customCheckbox input[type="checkbox"]:checked+label:after {
  opacity: 1;
  transform: scale(1) rotate(-45deg);
  color: #311B92;
}

.rating-box {
  position: relative;
  width: fit-content
}

.rating-box.description {
  position: relative;
}

.rating-box.description::after {
  content: 'Rozhodně ne';
  font-size: 11px;
  position: absolute;
  bottom: -10px;
  left: 0
}

.rating-box.description::before {
  content: 'Rozhodně ano';
  font-size: 11px;
  position: absolute;
  bottom: -10px;
  right: 0;
  text-align: right;
}


.rating-box div {
  padding: 0.375rem 0.35rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #90a0b2;
  border-radius: 0.25rem;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  height: auto;
  display: inline-flex;
}

.rating-box div label {
  margin-bottom: 0;
  line-height: initial;
}

.challenge-box {
  padding: 15px 15px;
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background: #00000061 !important;
  border-radius: 5rem;
  margin-bottom: 10px;

}

.challenge-box .flex {
  display: flex;
  align-items: center;

}

.challenge-box p {
  margin-bottom: 0px !important;
}



@media (max-width: 991px) {
  .challenge-box .counters {
    padding: 25px
  }
}

.challenge-box .counters span {
  display: inline-block !important;
}


.challenge-box .counters hr {
  margin-top: 0rem;
  margin-bottom: 0rem;
  border: 0;
  border-top: 1px solid #fff;
}

.challenge-box .big {
  font-size: 56px;
  font-family: 'Inter';
}

.challenge-box .red {
  background-color: #FF6130;
  border-radius: 4rem;
  text-align: center;
  height: 170px;
  width: 100%;
  position: relative;
}

.challenge-box .red div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.challenge-box .red p {
  color: #fff !important;
  font-weight: 700 !important;
}

.challenge-box .blue {
  background-color: rgba(40, 112, 237, 0.92) !important;
  border-radius: 4rem;
  height: 170px;
  width: 100%;
  position: relative;
}

.challenge-box .blue div {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.challenge-box .blue p {
  color: #fff !important;
  font-weight: 700 !important;
}

@media (max-width: 991px) {
  .challenge-box {
    padding: 25px 25px;
    margin-left: 15px;
    margin-right: 15px;

  }

  .challenge-box .red {
    padding: 25px;
    height: 80px;
    margin: auto;
    width: 50%;
    margin-top: 25px;

  }

  .challenge-box .blue {
    padding: 25px;
    height: 80px;
    margin: auto;
    width: 50%;
    margin-bottom: 25px;
  }

  #hero .counters span {
    font-size: 36px;
  }
}


.challenge-legend {
  position: absolute;
  bottom: 25px;
  left: 10px;
  z-index: 2;
}

.display-4 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.map-detail-img {
  width: 25%;
}

.nav-tabs {
  border-bottom: var(--bs-nav-tabs-border-width) solid #E4EAF0;
}

.nav-tabs {
  overflow-x: auto;
  white-space: nowrap!important;
  display: flex;
  flex-wrap: nowrap;
  overflow-y: hidden;
}

.nav-tabs {
  border-bottom: var(--bs-nav-tabs-border-width) solid #fff;
}

.nav-link {
  color: #303030;
  background-color: var(--bs-nav-tabs-link-active-bg)!important;
  border-color: #E4EAF0;
  margin-right: 5px;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #E4EAF0;
}

.nav-tabs .nav-link:hover {
  color: rgba(112, 36, 122, 1) !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: rgba(112, 36, 122, 1) !important;
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: #E4EAF0
}


/*customize*/

.jzc a{
  color: rgba(40, 112, 237, 1)
}

.jzc .bg-primary {
  background-color: rgba(40, 112, 237, 1) !important;
}

.jzc .text-primary {
  color: rgba(40, 112, 237, 1) !important;
}

.jzc  .text-bg-primary {
  background-color: RGBA(40, 112, 237, var(--bs-bg-opacity, 1)) !important;
}

.jzc  .btn-primary {
  background-color: rgba(40, 112, 237, 0.92);
  border: rgba(40, 112, 237, 0.92);
}

.jzc .nav-tabs .nav-link.active {
  color: white !important;
  background-color: rgba(40, 112, 237, 1) !important;
  font-weight: bold;
}

.jzc .nav-link:hover {
  color: rgba(40, 112, 237, 1) !important;
}

.jzc a{
  color: rgba(40, 112, 237, 1)
}


.szc .bg-primary {
  background-color: rgba(3,158,159, 1) !important;
}

.szc .text-primary {
  color: rgba(3,158,159, 1) !important;
}

.szc  .text-bg-primary {
  background-color: RGBA(3,158,159, var(--bs-bg-opacity, 1)) !important;
}

.szc  .btn-primary {
  background-color: rgba(3,158,159, 0.92);
  border: rgba(3,158,159, 0.92);
}

.szc .nav-tabs .nav-link.active {
  color: white !important;
  background-color: rgba(3,158,159, 1) !important;
  font-weight: bold;
}

.szc .nav-link:hover {
  color: rgba(3,158,159, 1) !important;
}

.szc a{
  color: rgba(3,158,159, 1)
}



.vc .bg-primary {
  background-color: rgba(2,129,97, 1) !important;
}

.vc .text-primary {
  color: rgba(2,129,97, 1) !important;
}

.vc  .text-bg-primary {
  background-color: RGBA(2,129,97, var(--bs-bg-opacity, 1)) !important;
}

.vc  .btn-primary {
  background-color: rgba(2,129,97, 0.92);
  border: rgba(2,129,97, 0.92);
}

.vc .nav-tabs .nav-link.active {
  color: white !important;
  background-color: rgba(2,129,97, 1) !important;
  font-weight: bold;
}

.vc .nav-link:hover {
  color: rgba(2,129,97, 1) !important;
}

.vc a{
  color: rgba(2,129,97, 1)
}



.sm .bg-primary {
  background-color: rgba(250,97,49, 1) !important;
}

.sm .text-primary {
  color: rgba(250,97,49, 1) !important;
}

.sm  .text-bg-primary {
  background-color: RGBA(250,97,49, var(--bs-bg-opacity, 1)) !important;
}

.sm  .btn-primary {
  background-color: rgba(250,97,49, 0.92);
  border: rgba(250,97,49, 0.92);
}

.sm .nav-tabs .nav-link.active {
  color: white !important;
  background-color: rgba(250,97,49, 1) !important;
  font-weight: bold;
}

.sm .nav-link:hover {
  color: rgba(250,97,49, 1) !important;
}

.sm a{
  color: rgba(250,97,49, 1)
}




.jm .bg-primary {
  background-color: rgba(36,83,117, 1) !important;
}

.jm .text-primary {
  color: rgba(36,83,117, 1) !important;
}

.jm  .text-bg-primary {
  background-color: RGBA(36,83,117, var(--bs-bg-opacity, 1)) !important;
}


.jm  .btn-primary {
  background-color: rgba(36,83,117, 0.92);
  border: rgba(36,83,117, 0.92);
}

.jm .nav-tabs .nav-link.active {
  color: white !important;
  background-color: rgba(36,83,117, 1) !important;
  font-weight: bold;
}

.jm .nav-link:hover {
  color: rgba(36,83,117, 1) !important;
}

.jm a{
  color: rgba(36,83,117, 1)
}




.prh .bg-primary {
  background-color: rgba(228,76,121, 1) !important;
}

.prh .text-primary {
  color: rgba(228,76,121, 1) !important;
}

.prh  .text-bg-primary {
  background-color: RGBA(228,76,121, var(--bs-bg-opacity, 1)) !important;
}

.prh  .btn-primary {
  background-color: rgba(228,76,121, 0.92);
  border: rgba(228,76,121, 0.92);
}

.prh .nav-tabs .nav-link.active {
  color: white !important;
  background-color: rgba(228,76,121, 1) !important;
  font-weight: bold;
}

.prh .nav-link:hover {
  color: rgba(228,76,121,1) !important;
}

.prh a{
  color: rgba(228,76,121, 1)
}

.icon-type {
  position: absolute;
  top: 0;
  right: 15px;
}

.icon-type img {
  width: 200px;
}

.icon-type-kraj {
  
}

.icon-type-kraj {
  width: 64px; 
  height: 64px;
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
}

.icon-type-kraj img {
  width: 64px; 
  height: 64px;
  margin-bottom: 5px;
}

.icon-type-den {
  position: absolute;
  top: 120px;
  right: 10px;
}

.icon-type-den img {
  width: 100px;
}

.icon-type-kraj img {
  width: 100px;
}


@media (max-width: 991px) {
  .icon-type {
    top: 0;
    right: 15px;
  }

  .icon-type-kraj {
    width: 48px; 
    height: 48px;
  }
  
  
  .icon-type img {
    width: 64px;
  }
  
  .icon-type-kraj img {
    width: 48px;
    height: 48px;
  }

  .icon-type-den {
    position: absolute;
    top: 50px;
        right: 10px
  }

  .icon-type-den img {
    width: 55px;
  }

}

.article-box {
  width: 100%;
      height: 500px;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start; /* Zarovná obsah doleva */
      color: white;
      padding: 40px 60px;
      border-radius: 0.3rem;
      position: relative;
      overflow: hidden;
}


.article-box::after {
  content: "";
      position: absolute;
      inset: 0;
      background: var(--bg-image) no-repeat center center;
      background-size: cover;
      z-index: 0;
}

.article-box h3,
.article-box img,
.article-box p {
  position: relative;
  margin: 0;
  z-index: 1;
}

.article-box h3 {
  font-size: calc(1rem + 1.5vw);
  color: #fff;
}

.article-box img {
  height: 64px;
  display: block;
  margin-left: 0; /* Zarovná doleva */
}

.carousel-control-prev, .carousel-control-next {
  width: auto; /* Zmenšení šířky tlačítka */
  top: 50%; /* Vycentrování svisle */
  transform: translateY(-50%);
}

/* Přesunutí šipek více do prostoru carouselu */
.carousel-control-prev {
  left: 10px;
}

.carousel-control-next {
  right: 10px;
}

/* Zvýšení velikosti ikon šipek */
.carousel-control-prev-icon, .carousel-control-next-icon {
  width: 40px;
  height: 40px;
}

.accordion {
  border-radius: 0.375rem;
}

.accordion-button {
  background-color: transparent !important; /* Bez pozadí */
  color: white; /* Bílý text */
  font-size: 18px;
  padding: 15px;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
}

/* Změna šipky na bílou */
.accordion-button::after {
  filter: invert(1); /* Převrátí barvu šipky na bílou */
}

/* Po kliknutí odstraní modré zvýraznění */
.accordion-button:focus {
  box-shadow: none;
}

/* Otevřená záložka - barva textu a ohraničení */
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: white;
  border-color: white;
}

/* Skrytí výchozího pozadí panelu */
.accordion-collapse {
  background-color: transparent;
}

.accordion-button:not(.collapsed) {
  background-color: #fff; /* Světlejší fialová při rozbalení */
  color: white;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion {
  display: flex;
  flex-direction: column; /* Zajistí vertikální zarovnání */
  gap: 15px; /* Mezera mezi jednotlivými accordion-item */
}

.accordion-item {
  border: none;
  background: none;
  border: 1px solid white; /* Bílý rámeček */
  border-radius: 8px; /* Kulaté rohy */
  margin-bottom: 15px; /* Mezera mezi jednotlivými accordion-item */
}


.accordion-body {
  background-color: transparent;
  color: #303030;
  border-radius: 0 0 8px 8px; /* Kulaté rohy jen dole */
  padding: 0 20px 20px 20px; /* Padding nahoře a na bocích, ale ne dole */
}

.accordion-body .image {
  background-size: cover;
  background-position: center center;
  height: 150px;
  width: calc(100% + 40px); /* Šířka obrázku bude přesahovat o 20px na každé straně */
  margin-left: -20px; /* Posune obrázek o 20px vlevo */
  margin-right: -20px; /* Posune obrázek o 20px vpravo */
  margin-bottom: 30px;
}

.accordion-body h3,
.accordion-body p {
  margin: 0;
}

.icon {
  width: 40px;
  height: auto;
}


.toggle-icon {
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}

.accordion-button:not(.collapsed) .toggle-icon {
  transform: rotate(180deg);
}

.accordion-button::after {
  filter: invert(1); /* Převrátí barvu na bílou */
}

.accordion-button .text-wrapper {
  display: block;
}

.accordion-button strong {
  display: block;
  margin-bottom: 8px; /* Mezera mezi silným textem a malým */
}

.accordion-button small {
  display: block;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 2rem; /* Zvětšení šipky */
  height: 2rem; /* Zvětšení šipky */
  margin-left: auto;
  content: "";
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
  background-repeat: no-repeat;
  background-size: 2rem; /* Zvětšení velikosti šipky */
  transition: transform .2s ease-in-out;
}

.etap-select .btn {
  background-color: transparent !important;
  color: white;
  font-size: 18px;
  padding: 15px;
  width: 100%;
  text-align: left;
  display: flex
;
  justify-content: space-between;
  border: 1px solid white;
    border-radius: 8px;
    margin-bottom: 15px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center; /* Zarovná šipku doprava */
  background-size: 12px 8px; /* Velikost šipky */
}


.etap-select .btn .text-wrapper {
  display: block;
}

.etap-select .btn strong {
  display: block;
  margin-bottom: 0px; /* Mezera mezi silným textem a malým */
}

.etap-select .btn small {
  display: block;
}

.herobox {
  background-color: #401A48;
  border-radius: 0.3rem;
  overflow: hidden; /* Aby se obrázek nezařezával */
  color: white;
  padding: 20px;
}

.herobox .hero-image {
  height: 200px;
  background-size: cover;
  background-position: center;
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  border-radius: 0.3rem 0.3rem 0 0; /* Kulaté rohy jen nahoře */
  position: relative;
}

.herobox .hero-image img {
  position: absolute;
  left: 20px; /* Vlevo */
  bottom: 20px; /* Dole */
  width: 50px; /* Velikost obrázku */
  height: auto; /* Zachová poměr stran obrázku */
}

.herobox h3 {
  margin-top: 15px;
  font-size: calc(1rem + 1.5vw);
    color: #fff;
}

.herobox p {
  font-size: 16px;
  margin: 10px 0;
}

.herobox a {
  font-weight: bold; /* Odkaz tučně */
  color: #fff; /* Zlatá barva odkazu */
  text-decoration: none;
}

.herobox a:hover {
  text-decoration: underline;
}

.gallery-box-detail {
  width: 100%; 
  height: 500px;
  border-radius: 0.3rem;
  overflow: hidden; 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .gallery-box-detail {
    height: 150px;
  }
}

.icon-etape img {
  height: 64px;
  margin-right: 15px;
}

@media (max-width: 991px) {
  .icon-etape img {
    height: 32px;
    margin-right: 10px;
  }
}

.custom-tooltip .tooltip-inner {
  background-color: #70247a!important;
  color: #ffffff !important;
}
.custom-tooltip .tooltip-arrow::before {
  border-color: #70247a !important;
}

.tooltip-inner {
  background-color: #70247a!important;
  color: #ffffff !important; /* Barva textu */
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #70247a!important;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #70247a!important;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #70247a!important;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #70247a!important;
}




