/**************************************/
/************ General CSS *************/
/**************************************/
body {
    color: #5c5c5c;
    font-family: 'Raleway', sans-serif;
    background: #333;
}

a {
    color: #ff6418;
    transition: 0.3s;
}

a:hover,
a:active,
a:focus {
    color: #ff6418;
    outline: none;
    text-decoration: none;
}

p {
    color: #5c5c5c;
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #5c5c5c;
    margin: 0 0 15px 0;
    padding: 0;
}

h4,
h5,
h6 {
    font-weight: 400;
}

.mt-100 {
    margin-top: 100px;
}



/**************************************/
/********** Back to Top CSS ***********/
/**************************************/
.back-to-top {
    position: fixed;
    display: none;
    background: #ff6418;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 44px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    z-index: 9;

}

.back-to-top i {
    color: #ffffff;
}



/**************************************/
/************** Nav CSS ***************/
/**************************************/
#nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100px;
    padding: 20px 0;
    z-index: 999;
}

#nav.nav-sticky {
    height: 70px;
    padding: 8px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all 0.3s;
}

#nav .navbar {
    height: 100%;
    background: transparent !important;
}

#nav .navbar-brand {
    padding: 0;
}

#nav .navbar-brand img {
    position: absolute;
    max-height: 60px;
    margin-top: -27px;
    transition: all .5s;
    border-radius: 8px;

}

#nav.nav-sticky .navbar-brand img {
    position: absolute;
    max-height: 50px;
    margin-top: -25px;
    transition: all .5s;
        border-radius: 8px;

}

#nav .nav-link,
#nav .nav-link:focus,
#nav .nav-link:hover,
#nav .nav-link.active {
    color: #ff6418;
}

#nav .nav-link:hover,
#nav .nav-link.active {
    color: #ffffff;
    background: #ff6418;
    transition: none;
}

#nav .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f9a980;
}

@media (min-width: 768px) {

    #nav,
    #nav .navbar {
        background: rgba(0, 0, 0, 1) !important;
    }

    #nav a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {

    #nav,
    #nav .navbar {
        background: rgba(0, 0, 0, 1) !important;
    }

    #nav a.nav-link {
        padding: 5px;
    }

    #nav .dropdown-menu {
        box-shadow: none;
    }

    #nav .container-fluid {
        padding: 0;
    }
}



