*{
    font-family: "Montserrat";
    z-index: 1;
}

#img360{
    width: 39vw;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 12px 12px;
    border-radius: 8px;
    margin-top: 60px;
}

.c-black{
    color: black !important;
}

.sp-bg{
    background: url("medias/17580.jpg") repeat center center;
}

.card-container {
    width: 80vw;
    margin: 40px auto;
    display: flex;
    justify-content: space-between;

  }

  .card {
    width: calc((80vw - 40px) / 3); /* 40px = total margin (20px between 3 divs) */
    background-color: #ffffff;
    padding: 35px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 4px 13px rgba(0, 0, 0, 0.2);
  }

  .card i {
    font-size: 2rem;
    margin-bottom: 10px;
    display: block;
  }

  .card small {
    display: block;
    color: #555;
    font-size: 16px;
    font-weight: 400;
  }

  .icon-card{
    width: 48px;
    margin-bottom: 20px;
    padding-bottom: 28px;
    border-bottom: 3px solid #00CFCF;
  }

  /* Optional: spacing between cards */
  .card:not(:last-child) {
    margin-right: 20px;
  }

#iframe360{
    width: 39vw;
    aspect-ratio: 16 / 11;
    border: 4px solid #00A99D;
    border-radius: 16px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px 12px;
    margin-top: 60px;
}

.m-left-n10{
    margin-top: 5vh;
    margin-left: -10vw;
    opacity: 0.8;
}

#mid-split{
    width: 7vw;
}

.p-top-26vh{
    padding-top: 16vh !important;
}

.style1-bg{
    background-image: url("medias/style1-bg.png");
    background-size: cover;
    background-position:center;
}

.fivebigger{
    font-size: 1.1em;
}

.underline{
    text-decoration: underline;
}

.tileBg{
    background-image: url("medias/BackgroundTiles1.png");
    background-position: center;
    background-size: cover;
}

.p-bot-6vh-special{
    padding-bottom: calc(6vh + 120px);
}



.p2{
    font-size: 1.3rem;
    line-height: 2.3rem;
}

#block-holder{
    width: 80vw;
    padding: 50px 10vw 50px 10vw;
    margin: 100px 0 0px 0;
    display: inline-flex;
    background: rgb(40, 40, 40);
    justify-content: space-between;
    align-self: center;
}
.hidden{
    display: none;
}

.block{
    padding: 10px;
    width: 17vw;
    height: auto;
    text-align: center;
}
.block:not(:last-child){
    border-right: rgba(170, 170, 170, 0.15) 4px solid;
}

.block i{
    font-size: 60px;
    color: #00CFCF;
}
.block p{
    margin-top: 6px;
    font-size: 1rem;
    color: rgb(219, 219, 219);
    font-weight: 600;
}

.slider-nav{
    padding: 10px 4px 10px 10px;
    width: 20vw;
    height: auto;
    display: flex;
    flex-direction: column;
}

.s-nav-block{
    cursor: pointer;
}

.s-nav-block:hover{
    opacity: 0.8;
}

.s-nav-block img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.slider-container {
    position: relative;
    margin: -3vh 10vw 0 10vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .video-slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
  }

  .video-slide {
    min-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-right: 100%;
  }
  .video-slide video {
    width: 100%;
    border-radius: 4px;
    max-width: 100%;
  }

#r_button{
    top: calc(50% - 4vh);                 
    right:19vw;
    height: 8vh;
    width: 8vh;
    position: absolute;
    z-index: 3;
    background: url("medias/full_pointer.png");
    background-size: cover;
    border: none;
    cursor: pointer;
}
#l_button{
    top: calc(50% - 4vh);                
    left:2vw;
    height: 8vh;
    width: 8vh;
    position: absolute;
    z-index: 3;
    background: url("medias/full_pointer.png");
    transform: scaleX(-1);
    background-size: cover;
    border: none;
    cursor: pointer;
    visibility: hidden;
}

#r_button:hover{
    opacity: 0.7;
} #l_button:hover{
    opacity: 0.7;
}

#mainVideo{
    filter: brightness(0.25);
    object-fit: cover;
    width: 100vw;
    height: 102vh;
    position: absolute;
    top: 0;
    left: 0;
}

.p-abs-360{
    position: absolute;
    top:102vh;
}

.BgTour{
    width: 100vw;
    height: 102vh;
    background-image: url("medias/ProstoVisionVizualizace11.jpeg");
    background-size: cover;
    filter: brightness(0.25);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    object-fit: cover;
    
}

