@font-face {
    font-family: 'Moderat';
    src: local('Moderat Mono Medium'), local('Moderat-Mono-Regular'),
        url('Moderat-Mono-Medium.woff2') format('woff2'),
        url('Moderat-Mono-Medium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

html, body {
    position:relative; 
    margin: 0;
    background-color: #FFFCF4;
    font-family: 'Moderat';
    overflow-x: hidden;
}
h1 {
    font-size: 48px;
}
#top-bar {
    width: 100vw;
    height: 7.75rem;
}
#top-bar img {
    height: 4.6875rem;
    width: 12rem;
    margin-left: 10vw;
    margin-top: 1.75rem;
}
#top-kontakt {
    float: right;
    margin-top: 2rem;
    margin-right: calc(10vw - 1rem);
    padding: 1rem;
}

#top-kontakt {
    color: #596CFF;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#top-bar p {
    margin: 0;
}
#top-kontakt:hover {
    color:#565D4A;
    text-decoration-color: #565D4A;
}

#head-block {
    width: 100vw;
    aspect-ratio: 1.77777;
    min-height: 20rem;
    position: relative;
}
#crop-block {
    overflow: hidden;
    width: 100vw;
    aspect-ratio: 1.77777;
    min-height: 20rem;
    position: absolute;
}

#head-block img, #img-txt-phone-one, #img-txt-phone-two, #img-txt-phone-three {
    display: none;
}

#head-block video, #head-block img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    min-height: 20rem;
    width: auto;
    overflow: hidden;
}

.gradient {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 20rem;
    z-index: 100;
    position: absolute;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 60%);
}

#head-block h1 {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #FFFCF4;
    z-index: 101;
    margin-left: 10vw;
    margin-bottom: 22.5rem;
    max-width: 28ch;
}

#cta {
    margin-left: 10vw;
    width: 384px;
    height: 92px;
    background-color: #596CFF;
    position: absolute;
    z-index: 101;
    margin-bottom: 185px;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: background-color 0.2s;
    color: #FFFCF4;
}
#cta:hover {
    background-color: #565D4A;
}
#cta:active {
    background-color: #FFFCF4;
    color: #596CFF;
}

#cta p {
    margin-top: 2.05rem;
}
p {
    font-size: 24px;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome, Edge, Opera and Firefox */
  }

#text-one {
    margin-left: 10vw;
    margin-right: 10vw;
    width: 80vw;
    max-width: 70ch;
    margin-top: 9rem;
}

#text-one p {
    font-size: 24px;
    height: auto;
}

#img-txt-one {
    margin-left: 10vw;
    margin-top: 9rem;
}

#img-txt-one img {
    width: calc(80vw / 3 * 2);
}
#img-txt-one p {
    width: calc((80vw / 3) - 1rem );
    display: inline-block;
    margin-left: 1rem;
    max-width: 35ch;
}
#txt-img-two {
    margin-left: 10vw;
    margin-top: 6rem;
    position: relative;
    height: calc(80vw / 2.2 * 1.5);
    margin-bottom: 7rem;
}
#txt-img-two img {
    width: calc(80vw / 2.2);
    height: auto;
    position: absolute;
    right: 10vw;
}
#txt-img-two p {
    width: calc((80vw / 2.2 ) - 1rem);
    right: calc(10vw + (80vw / 2.2)) ;
    position: absolute;
    margin-right: 1rem;
    bottom: 0rem;
    display: inline-block;
    max-width: 35ch;
    margin-bottom: 0;
}

#img-txt-three, #img-txt-phone-one {
    margin-left: 10vw;
    margin-top: 6rem;
    position: relative;
    height: calc(80vw / 2.2 * 1.5);
    margin-bottom: 9rem;
}

#img-txt-three img, #img-txt-phone-one img {
    width: calc((80vw / 2.2) - 1rem);
    height: auto;
    position: absolute;
}

#img-txt-three p, #img-txt-phone-one p {
    width: calc((80vw / 2.2 ) - 1rem);
    left: calc(80vw / 2.2);
    position: absolute;
    margin-left: 1rem;
    bottom: 0rem;
    display: inline-block;
    max-width: 35ch;
    margin-bottom: 0;
}

#img-img-four {
    position: relative;
    padding-bottom: 8rem;
    height: calc(80vw / 2.2 * 1.5 + 50rem);
}

