*{
    padding: 0;
    margin: 0;
}

body::-webkit-scrollbar {
    display: none;
  }

a{
    color: black;
    text-decoration: none;
    display: inline-flex;
    transition: 0.4s;
}


.text-animation-fadein {
    opacity: 0; /* Start hidden */
    animation: fadeInDrop 1s forwards;
}

.obj-animation-fadein-left {
    opacity: 0; /* Start hidden */
    animation: fadeInLeft 1s forwards;
}
.obj-animation-fadein-right {
    opacity: 0; /* Start hidden */
    animation: fadeInRight 1s forwards;
}

p{
    color: #252525;
    font-size: 1.15rem;
    font-family: "Montserrat","sans-serif";
    padding: 3% 0 3% 0;
    line-height: 1.75rem;
}

#navbar{
    width: 84%;
    height: 120px;
    display: inline-flex;
    align-items: center;
    padding: 0 8% 0 8%;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
    position: sticky;
    background-color: rgb(255, 255, 255);
    top: 0;
    z-index: 6;
    transition: 0.4s;
}

.doubleSplit{
    position: relative;
    display: inline-flex;
    padding: 4% 8% 12% 8%;
    width: 84%;
}

.singleHolder{
    padding: 0% 8% 8% 8%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 84%;
}

.textHolder{
    width: 84%;
    padding: 6vh 8% 0 8%;
}

.halve{
    width: 42vw;
    text-align: center;
    margin-top: 80px;
}

.questionHeader{
    color: #252525;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Montserrat","sans-serif";
    margin-bottom: 4%;
    margin-top: 4vh;
}

.leftBlueLine{
    border-left: #00AA9D 3px solid;
    padding-left: 18px;

}

.ubLink{
    color: #252525;
    font-size: 1.4rem;
    font-family: "Montserrat","sans-serif";
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    transition: 0.3s;
}

.advantagesDisplay{
    margin-left: 2%;
    font-family: "Montserrat","sans-serif";
    font-size: 1.15rem;
    line-height: 1.75rem;
}

.advantagesDisplay li::marker{
    color: #00A99D;
}
.advantagesDisplay li{
    margin: 10px 0 10px 0;
}

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

.advantagesDisplayChecked li{
    display: inline-flex;
    align-items: center;
    width: 84%;
    margin: 10px 0 10px 0;
    font-weight: 600;

}

#contHolder{
    font-size: 1.4rem;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-weight: 700;
    background-color: rgb(229, 229, 229);
}

#contHolder:hover{
    color: black !important;
}

.lessBold{
    font-weight: 500;
}

#popoutContacts{
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #252525aa;
    visibility: hidden;
    z-index: 10;
}

#popoutBox{
    margin-top: 35vh;
    width: 40vw;
    margin-right: auto;
    margin-left: auto;
    background-color: whitesmoke;
    height: 20vh;
    padding: 40px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

#popoutBox a{
    font-size: 1.8rem;
    font-weight: 500;
    width: 100%;
    color: #3d3d3d;
    display: flex;
    align-items: center;
    font-family: "Montserrat";
}

#popoutBox a:hover{
    color: #00AA9D;
}

#closeBtn{
    position:absolute;
    top:15px;
    right:20px;
    width: 40px;
    height: 40px;
    background: url("medias/close-x.png");
    background-size: cover;
    cursor: pointer;
    border:none;
    color: rgb(255, 255, 255);
}

.panorama{
    width: 30vw;
}

.telephone-icon{
    display: inline-flex;
    background-repeat: none; 
    width: 26px;
    height: 26px;
    background-image: url("medias/telephone-handle-silhouette.png");
    background-size: cover;
    background-position: center;
    margin-right: 26px;
    flex-shrink: 0;
}

.envelope-icon{
    display: inline-flex;
    background-repeat: none; 
    width: 26px;
    height: 26px;
    background-image: url("medias/envelope.png");
    background-size: cover;
    background-position: center;
    margin-right: 26px;
    flex-shrink: 0;
}

.check-icon{
    display: inline-flex;
    background-repeat: none; 
    width: 22px;
    height: 22px;
    background-image: url("medias/checkIcon.png");
    background-size: cover;
    background-position: center;
    margin-right: 8px;
    flex-shrink: 0;
}
.xmark-icon{
    display: inline-flex;
    background-repeat: none; 
    width: 22px;
    height: 22px;
    background-image: url("medias/xmarkicon.png");
    background-size: cover;
    background-position: center;
    margin-right: 8px;
    flex-shrink: 0;
}

.lightbBg{
    background-color: #00cfcf22;
}