#vid-h1{
    margin-top: 25vh;
}

#vid-h4{
    position: relative;
    margin-bottom: 60vh;
}

#vid-arrow{
    position: absolute;
    top: 87vh;
    opacity: 0.6;
    animation-iteration-count: infinite;
    animation-name: down-up;
    animation-duration: 1.5s;
    cursor: pointer;
    transition: 0.3s;
}

#vid-arrow:hover{
    opacity: 1;
}

#packages-button{
    width: 160px;
    font-size: 1.1rem;
    height: 45px;
    border: #00CFCF 3px solid;
    border-radius: 4px;
    background-color: #00a99e2b;
    transition: 0.3s;
    font-weight: 400;

}

.w-100p{
    width: 100%;
}

.show1250{
    display: none;
}

.c-inline{
    display: inline-flex;
}

.opacity-90{
    opacity: 90%;
    transition: 0.4s;
    cursor: pointer;
}

.line-pad{
    margin-bottom: -5px;
}

.fade-left{
    position: relative;
}

.interier-photo{
    background-image: url("medias/ProstoVision_vizualizace_interieru_cropped.png");
}

.exterier-photo{
    background-image: url("medias/ProstoVision_vizualizace_exterier_cropped.png");
}

.border-left{
        border-left: #00a99e91 solid 4px;
        padding-left: 2%;
}

.opacity-90:hover{
    opacity: 100%;
}

.b-r-8{
    border-radius: 8px;
}

.b-r-right-32px{
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}

#packages-button:hover{
    background-color: #00CFCF;
    color: #ffffff;
}

.left-round-16{
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
}

.pv6-bg{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("medias/ProstoVisionVizualizace7.jpeg");
    background-position: center;
    background-size: cover;
}

.pv8-bg{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("medias/ProstoVisionVizualizace4.jpeg");
    background-position: bottom;
    background-size: cover;
}

.priceLine{
    width: 100%;
}

.priceLine::after{
    float: left;
    width: 0;
    white-space: nowrap;
    text-indent: 20px;
    content:
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "
 ". . . . . . . . . . . . . . . . . . . . "}

.leader{
    width: 45vw;
    padding-left: 11px;
    margin-top: 20px;
    overflow-x: hidden;
}
 
 .leader span:first-child {
    padding-right: 0.33em;
    background: white;
    font-weight: 600;}

 .leader p{
    padding: 2% 0 2% 0;
 }

 .leader span + span {
    float: right;
    padding-left: 0.33em !important;
    background: white;
    padding: 0;
    position: relative;
    z-index: 1;

 }

 #close-viz-car{
    position: absolute;
    right:30px;
    top:30px;
    width: 32px;
    cursor: pointer;
    transition: 0.2s;
 }

 #close-viz-car:hover{
    opacity: 60%;
 }

 .carousel_vizualizace_r:hover{
    scale: 1.1;
 }

 .carousel_vizualizace_l:hover{
    scale: 1.1;
 }

 .carousel_vizualizace_r{
    position: absolute;
    z-index: 3;
    width: 64px;
    height: 64px;
    background-position: center;
    background-size: cover;
    background-image: url("medias/carousel_arrow_v2.jpg");
    filter: brightness(90%);
    top:calc(50% - 32px);
    border-radius: 32px;
    right: -32px;
    cursor: pointer;
    transition: 0.1s;
 }

 .carousel_vizualizace_l{
    position: absolute;
    z-index: 3;
    width: 64px;
    height: 64px;
    background-position: center;
    background-size: cover;
    background-image: url("medias/carousel_arrow_v2.jpg");
    filter: brightness(90%);
    top:calc(50% - 32px);
    left:-32px;
    border-radius: 32px;
    cursor: pointer;
    transition: 0.1s;
 }

 .img_holder{
    display: none;
    position: fixed;
    width:65vw;
 }
 #img-car{
    width:65vw;
 }


 .img_holder2{
    display: none;
    position: fixed;
    height: 80vh;
 }

 .carousel_vizualizace{
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 7;
 }

 .carousel_others{
    display: none;
    position: fixed;
    align-items: center;
    justify-content: center;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 3;
 }

.pv9-bg{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("medias/ProstoVisionVizualizace2.jpeg");
    background-position:bottom;
    background-size: cover;
}