#img-img-four img {
    width: calc(80vw / 2.2);
    position: absolute;
    right: 10vw;
}
#shower {
    position: relative;
    height: auto;
}
#shower p {
    height: auto;
    top: calc(80vw / 2.2 * 1.5);
    position: absolute;
    right: calc(10vw + (80vw / 2.2) - 35ch);
    max-width: 35ch;
}

#img-img-four video {
    width: calc(80vw / 3);
    height: auto;
    position: absolute;
    left: 10vw;
}
#krb {
    position: relative;
    top: 47rem;
}
#krb p {
    width: calc(80vw / 3);
    height: auto;
    top: calc(80vw / 3 * 1.78);
    position: absolute;
    left: 10vw;
    max-width: 35ch;
    padding-bottom: 10rem;
}
#napsali {
    margin-left: 10vw;
}
#napsali p {
    max-width: 31ch;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2.5rem;
}
#napsali>div>div {
    background-color: #596CFF;
    float: left;
    color: #FFFCF4;
}
#rev-two {
    position: relative;
    top: 22rem;
    margin-bottom: 5rem;
}
#napsali-one {
    position: relative;
}

#ctatwo {
    width: 384px;
    height: 92px;
    background-color: #596CFF;
    z-index: 101;
    bottom: 0;
    margin-left: 4rem;
    right: 10vw;
    text-align: center;
    transition: background-color 0.2s;
    color: #FFFCF4;
}
#ctatwo:hover {
    background-color: #565D4A;
}
#ctatwo:active {
    background-color: #FFFCF4;
    color: #596CFF;
}

#vyberte h1 {
    padding-bottom: 1.25rem;
}

#ctatwo p {
    padding-top: 2.1rem;
}
#vyberte {
    background-color: #FFFFFF;
    margin-left: 10vw;
    margin-right: 10vw;
    padding-top: 4rem;
    padding-bottom: 7.25rem;
    margin-bottom: 15rem;
}
#vyberte>* {
    margin-left: 4rem;
}
#faq {
    margin-left: 10vw;
    max-width: 61rem;
    margin-bottom: 8rem;
}
#faq p {
    margin-top: -0.5rem;
    max-width: 75ch;
}
#faq h3 {
    font-size: 24px;
}
h3 {
    margin-top: 4rem;
    font-size: 24px;
    color: #596CFF;
}
#footer {
    background-color: #565D4A;
    padding-top: 1rem;
    padding-bottom: 8rem;
    margin-top: -2px;
}
#footer>* {
    margin-left: 5rem;
}
#footer, #footer h3, #footer a {
    color: #FFFCF4;
    text-decoration: none;
}
#footer a, #ig {
    transition: text-decoration-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
#footer a:hover, #ig:hover {
    color: #596CFF;
    text-decoration-color: #596CFF;
;
}
#lift {
    cursor: pointer;
    height: 8rem;
}
#lift svg {
    position: absolute;
    right: 10vw;
    padding: 2rem 0;
}
#socials h3 {
    display: inline-block;
    padding-right: 8rem;
    margin-bottom: 1.5rem;
}
#review-block {
    margin-left: 10vw;
    margin-right: calc(10vw - 5rem);
    margin-bottom: 5rem;
    clear: both;
    display: table;
}

#review-block>div {
    width: calc((80vw / 3) - 1.7rem);
    max-width: 32rem;
    margin-right: 2.5rem;
    position: relative;
    float: left;
}

#review-block p {
    background-color: #596CFF;
    color: #FFFCF4;
    padding: 1.5rem;
    padding-bottom: 4rem;
    margin-bottom: 0;
}
.bubble-box {
    width: 0;
    height: 0;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
    border-top: 2rem solid #596CFF;
    margin-top: -0.7px;
}
#review-two p {
    padding-bottom: 2rem;
}
#review-two {
    margin-top: 20rem;
}
#second-bubble {
    position: absolute;
    right: 0;
}
#review-four, .fourofour {
    margin-left: 10vw;
}

.fourofour {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

#review-five {
    margin-top: 8rem;
}


#map {
    height: 33vw; /* Adjust the height as needed */
    width: 100vw; /* Adjust the width as needed */

    margin-bottom: -1rem;
  }
.obchodnipodminky {
    margin-left: 10vw;
    margin-right: 10vw;
    padding-bottom: 5rem;
    padding-top: 5rem;
}
.obchodnipodminky > * {
    max-width: 75ch;
}

#cookies {
    display: none;
    width: 100vw;
    background-color: #565D4A;
    color: #FFFCF4;
    padding: 3rem 0;
    position: fixed;
    bottom: 0;
    z-index: 1000;
}
#cookies h3 {
    color: #FFFCF4;
    font-size: 24px;
    margin-top: 0;
}
#cookies p {
    font-size: 18px !important;
    padding-top: 0.125rem;
}