#pdr6v2{
    height: 420px;
}

#pdr5v2{
    height: 420px;
}

#pdv8{
    height: 400px;
    border-radius: 8px;
    margin-top: 12vh;
}

.imgHover{
    background: none;
    transition: 0.6s;
    cursor: pointer;
    opacity: 75%;
}

.pdrbg{
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('medias/ProstoVision4.jpeg');
    background-position: center;
    background-size: cover;
}

#WelcomePart{
    width: 100%;
    height: 720px;
    line-height: 1.2;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url('medias/ProstoVisionVizualizace2.jpeg');
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.blueTag{
    color: #00A99D;   
}

.minorBold{
    font-weight: 600;
}

.advHeader{
    color: #00A99D;
    text-decoration: underline;
}

.lineSplit{
    width: 100vw;
}

.lineSplit2{
    width: 100vw;
    margin-left: -8vw;
    margin-bottom: -1vh;
}

#prostoWelcomeTag{
    font-size: 2rem;
    font-weight: 600;
    font-family: "Inter","sans-serif";
    line-height: 1.5;
    font-style: italic;
    color: #252525;
    width: 100%;
    text-align: center;
    margin-bottom: 6vh;
}

.not-sel{
    pointer-events: none;
    user-select: none;
}

#logoEdit1{
    width: 36vw;
    height: 66vh;
    right: 0;
    margin-top: -6vh;
    position: absolute;
    opacity: 40%;
}

.h-60vw{
    height:60vh;
}


#WelcomeText{
    font-family: "Inter","sans-serif";
    width: 80%;
    margin-top: 20vh;
    text-align: center;
    color: #252525;
    font-size: 3.2rem;
}

.logo-text{
    font-size: 2.05rem !important;
    font-weight: 500 !important;
    display: inline-flex;
    align-items: center;
}

.logo-photo{
    width: 105px;
    height: 100px;
    margin-right: 15px;
}

.icon-s{
    width: 32px;
    height: 32px;
}

.icon-m{
    width: 32px;
    height: 32px;
    padding-left: 6px;
}

.textus-button{
    width: 50px;
    height: 50px;
    background: linear-gradient(to left, #00CFCF 50%, #00e9e9 50%) right;
    background-size: 200% 100%;
    border-radius: 8px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border: none;
    margin-left: auto;
    margin-right: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: 0.4s;
}

#navbar li{
    font-family: "Montserrat", sans-serif;
    font-size: 1.18rem;
    padding-right: calc(17px + 2%);
    list-style-type: none;
    font-weight: 400;
}

#navbar a{
    transition: 0.2s;
}

#navbar a:hover{
    color: #00CFCF !important;
}

footer{
    box-shadow: 0 -6px 8px rgba(0, 0, 0, 0.1);
    height: 150px;
    margin-top: 12vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    z-index: 5;
    position: relative;
}

.textus-button:hover{
    background-position: left;

}

.ubLink:hover{
    color: #00A99D;
    transform: scale(1.05);
}

.imgHover:hover{
    transform: scale(1.03);
    opacity: 100%;
}
#hamburger{
    display: none;
}
#mobileMenuLinks{
    display: none;
    position: absolute;
    top:115px;
    left:0;
    font-size: 2rem;
    background-color: white;
}
#mobileMenuLinks a{
    width: 100vw;
    padding: 35px 0 35px 0;
    font-size: 1.4rem !important;
    justify-content: center;
}
#mobileMenuLinks li{
    border-bottom: 1px rgba(128, 128, 128, 0.1) solid;
}

#mobileMenuLinks li:hover{
    color: #00CFCF;
}

#hamCheck{
    width: 48px;
    height: 48px;
    opacity: 0;
    position: absolute;
    right: 8%;
    display: none;
}

@media only screen and (min-width: 1650px) {
    #navbar li {
        font-size: 1.5rem !important;
    }

    #WelcomeText {
        font-size: 3.8rem;
    }
    p{
        font-size: 1.7rem !important;
        line-height: 2.3rem !important;
    }
    .advantagesDisplay {
        font-size: 1.7rem !important;
        line-height: 2.3rem !important;
    }
    .advantagesDisplayChecked li {
        font-size: 1.7rem !important;
        line-height: 2.3rem !important;
    }
    .check-icon{
        width: 32px;
        height: 32px;
    }
}
@media only screen and (max-width: 1430px) {
    #navbar li{
        padding-right: calc(15px + 2%);
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1220px) {
    #navbar li{
        padding-right: calc(6px + 2%);
        font-size: 0.85rem;
    }
    .logo-text{
        font-size: 1.6rem !important; 
    }
    .logo-photo{
        width: 75px;
        height: 70px;
    }
}