.pv-ext-bg{
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.7)), url("medias/ProstoVision_Exterier3.jpeg");
    background-position: center;
    background-size: cover;
}
.m-bot-20px{
    margin-bottom: 15px;
}

.w-100vw{
    width: 100vw;
}

.h-45vh{
    height: 45vh;
}

.h-90prc{
    height: 90%;
}

.p-rel{
    position: relative;
}

.d-flex{
    display: flex;
}

#c1img1{
    display: block;
}

#c2img1{
    display: block;
}

.carousel{
    height: fit-content;
}

.right-butt-carousel{
    position: absolute;
    z-index: 3;
    width: 48px;
    height: 48px;
    background-image: url("medias/carousel_arrow.png");
    background-position: center;
    background-size: cover;
    top:calc(50% - 24px);
    opacity: 90%;
    right:0;
    margin-right: -50px;
    cursor: pointer;
}

.left-butt-carousel{
    position: absolute;
    z-index: 3;
    width: 48px;
    height: 48px;
    background-position: center;
    background-size: cover;
    background-image: url("medias/carousel_arrow.png");
    top:calc(50% - 24px);
    margin-left: -50px;
    cursor: pointer;
    opacity: 90%;
}

.carousel-img{
    display: none;
    cursor: pointer;
}

.d-iblock{
    display: inline-block;
}

.fl-d-col{
   flex-direction: column;
}

.al-c-ju-c{
    align-items: center;
    justify-content: center;
}

.al-c{
    align-items: center;
}

.ju-c{
    justify-content: center;
}

.ju-sb{
    justify-content: space-between;
}

.dashed-border{
    border-bottom: #00CFCF 3px dashed;
}

.grey-left-border{
    border-left: rgba(128, 128, 128, 0.275) 3px solid;
}

.rvrs{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

h4{
    font-size: 1.5rem;
    color: #E6E6E6;
    font-weight: 400;
}

h3{
    font-size: 2.4rem;
    font-weight: 500;
}

.m-top-n10{
    margin-top: -11em;
    padding-top: calc(11em + 6vh);
}

.z-2{
    z-index: 2;
}
.z-3{
    z-index: 3;
}

.z-n1{
    z-index: -1;
}

h2{
    font-weight: 500;
    font-size: 2.2rem;
    font-weight: 400;
}

h1{
    color: #00CFCF;
    font-size: 4rem;
    font-weight: 600;
    margin-bottom: 12px;
    margin-top: 10vh;
}
.w-80vw{
    width: 80vw;
}

.w-40vw{
    width: 40vw;
}

.w-35vw{
    width: 35vw;
}

.w-30vw{
    width: 30vw;
}

.w-27vw{
    width: 27vw;
}

.w-25vw{
    width: 25vw;
}

.w-20vw{
    width: 20vw;
}

.p-side-10vw{
    padding-left:10vw;
    padding-right:10vw;
}

.m-side-10vw{
    margin: 0 10vw 0 10vw;
}

.p-top-12vh{
    padding-top: 12vh;
}

.p-top-6vh{
    padding-top: 6vh;
}

.m-bot-2vh{
    margin-bottom: 2vh;
}

.p-bot-6vh{
    padding-bottom: 6vh;
}

.p-bot-12vh{
    padding-bottom: 12vh;
}

.p-bot-3vh{
    padding-bottom: 3vh;
}

.p-right-25px{
    padding-right: 25px;
}

.p-left-25px{
    padding-left: 25px;
}
.p-left-50px{
    padding-left: 50px;
}

.m-left-25px{
    margin-left: 25px;
}

.m-top-3vh{
    margin-top: 3vh;
}

.m-bottom-10px{
    margin-bottom: 10px;
}

.m-bot-6vh{
    margin-bottom: 6vh;
}

.priceTag{
    font-size: 1.7rem;
    font-weight: 400;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 2px;
    margin-top: 75px;
    color:#00A99D;
}

.advantagesDisplayCheckedv2{
    display: block;
    list-style-type: none;
    font-family: "Montserrat","sans-serif";
    font-size: 1.15rem;
    line-height: 1.75rem;
    margin-bottom: 6px;
    margin-top: 46px;
}

.advantagesDisplayCheckedv2 li{
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-weight: 400;

}

.newTag{
    width: 100px;
    text-align: center;
    padding: 4px;
    border-radius: 19px;
    background-color: #00CFCF;
    font-weight: 500;
    color: #ffffff;
    font-style: italic;
    font-size: 1.2rem;
    margin-top: 10px;
}

@media only screen and (min-width: 1650px) {
    p{
        font-size: 1.7rem !important;
        line-height: 2.3rem !important;
    }
    h1{
        font-size: 6.8rem;
    }
    h2{
        font-size: 3.5rem;
    }
    h3{
        font-size: 4rem;
    }
    .advantagesDisplayCheckedv2{
        font-size: 1.7rem !important;
        line-height: 2.3rem !important;
    }
    .check-icon{
        width: 32px;
        height: 32px;
    }
    .xmark-icon{
        width: 32px;
        height: 32px;
    }
    h4{
        font-size: 2.3rem;
    }
}

@media only screen and (max-width: 1430px) {
    .advantagesDisplayCheckedv2{
        font-size: 1.1rem;
    }
    h2{
        font-size: 1.9rem;
    }

}

@media only screen and (max-width: 1250px) {
    #holder360{
        flex-direction: column-reverse;
    }
    .style1-bg{
        background: none;
    }
    #img360{
        width: 80vw;
        margin-top: 7vh;
        margin-bottom: 4vh;
    }
    #iframe360{
        width: 80vw;
        margin-top: 7vh;
    }
    .block i{
        font-size: 40px;
    }
    .block p{
        font-size: 0.85rem;
        line-height: 1.2rem;
    }

    .viz-car-butt{
        bottom: calc(50% - 3vh) !important;
    }
    .flex-wrap-none{
        flex-wrap: wrap;
    }
    .flex-wrap{
        flex-wrap: nowrap;
    }
    .w-30vw{
        width: 80vw;
        margin-top: 6vh;
    }

    .left-butt-carousel{
        top: auto;
        bottom: 20px;
        margin-left: 0;
        bottom: -10px;
        width: 8vw;
        height: 8vw;
        bottom:calc(50% - 2vw);
    }

    .carousel{
        position: relative;
    }

    .right-butt-carousel{
        top:auto;
        bottom: 20px;
        margin-right: 0;
        bottom: -10px;
        bottom: calc(50% - 2vw);
        width: 8vw;
        height: 8vw;
    }

    .carousel-img{
        width: 60vw !important;
        margin-left: auto;
        margin-right: auto;
    }

    .leader{
        width: 80vw;
        padding-left: 0;
        margin-bottom: 6vh;
    }
    .hide1250{
        display: none;
    }
    .show1250{
        display: block;
    }
    .carousel{
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    .fl-d-c{
        flex-direction: column;
    }
    #panorama{
        width: 80vw;
        height: 30vh;
    }
    

}