#cookies-container>p {
    margin-right: 2rem;
    max-width: 55ch;
    margin-bottom: 2rem;
}

.souhlas-cookies {
    background-color: #596CFF;
}

.info-cookies p, .souhlas-cookies p {
    margin: 0.75rem 1rem;
}

.info-cookies p {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.souhlas-cookies, .info-cookies {
    display: inline-block;
    cursor: pointer;
}

#cookies-container, #cookies-nastaveni {
    margin-left: 10vw;
}

#cookies-nastaveni {
    display: none;
}
#form {
    margin-bottom: 3rem;
}


.container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #eee;

    border-radius:20px;
}
.container p {
    margin-left: 1.5rem;
    position: relative;
    top: 0.5rem;
}
#cookies label {
    margin: 1.75rem auto;
}
/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #596CFF;
    border: #FFFCF4 4px solid;
    width: calc(2.5rem - 8px);
    height: calc(2.5rem - 8px);
}

#technicke {
    background-color: #525252 !important;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

#vyberte a:visited {    
    color: none;
}

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

    #krb {
        position: relative;
        top: calc(46vw / 2.2 * 1.5)
    }

    #shower p {
        left: calc(100vw - (80vw / 2.2) - 10vw);
        max-width: 31ch;
    }

    #faq h3 {
        font-size: 14px;
    }
/*     #img-txt-phone-three, #img-txt-phone-two, #img-txt-phone-one {
        display: block;
    } */
    #cta, #ctatwo {
        z-index: 100;
        margin-bottom: -2rem;
        margin-left: 5rem;
        width: 12rem;
        height: 4rem;
    }
    #text-one {
        width: calc(100vw - 10rem);
        margin-top: 3.75rem;
        margin-bottom: 3.5rem;
    }
    #text-one p, p {
        font-size: 14px;
    }
    #cta p {
        margin-top: 1.45rem;
        font-size: 16px;
    }
    #ctatwo p {
        padding-top: 1.45rem;
        font-size: 16px !important;
    }
    #head-block h1 {
        margin-bottom: 8rem;
        max-width: 19ch;
        margin-left: 5rem;
        font-size: 24px;
    }
    #faq, #vyberte, #review-block, #text-one, #img-txt-phone-two, #img-txt-phone-three {
        margin-left: 5rem;
        margin-right: 5rem;
    }

    #cookies-container, #cookies-nastaveni, #img-txt-three, #img-txt-phone-one, .fourofour {
        margin-left: 5rem;
    }