/**************************************/
/************* Header CSS *************/
/**************************************/
.header {
    position: relative;
    width: 100%;
    margin-top: 100px;
    background-image: linear-gradient(30deg, #ff6418, #000000);
}

.header .carousel-item {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.header .carousel-img {
    text-align: center;
        border-radius: 8px;
}

.header .carousel-img-right{
    text-align: right;
    position: relative;
}



.header .carousel-img img {
    max-width: 100%;
    max-height: 100%;
        
}

.header .carousel-content {
    padding: 30px;
    text-align: center;
}

.header .carousel-content-left {
    padding: 30px;
    text-align: left;
    position: relative;
}

.header .carousel-content h2 {
    color: #ff6418;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: capitalize;
}

.header .carousel-content p {
    color: #3b3b3b;

    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.header .carousel-content .btn {
    padding: 12px 30px;
    color: #ffffff;
    border-radius: 8px;
    background: #ff6418;
}

.header .carousel-content .btn:hover {
    background-image: url('img/backround1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}



/**************************************/
/******** Section Header CSS **********/
/**************************************/
.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto 60px auto;
    padding-bottom: 25px;
}

.section-header h2 {
    color: #5c5c5c;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
}

.section-header::after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100px;
    height: 5px;
    background: #cccccc;
    border-radius: 0 0 5px 5px;
    bottom: 0;
    left: calc(50% - 50px);
}

.section-header p {
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}



/**************************************/
/********* About + Single CSS *********/
/**************************************/
.about,
.single {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
        border-radius: 8px;
}

.about .col-md-12,
.about .col-md-6,
.single .col-md-12,
.single .col-md-6 {
    margin-bottom: 30px;
        border-radius: 8px;
}

.about .about-img,
.single .single-img {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-image: linear-gradient(#f2f2f2, #ff6418);
}

.about .about-img img, 
.single .single-img img {
    width: 100%;
    border-radius: 8px;
}

.about .about-content,
.single .single-content {
    position: relative;
    width: 80%;
    margin: -60px auto 0 auto;
    padding: 30px;
    background: #ffffff;
        border-radius: 8px;
}

.about .about-content h2,
.single .single-content h2 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.about .about-content p,
.single .single-content p {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.about .btn,
.single .btn {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background: #ff6418;
    border-radius: 8px;
}

.about .btn:hover,
.single .btn:hover {
    background: #f9a980;
        border-radius: 8px;
}



/**************************************/
/************ Services CSS ************/
/**************************************/
.service {
    background: #ffffff;
    padding: 90px 0 60px 0;
    text-align: center;
}

.service .service-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.service .service-icon {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    background-image: linear-gradient(#ffffff, #ff6418);
}

.service .service-icon i {
    font-size: 90px;
    line-height: 0;
    color: #ffffff;
}

.service .service-detail {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    background: #f2f2f2;
}

.service .service-detail h4,
.service .service-detail h4 a {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.service .service-detail p {
    margin: 0;
}



/**************************************/
/********* Call To Action CSS *********/
/**************************************/
.call-to-action {
    position: relative;
    padding: 90px 0;
    background: #f9a980;
}

.call-to-action .container {
    max-width: 700px;
}

.call-to-action .section-header h2 {
    color: #ffffff;
}

.call-to-action .section-header::before {
    background: #ffffff;
}

.call-to-action .section-header p {
    color: #ffffff;
}

.call-to-action .btn {
    padding: 15px 30px;
    color: #ff6418;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #ffffff;
    border-radius: 8px;
    transition: 0.3s;
}

.call-to-action .btn:hover {
    color: #ffffff;
    background: #3b3b3b;
}



/**************************************/
/************* Pricing CSS ************/
/**************************************/
.pricing {
    background: #f2f2f2;
    padding: 90px 0 60px 0;
}

.pricing .menu {
    background: #f2f2f2;
    position: relative;
    text-align: center;
 
}


.pricing .price-content {
    position: relative;
    background: #ffffff;
    text-align: center;
    margin-bottom: 15px;
}

.pricing .price-plan {
    display: block;
    margin: 0 0 30px;
    padding: 20px 0;
}

.pricing .price-plan i {
    color: #ffffff;
    font-size: 60px;

}

.pricing .price-title {
    display: block;
    color: #ffffff;
    font-size: 30px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.pricing .price-amount {
    position: relative;
    font-family: 'Arial, Helvetica', sans-serif;
    color: #ffffff;
    font-size: 60px;
    font-weight: 900;
    margin: 0;
    text-transform: uppercase;
}

.pricing .price-amount span {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-transform: lowercase;
}

.pricing .price-amount span:first-child {
    position: relative;
    top: -27px;
    left: 0px;
}

.pricing .price-date {
    color: #ffffff;
    font-size: 12px;
    margin-top: 5px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pricing .price-details {
    font-size: 18px;
    list-style: none;
        margin: 15px;
        text-align:justify;

}

.pricing .price-details li {
    padding: 1px 0;
}



.pricing .price-details li i.ion-md-checkmark {
    color: #ff6418;
    padding: 8px;
}

.pricing .price-details li i.ion-md-close {
    color: #ffffff;
    padding: 5px;
}




.pricing .btn {
    color: #ffffff;
    background: #ff6418;
    padding: 10px 30px;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
}

.pricing .price-btn {
    margin-top: 10px;
    margin-bottom: 30px;
    background: #ff6418;
    color: #ffffff;
    border-radius: 8px;
}

.pricing .price-btn:hover {
    background: #f9a980;
        border-radius: 8px;
}

.pricing .price-btn1 {
    margin-top: 10px;
    margin-bottom: 30px;
    background: #ffffff;
    color: #ff6418;
    border-radius: 8px;
    border: 2px solid #ff6418;
    font-weight: 700;
}

.pricing .price-btn1:hover {
        background: #ff6418;
    color: #ffffff;
        border-radius: 8px;
}


.pricing .price-btn2 {
    margin-top: 10px;
    margin-bottom: 30px;
    background: #0a0606;
    color: #ff6418;
    border-radius: 8px;
    border: 2px solid #ff6418;
    font-weight: 700;
}

.pricing .price-btn2:hover {
        background: #ff6418;
    color: #ffffff;
        border-radius: 8px;
}






.pricing .features-price-btn {
    background: #ff6418;
}

.pricing .features-price-btn:hover {
    background: #f9a980;
        border-radius: 8px;
}

.pricing .features-price .price-plan {
    background: #f9a980;
}

.pricing .features-price .price-plan p {
    color: #FFFFFF;
}

.pricing .features-price .price-plan .price-amount,
.pricing .features-price .price-plan .price-amount span {
    color: #ffffff;
}

.pricing .features-price .price-plan .price-title {
    color: #ffffff;
}



/**************************************/
/*********** Our Skills CSS ***********/
/**************************************/

div.mycontainer {
  width:100%;
  overflow:auto;
}
div.mycontainer div {
  width:33%;  
  float:left;
}



.skills {
    position: relative;
    padding: 90px 0 60px 0;
     background-image: linear-gradient(120deg, #f8f5f1, #fcfcfc, #e2e2e2);
}

.skills .skill-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.skills .skill-item h3 {
    font-size: 22px;
    font-weight: 700;
    color: #5c5c5c;
    margin-bottom: 15px;
}

.skills .skill-name {
    position: relative;
    width: 100%;
}

.skills .skill-name p {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
}

.skills .skill-name p:last-child {
    float: right;
}

.skills .progress {
    margin-bottom: 15px;
    border-radius: 0;
}

.skills .progress .progress-bar {
    background: #ff6418;
    border-radius: 0;
}



/**************************************/
/************ Counters CSS ************/
/**************************************/
.counters {
    position: relative;
    width: 100%;
    padding: 90px 0;
    background: #ff6418;
}

.counters i {
    display: inline-block;
    font-size: 90px;
    line-height: 0;
    color: #ffffff;
    margin-bottom: 10px;
}

.counters h2 {
    font-family: 'Arial, Helvetica', sans-serif;
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 5px;
    color: #ffffff;
}

.counters p {
    font-size: 22px;
    color: #ffffff;
}



/**************************************/
/************ Portfolio CSS ***********/
/**************************************/
.portfolio {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.portfolio .portfolio-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img {
    position: relative;
    background: #000000;
    overflow: hidden;
    border-radius: 8px;

}

.portfolio .portfolio-item .link-preview,
.portfolio .portfolio-item .link-details {
    position: absolute;
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    width: 45px;
    height: 35px;
    background: #ff6418;
    transition: 0.3s;
    opacity: 0;
}

.portfolio .portfolio-item .link-preview i,
.portfolio .portfolio-item .link-details i {
    font-size: 22px;
    color: #ffffff;
}

.portfolio .portfolio-item .link-preview:hover,
.portfolio .portfolio-item .link-details:hover {
    background: #ffffff;

}

.portfolio .portfolio-item .link-preview:hover i,
.portfolio .portfolio-item .link-details:hover i {
    color: #ff6418;
}

.portfolio .portfolio-item .link-preview {
    left: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item .link-details {
    right: 0;
    top: calc(50% - 18px);
}

.portfolio .portfolio-item:hover .link-preview {
    opacity: 1;
    left: calc(50% - 50px);
}

.portfolio .portfolio-item:hover .link-details {
    opacity: 1;
    right: calc(50% - 50px);
}

.portfolio .portfolio-item .portfolio-info {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.portfolio .portfolio-item .portfolio-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.portfolio .portfolio-item .portfolio-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}



/**************************************/
/************** Team CSS **************/
/**************************************/
.team {
    position: relative;
    padding: 90px 0;
    background: #ffffff;
}

.team .team-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.team .team-item .team-img {
    position: relative;
    background: #f9a980;
    overflow: hidden;
        border-radius: 8px;

}

.team .team-item .team-social {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
}

.team .team-item .team-social a {
    display: inline-block;
    padding: 5px 0;
    line-height: 1;
    text-align: center;
    width: 35px;
    height: 35px;
    background: #ff6418;

}

.team .team-item .team-social a i {
    font-size: 22px;
    color: #ffffff;
}

.team .team-item .team-social a:hover {
    background: #ffffff;

}

.team .team-item .team-social a:hover i {
    color: #3b3b3b;
}

.team .team-item:hover .team-social {
    opacity: 1;
    top: calc(50% - 18px);
}

.team .team-item .team-info {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #f2f2f2;
}

.team .team-item .team-info h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.team .team-item .team-info p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}



/**************************************/
/*********** Testimonials CSS *********/
/**************************************/
.testimonials {
    position: relative;
    padding: 90px 0 60px 0;
    background: #f2f2f2;
}

.testimonials .testimonial-item {
    position: relative;
    margin: 0 15px 30px 15px;
    background: #ffffff;
}

.testimonials .testimonial-img {
    position: relative;
    background: #000000;
    overflow: hidden;
        border-radius: 8px;
}

.testimonials .testimonial-text {
    position: relative;
    width: 100%;
    padding: 30px 15px;
    text-align: center;
    background: #ffffff;
}

.testimonials .testimonial-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testimonials .testimonial-text h4 {
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.testimonials .testimonial-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.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: #dddddd;
}

.testimonials .owl-dot.active {
    background-color: #ff6418;
}

@media (max-width: 575px) {
    .testimonials .testimonial-text {
        padding: 25px;
    }
}



/**************************************/
/************* Clients CSS ************/
/**************************************/
.clients {
    position: relative;
    padding: 90px 0;
}

.clients .section-header p {
    padding-bottom: 10px;
}

.clients img {
    max-width: 100%;
    opacity: 1;
    transition: 0.3s;
    padding: 15px 0;
    border-radius: 8px;
}

.clients img:hover {
    opacity: .5;
        border-radius: 8px;
}

.clients .owl-nav,
.clients .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.clients .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

.clients .owl-dot.active {
    background-color: #ff6418;
}



/**************************************/
/************* Contact CSS ************/
/**************************************/
.contact {
    position: relative;
    padding: 90px 0;
    background: #f2f2f2;
}

.contact .container {
    max-width: 900px;
}

.contact .container .col-md-6 {
    padding: 0;
    background: #ffffff;
    border-radius: 8px;
}

.contact .form {
    background: #ffffff;
    padding: 30px;
    color: #3b3b3b;
}

.contact .form input,
.contact .form textarea {
    padding: 10px 0;
    border-color: #dddddd transparent #dddddd transparent;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

.contact .form input:focus,
.contact .form textarea:focus {
    border-color: #ff6418 transparent #ff6418 transparent;
}

.contact .form button[type="submit"] {
    color: #ffffff;
    background: #91918f;
    border-radius: 0;
}

.contact .form button[type="submit"]:hover {
    background: #ff6418;
}

.contact .map {
    position: relative;
    background: #ffffff;
}

.contact .map iframe {
    width: 100%;
    height: 375px;
    margin-bottom: -7px;
}



/**************************************/
/************* Footer CSS *************/
/**************************************/
.footer {
    position: relative;
    padding: 0 0 30px 0;
    background: #000000;
}

.footer .footer-top {
    background: #222222;
    padding: 60px 0 30px 0;
}

.footer .footer-top .footer-info,
.footer .footer-top .footer-links,
.footer .footer-top .footer-contact,
.footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

.footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: #ff6418;
    line-height: 1;
    padding: 9px 0;
    margin-right: 4px;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
    background: #ff6418;
    color: #ffffff;
}

.footer .footer-top h4 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footer .footer-top h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border-bottom: 2px solid #ffffff;
}

.footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-top .footer-links ul i {
    padding-right: 8px;
    color: #ffffff;
    font-size: 16px;
}

.footer .footer-top .footer-links ul li {
    border-bottom: 1px solid #ffffff;
    padding: 7px 0;
}

.footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-top .footer-links ul a {
    font-size: 14px;
    color: #ffffff;
}

.footer .footer-top .footer-links ul a:hover {
    color: #ff6418;
}

.footer .footer-top .footer-contact p {
    color: #ffffff;
    line-height: 26px;
}

.footer .footer-top .footer-newsletter input[type="email"] {
    padding: 6px 8px;
    width: 60%;
    border: 1px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

.footer .footer-top .footer-newsletter input[type="submit"] {
    border: 0;
    width: 40%;
    padding: 6px 0;
    text-align: center;
    color: #ff6418;
    border: 1px solid #ffffff;
    background: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.footer .footer-top .footer-newsletter input[type="submit"]:hover {
    color: #ffffff;
    background: #ff6418;
    border: 1px solid #ff6418;
}

.footer .footer-top .footer-newsletter p {
    color: #ffffff;
    font-size: 14px;
}

.footer .credit,
.footer .copyright {
    text-align: center;
    padding-top: 30px;
}

@media (min-width: 768px){
    .footer .credit {
        text-align: right;
    }
}
    .footer .copyright {
        text-align: left;
    }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
    border-radius: 8px;
}


.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 15px;

}

.gallery-item {
  position: relative;
  width: calc(25% - 20px);
  height: auto;
  margin: 10px;
  cursor: pointer;
  transition: transform 0.5s ease;

}

.gallery-item:hover {
  transform: scale(1.1);
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;

}

/* Modal content (image) */
.modal-content {
  position: relative;
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: 90%;
  overflow: hidden;
  animation: zoomIn 0.5s;
     border-radius: 8px;
}

@keyframes zoomIn {
  from {transform: scale(0.6);}
  to {transform: scale(1);}
}

.modal.show {
  display: flex;
  opacity: 1;
}

/* Close button */
.close {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s;

}

/* Caption of modal image */
.caption {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 24px;

}

@media screen and (max-width: 768px) {
  .gallery-item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .gallery-item {
    width: calc(100% - 20px);
  }
}

.odsek {
    padding-left: 30px;    /* Odsadí celý text doprava */
}

/* Kontajner musí byť relatívny */
.hotspot-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}

.main-img {
    width: 100%;
    display: block;
}

/* Samotný bod */
.hotspot {
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
}

/* Samotný bod */
.hotspot-mal {
    position: absolute;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 10;
}

/* Oranžový krúžok */
.pin {
    width: 100%;
    height: 100%;
    background-color: #ff6418; /* Oranžová ako na webe */
    border-radius: 50%;
    border: 6px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* Oranžový krúžok */
.pin-mal {
    width: 100%;
    height: 100%;
    background-color: #ff6418; /* Oranžová ako na webe */
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


/* Pulzujúca animácia */
.pin::after {
    content: '';
    position: absolute;
    top: -5px; left: -5px; right: -5px; bottom: -5px;
    border-radius: 50%;
    border: 5px solid #ff6418;
    animation: pulse 2s infinite;
}
.pin-mal::after {
    content: '';
    position: absolute;
    top: -5px; left: -5px; right: -5px; bottom: -5px;
    border-radius: 50%;
    border: 4px solid #ff6418;
    animation: pulse 2s infinite;
}




@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(2.5); opacity: 0; }
}

/* Informačné okno (Tooltip) */
.tooltip {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    color: #333;
    padding: 15px;
    border-radius: 5px;
    width: 220px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    
    /* Skrytie okna */
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
}

/* Toto nahradí pôvodný hover efekt */
.hotspot.is-active .tooltip {
    visibility: visible;
    opacity: 1;
    bottom: 40px;
}

.hotspot-mal.is-active .tooltip {
    visibility: visible;
    opacity: 1;
    bottom: 40px;
}

/* Malý trojuholník pod oknom */
.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

/* Keď je hotspot aktívny, musí vyskočiť nad ostatné */
.hotspot.is-active, 
.hotspot-mal.is-active {
    z-index: 100 !important; /* Toto posunie celý bod aj s oknom dopredu */
}



/* tabulka */

table {
    width: 100%;
}

table {
    font-size: 15px;
    line-height: 1.3;
    color: black;
    border: 3px solid #ff6418;
    border-collapse: collapse;
}

td {
    padding: 5px;
    text-align: center;
}

tr{
    padding: 5px;
    text-align: center;
}

#t01 tr:nth-child(even) {
  background-color: #91918f;
}
#t01 tr:nth-child(odd) {
 background-color:  #f9a980;
}

th {
    text-align: center;
    background: #ff6418;
    line-height: 1.2;
    color:white;
}

thead {
    background: #ff6418;
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
    color:white;
}


.img-container {
  position: relative; /* Dôležité: vytvorí kotvu pre text */
  display: inline-block;
}

.text-overlay {
  position: absolute;
  top: 50%;    /* Posun od horného okraja */
  left: 50%;   /* Posun od ľavého okraja */
  transform: translate(-50%, -50%); /* Presné vycentrovanie */
  color: white;
  font-size: 24px;
  padding: 10px;
}

.text-overlay1 {
  top: -50%;    /* Posun od horného okraja */
  left: 0%;   /* Posun od ľavého okraja */
  transform: translate(0%, -70%); /* Presné vycentrovanie */
  font-size: 40px;


}




  /* Kontajner

  background-color: rgba(0, 0, 0, 0.5); 
      background-color: rgba(0, 0, 0, 0.2); 
  .image-container {
    position: relative;
    display: inline-block;
  }

  /* Štýl pre ikony na obráz
  .hotspot {
    position: absolute;
    cursor: pointer;
    Prispôsobte vzhľad ikony 
    background-color: #ff6418;
    color: white;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
  }

   Príklad pozície ikon (v percentách pre responzivitu) 
  .pos-1 { top: 20%; left: 30%; }
  .pos-2 { top: 50%; left: 70%; }


<div class="image-container">
  <!-- Váš hlavný obrázok -->
  <img src="vas-obrazok.jpg" alt="Pozadie" style="width:100%; max-width:600px;">

  <!-- Ikony (Hotspoty) s Tooltipom -->
  <div class="hotspot pos-1" data-toggle="tooltip" title="Info o tomto bode!">i</div>
  <div class="hotspot pos-2" data-toggle="tooltip" title="Ďalšia dôležitá správa">?</div>
</div>
------ */





/* tabulka 
    border: 1px solid #ff6418;

                     <svg height="360" width="280" xmlns="http://www.w3.org/2000/svg">
                                    <polygon points="150,15 258,77 258,202 150,265 42,202 42,77"
                                        style="fill:#ff6418;;" />
                                </svg>

    
  /* Príklad pozície ikon (v percentách pre responzivitu) 
  .pos-1 { top: 20%; left: 30%; }
  .pos-2 { top: 50%; left: 70%; }


    <div class="col-md-8">

                    <div class="container">
                        <button class="btn btn-success btn-md">Hover over me (animation: true)</button>
                        <button class="btn btn-warning btn-md">Hover over me (animation: false)</button>
                    </div>
                       <img src="img/the1.jpg" alt="" class="img-fluid">
                    <div class="price-content features-price">



    #tables {

}


tr {
    background: #f9a980;
}


tbody {background:#91918f;}
tfoot {background: #91918f;}


#table-1 .table {
    padding: 0px;
    text-align: center;
    border-collapse: collapse;
    border-color: #ff6418;

    font-size: 20px;
}

.tr {
    border: 5px;

}

.td {

    border: 5px;
    border-color: #ff6418;
background: #91918f;
color: #3b3b3b;
 



}

.table {
    border-inline: hotpink dashed 8px;
    border-collapse: collapse;
    border-color: #ff6418;
    border: 5px;
    font-size: 20px;

  */