@media only screen and (max-width: 1050px) {
    .block:not(:last-child){
        border-right: none;
        border-bottom: rgba(170, 170, 170, 0.15) 4px solid;
    }
    .block i{
        font-size: 80px;
    }
    .block p{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .block{
        width: 80%;
        margin-top: 20px;
    }
    #block-holder{
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    #r_button{
        top:calc(50% - 3vh);
        height: 6vh;
        width: 6vh;
        right:20vw;
    }
    #l_button{
        top:calc(50% - 3vh);
        height: 6vh;
        width: 6vh;
        left:3vw;
    }
    .img_holder2{
        display: none;
        position: fixed;
        height: auto;
        width: auto;
     }
     #img-car2{
        width: 800px;
     }

}

@media only screen and (max-width: 900px) {
    #iframe360{
        border:#00a99eb6 3px solid;
    }

    .show900{
        display: block;
    }
    .card-container {
        flex-direction: column;
    }
    .card{
        width: calc(80vw - 70px);
        margin-bottom: 20px;
    }
    .icon-card{
        margin-bottom: 10px;
    }
    .tileBg{
        background: none;
    }
    #block-holder{
        margin: 4vh 0 4vh 0;
    }
    #r_button{
        top:calc(50% - 2vh);
        height: 4vh;
        width: 4vh;
        right:21vw;
    }
    #l_button{
        top:calc(50% - 2vh);
        height: 4vh;
        width: 4vh;
        left:4vw;
    }
    h1{
        font-size: 2.8rem;
    }
    h4{
        font-size: 1.3rem;
        text-align: center;
    }
    .h-45{
        height: 45vh;
    }
    #img-car2{
        width: 98vw;
     }
     #iframe360{
        width: 80vw;
        border-radius: 8px;
    }

}