/*     #img-txt-one, #txt-img-two, #krb {
        display: none ;
    } 
    #img-txt-phone-one img, #img-txt-phone-two img, #img-txt-phone-three img, #img-txt-three img, #shower img {
        width: calc((100vw - 10rem) * 0.65);
    }*/
    #img-txt-phone-two p, #img-txt-three p, #img-txt-phone-three p, #img-txt-phone-one p {
        left: 0rem;
        max-width: 23rem;
    }
    #top-bar {
        height: 4.125rem;
    }
    #top-bar p {
        font-size: 14px;
    }
    #top-kontakt {
        margin-top: 0.55rem;
    } 
    #top-bar img {
        height: auto;
        width: 7.75rem;
        margin-top: 0.75rem;
    }
    #img-txt-phone-two {
        margin-top: 2.5rem;
        margin-left: calc(((100vw - 10rem) * 0.35) + 5rem);
    }
    #img-txt-phone-two p, #img-txt-phone-three p, #img-txt-three p {
        width: calc((100vw - 10rem) * 0.65 );
        position: relative;
        margin-left: 0;
    }
    #img-txt-phone-three p, #img-txt-phone-one p {
        width: calc((100vw - 10rem) * 0.65 );
        position: relative;
    }
    #img-txt-phone-one img, #img-txt-three img {
        position: relative;
        /*margin-right: 10vw;*/
    }
    #txt-img-two img {
        right: 5rem;
    }
    #txt-img-two p {
        /*left: 5rem;*/
        right: calc(5rem + (80vw / 2.2));
    }
    #img-txt-one {
        margin-left: 5rem;
    }
    #img-img-four {
        position: relative;
        padding-bottom: 3.75rem;
        height: calc((100vw - 10rem) + 5rem);
    }
    #shower img #img-txt-two {
        right: 5rem;
    }
    #img-txt-three {
       margin-top: 2.5rem;
    }
    h1 {
        font-size: 24px;
    }
    #review-block>div {
        width: 20rem;
    }
    #review-two {
        margin-top: 0rem;
        margin-right: 0;
    }
    #review-three {
        margin-top: 2rem;
    }
    #vyberte h1 {
        margin-right: 5rem;
    }
    #vyberte {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    #img-txt-phone-one p {
        margin-left: 0;
    }
    #footer * {
        font-size: 20px;
    }
    #bottom-stuff, #bottom-stuff a {
        font-size: 14px;
    }
    #img-img-four video, #krb p {
        left: 5rem;
    }
}


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

    #review-two {
        margin-left: calc((100vw - 10rem) - 20rem);
    }

}

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

    #review-four, #review-five {
        display: none;
    }
    #review-block {
        margin-top: 5rem;
    }
}

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

    #footer>*, .fourofour, #cookies-container, #cookies-nastaveni {
        margin-left: 1rem;
    }

    #head-block h1, #faq, #vyberte, #review-block, #text-one, #img-txt-phone-two, #img-txt-phone-three, #img-txt-three, #img-txt-phone-one {
        margin-left: 1rem;
        margin-right: 1rem;
    }
    #cta, #ctatwo {
        margin-left: 1rem;
    }
    #head-block h1 {
        bottom: -2rem;
        font-size: 16px !important;
        max-width: 28ch;
    }
    #content-block p, #text-one {
        width: calc(100vw - 3rem);
    }
    #footer p {
        width: 16.5rem;
    }
    #img-txt-phone-one, #img-txt-three {
        height: calc(50vw * 1.5);
    }
    #shower img, #img-txt-phone-one img, #img-txt-three img {
        width: 50vw;
        margin-left: -1rem ;
    }
    #img-txt-phone-two img {
        width: 75vw;
    }
    #review-one, #review-two, #review-three {
        margin-left: -1rem;
    }
    #img-txt-phone-two img {
        margin-left: calc(25vw - 1rem);
    }
    #shower p {
        position: relative;
        left: 2rem;
        top: calc((50vw * 1.5) + 1rem);
    }
    #shower img {
        right: 0;
    }
    #review-block>div {
        margin-right: 0;
    }
    #img-img-four {
        height: calc((100vw - 2rem) + 5rem);
    }
    #img-txt-phone-three {
        height: calc((75vw) * 1.5);
    }
    #img-txt-phone-three img {
        width: 75vw;
        margin-left: -1rem;
    }
    #review-block h1 {
        margin-top: 4rem;
        font-size: 20px !important;
    }
    #vyberte {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 7.25rem;
    }
    #vyberte h1 {
        font-size: 20px !important;
        margin-left: 1rem;
        margin-right: 1rem;
        margin-bottom: -1.5rem;
    }
    #ctatwo p {
        width: auto;
    }
    h3 {
        margin-top: 2rem;
    }
    #fb {
        padding-right: 2rem !important;
    }
    #ig {
        padding-right: 0rem !important;
    }
    #lift svg{
        width: 6rem;
    }
    .gradient {
        width: 100vw;
    }
    #img-txt-one {
        margin-left: 0;
    }
    #img-txt-one img {
        width: 80vw;
    }
    #img-txt-two {
        margin-left: 0;
    }
    #txt-img-two {
        height: calc(50vw * 1.5);
    }
    #txt-img-two img {
        right: 0rem;
        width: 50vw;
    }
    #txt-img-two p {
        position: absolute;
        top: calc(50vw * 1.5);
        left: 40vw;
        max-width: calc(50vw - 1rem);
    }
    #img-txt-three {
        margin-top: 12rem;
    }
    #krb, #krb video {
        left: 0;
    }
    #krb p {
        left: 1rem;
        top: calc(35vw * 1.78);
    }
    #krb video {
        width: 35vw;
    }
    #shower p {
        width: calc(50vw - 0.25rem);
        margin-left: calc(50vw - 2rem);
    }
    #review-block {
        margin-top: 11rem;
    }
    #second-bubble {
        right: 64px;
    }

    #map {
        height: 100vw; /* Adjust the height as needed */
        width: 100vw; /* Adjust the width as needed */
    }

}

a {
    color: #596CFF;
    text-underline-offset: 2px;
}
#vyberte a, #vyberte p {
    text-decoration: none;
}
a:visited:not(#vyberte a) {
    color: #ff9900;
}
.noselect {
    text-decoration: none;
}
.rez_logo {
    display: none;
}