@media only screen and (max-width: 1120px) {
    #navbar{
        padding: 0 3% 0 3%;
        width: 94%;
    }

    #popoutBox a{
        font-size: 1.5rem;
    }

    #pdr5v2{
        height: 300px;
    }
    #pdr6v2{
        height: 300px;
    }

    #WelcomeText{
        font-size: 2.9rem;
    }
    .textus-button{
        font-size: 1rem;
        width: 50px;
    }
    .logo-photo{
        width: 75px;
        height: 70px;
    }
    .logo-text{
        font-size: 1.3rem !important; 
    }

    #pdv8{
        height: 320px;
    }

  }

  @media only screen and (max-width: 1350px) {
    #logoEdit1{
        display: none;
    }
    .advantagesDisplayChecked li{
        width: 100%;
    }
    .questionHeader{
        width: 100%;
    }
    #navbar li{
        padding-right: calc(15px + 2%);
        font-size: 0.9rem;
    }
    .textus-button{
        font-size: 1rem;
        width: 50px;
    }
    }
  @media only screen and (max-width: 950px) {
    #navbar{
        padding: 0 8% 0 8%;
        width: 84%;
    }
    .ubLink{
        font-size: 1.2rem;
    }

    #WelcomePart{
    height: 75vh;
    }

    #WelcomeText{
        font-size: 2.4rem;
    }

    #prostoWelcomeTag{
        font-size: 1.6rem;
        margin-bottom: 8vh;
    }
    .linkHide950, .textus-button{
        display: none;
    }

    #mobilenavbar{
        display: inline-flex;
        width: 80%;
    }

    #hamCheck{
        display: block;
        z-index: 3;
    }

    #hamburger{
        width: 48px;
        height: 48px;
        cursor: pointer;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        font-size: 1.2rem;
        border: none;
        margin-left: auto;
        margin-right: 0;
    }

    #navbar li{
        padding-right: 0;
    }
    #hamCheck:checked ~ #mobileMenuLinks {
        display: block;
    }
    #hamCheck:checked ~ #hamburger {
        opacity: 0.5;
        display: block;
    }

    #mobileMenuLinks a:hover{
        color: #00CFCF;
    }

    #pdr6v2{
        height: 200px;
    }
    
    #pdr5v2{
        height: 200px;
    }

    #pdv8{
        height: 220px;
        margin-top: 8vh;
    }}

    @media only screen and (max-width: 700px) {
        #WelcomeText{
            font-size: 1.9rem;
        }


        #mobileMenuLinks {
            font-size: 0.9rem;
        }
        .halve{
            width: 82vw;
            text-align: center;
            margin-top: 60px;
        }
        #pdr6v2{
            width: 100%;
        }
        
        #pdr5v2{
            width: 100%;
        }
        .doubleSplit{
            flex-wrap: wrap;
        }
        #prostoWelcomeTag{
            font-size: 1.4rem;
        }
        .questionHeader{
            font-size: 1.6rem;
            width: 95%;
        }
        p{
            font-size: 1.1rem;
        }
        .advantagesDisplay{
            font-size: 1rem;
        }
        .advantagesDisplayChecked{
            margin-top: 5vh;
            font-size: 1rem;
            line-height: normal;
        }
  }
  @media only screen and (max-width: 600px) {
    .ubLink{
        font-size: 1.1rem;
    }
    #pdv8{
        margin-top: 6vh;
        height: 170px;
    }
    .h-35vw{
        height: auto;
        padding-bottom: 8vh;
    }
    .check-icon{
        height:28px;
        width: 28px;
    }
    .pdb-6vh{
        padding-bottom: 6vh;
    }
  }
  @media only screen and (max-width: 380px) {
    p{
        font-size: 1rem;
    }
    .advantagesDisplay{
        font-size: 1rem;
    }
    .advantagesDisplayChecked{
        margin-top: 5vh;
        font-size: 0.8rem;
        line-height: normal;
    }
    #WelcomeText{
        font-size: 1.5rem;
    }
    #prostoWelcomeTag{
        font-size: 1rem;
        margin-bottom: 10vh;
    }
    .advHeader{
        font-weight: 700;
    }
    #hamburger{
        width: 37px;
        height: 37px;
    }
    .questionHeader{
        font-size: 1.4rem;
    }
    .check-icon{
        height:22px;
        width: 22px;
    }
    .pdb-6vh{
        padding-bottom: 4vh;
    }
    .logo-text{
        font-size: 1.5rem !important; 
    }
}

@keyframes fadeInDrop {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