@media only screen and (max-width: 700px) {
    #vid-h4{
        margin-bottom: 54vh;
    }
    .block i{
        font-size: 70px;
    }
    .block p{
        font-size: 16px;
        line-height: 1.2rem;
        padding: 0 40px 0 40px;
        margin-bottom: 20px;
    }
    #r_button{
        top:calc(50% - 2vh);
        height: 4vh;
        width: 4vh;
        right:21vw;
    }
    #l_button{
        top:calc(50% - 2vh);
        height: 4vh;
        width: 4vh;
        left:4vw;
    }
    #img-car{
        width: 80vw;
    }
    .img_holder{
        width: 80vw;
    }

    .carousel_vizualizace_r{
        top:calc(50% - 16px);
        width: 32px;
        height: 32px;
        right: -16px;
    }

    .carousel_vizualizace_l{
        top:calc(50% - 16px);
        left: -16px;
        width: 32px;
        height: 32px;
    }

    .grey-left-border{
        border:none;
        width: 80vw;
        padding-left: 0;
    }
    .hide700{
        display: none;
    }

}


@media only screen and (max-width: 600px) {
    #img360{
        width: 90vw;
    }
    #iframe360{
        width: 90vw;
    }
    .lessBold{
        font-weight: 600 !important;
    }
    h1{
        font-size: 2.3rem;
    }
    h2{
        margin-top: 3vh;
        font-size: 1.8rem;
        font-weight: 600;
    }
    h4{
        font-size: 1rem;
        text-align: center;
    }
    .h-45{
        height: 45vh;
    }

}

@media only screen and (max-width: 500px) {
    #block-holder{
        padding: 50px 5vw 50px 5vw;
        width: 90vw;
    }
    #r_button{
        right:24vw;
    }
    .slider-container{
        margin:-3vh 5vw 6vh 5vw;
    }
    .carousel-img{
        width: 65vw !important;
    }
    h4{
        font-size: 1rem;
        text-align: center;
        margin-bottom: 6vh;
    }
    .p-bot-12vh{
        padding-bottom: 6vh;
    }
    .p-top-12vh{
        padding-top: 6vh;
    }
    .left-butt-carousel{
        width: 40px;
        height: 40px;
    }

    .right-butt-carousel{
        width: 40px;
        height: 40px;
    }

    #panorama{
        width: 90vw;
    }

    .m-side-10vw{
        margin: 0 5% 0 5%;
    }
    .m-left-n10{
        height: 12px;
        margin-left: -5vw;
    }
    .p-side-10vw{
        padding-left:5%;
        padding-right:5%;
    }
    .w-80vw{
        width: 90vw;
    }
    .w-30vw{
        width: 90vw;
    }
    .grey-left-border{
        width: 90vw;
    }
    .leader{
        width: 87vw;
        padding-left: 3vw;
        margin-top: 15px;
    }
    #close-viz-car{
        width: 24px;
    }
    

}

@media only screen and (max-width: 450px) {
    .slider-container {
        margin: -3vh 2vw 0 2vw;
    }
    .newTag{
        margin-left: 3vw;
        width: 80px;
        font-size: 0.9rem;
    }
    h4{
        font-size: 0.95rem;
        font-weight: 500;
    }
   h3{
    font-size: 1.7rem;
    font-weight: 700;
    padding-left: 10px;
    border-left: #00a99e7f 3px solid;
   }
   h2{
    font-size: 1.5rem;
    margin-top: 4vh;
    }
    .priceLine{
        font-size: 0.95rem;
        color: black;
    }

    .leader p{
        padding: 3% 0 3% 0;
    }
   .advantagesDisplayCheckedv2{
     font-size: 1rem;
     line-height: 1.3rem;
    }
    .advantagesDisplayCheckedv2 li{
        align-items: normal;
    }
    .lessBold{
        color: black;
    }
    p{
        font-weight: 400;
        color: rgba(0, 0, 0, 0.95);
    }

    .check-icon{
        margin-top: -1px;
        width: 24px;
        height: 24px;
    }

    .xmark-icon{
        width: 25px;
        height: 25px;
    }
    .priceTag{
        padding-left: 0;
    }
    .advantagesDisplayCheckedv2 li{
        margin-bottom: 18px;
        font-weight: 600;
        font-size: 1.05rem;
       }

    #img-car{
        width: 87vw;
    }
    .img_holder{
        width: 87vw;
    }
    

}

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