/*homepage*/
/*homepage*/
/*homepage*/

body {
    background-color: #262626;
    margin: 0;
}

.header {
    background-color: #262626;
    height: 15vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.logo img {
    height: 12vh;
    width: auto;
    object-fit: contain;
}

.header-text-box {
    text-align: center;
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
}

.header-box a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.2s;
}

.text-fade a {
    color: #ccc;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.text-fade a:hover {
    color: white;
}

.header-active a {
    color: white;
}

.socials {
    display: flex;
    flex-direction: row;
    gap: 2vw;
}

.socials i {
    font-size: 24px;
    color: #262626;
}

.hamburger {
    display: none;
    font-size: 30px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}


@media (max-width: 900px) {
    .header {
      justify-content: space-between;
    }
  
    .hamburger {
      display: block;
      z-index: 2;
    }

    .socials {
        display: none;
    }
  
    .header-text-box {
      position: absolute;
      left: 0;
      width: 100%;
      background-color: #262626;
      flex-direction: column;
      align-items: center;
      padding: 20px 0;
      gap: 13vh;
      
      opacity: 0;
      transform: translateY(40px);
      pointer-events: none;
      visibility: hidden;
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
  
    .header-text-box {
      top: 30vh;
    }
  
    .header-text-box.active {
      opacity: 1;
      transform: translateY(0);
      pointer-events: all;
      visibility: visible;
    }
  
    #main-content.hidden {
      display: none;
    }

    .hidden {
        display: none;
    }
}

.body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-text {
    font-family: 'Figtree', sans-serif;
    font-weight: bolder;
    color:white;
}

.footer-text {
    font-family: 'Figtree', sans-serif;
    font-weight: normal;
    color:white;
}

.footer-text-gray {
    color:#ccc;    
}

.no-margin {
    margin: 0;
}

.little-margin {
    margin: 1vh 0;
}

.more-margin {
    margin: 1.21vh 0;
}

.evenmore-margin {
    margin: 2.1vh 0;
}


.footer-text-hover {
    font-family: 'Figtree', sans-serif;
    font-weight: normal;
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-text-hover:hover {
    color: white;
}

.footer-text-hover a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-text-hover a:hover {
    color: white;
}

.background-video {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.background-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.foreground-image {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60vh;
    max-width: 90vw;
    width: auto;
    object-fit: contain;
}

.transition-one {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    left: 0%;
    width: 100vw;
}

@media (max-width: 900px) {
    .foreground-image {
        height: 78vw;
    }

    .background-video {
        height: 120vw;
    }
}



.background-button {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1.5vh 3vw;
    border-radius: 1vh;
    background-color:rgba(199, 105, 43, 0.76);
    color: white;
    text-align: center;
    transition: background-color 0.8s, color 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-size: 120%;
}

.background-button:hover {
    background-color: rgb(199, 105, 43);
    color: white;
}

@media (max-width: 600px) {
    .background-button {
        font-size: 90%;
    }
}

@media (max-width: 450px) {
    .background-button {
        font-size: 70%;
    }
}

.transition img {
    width: 100vw;
    height: 159px;
    object-fit: cover;
    margin-bottom: -5px;
    margin-top: -8.2vw;
    position: relative;
    z-index: 100;
}

.homepage-part {
    margin: -1px 0;
    position: relative;
    z-index: 1;
}

.homepage-part-one {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    padding: 15vh 0;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    color: #262626;
    padding-bottom: 20vh;
}

.homepage-image-one img {
    height: 30vw;
    border-radius: 1.5vw;
}

.homepage-text-title-one img {
    height: 8vw;
}

.homepage-text-title-one {
    padding: 8vh 0;
}

.homepage-image-text-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 65%;
}

.homepage-button-text {
    font-size: xx-large;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
}

.homepage-text-one {
    font-size: 40px;
}

.homepage-button {
    padding: 0 5vw;
    border-radius: 1.5vh;
    background-color: #ffffff;
    border: 2px solid rgb(30, 142, 207);
    color: rgb(30, 142, 207);
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.homepage-button-one {
    margin-top: 5vw;
}

.homepage-button:hover {
    background-color: rgb(30, 142, 207);
    color: white;
}

.image img {
    max-width: 100%;
}

.homepage-part-two {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(199, 105, 43);
    padding: 20vh 0;
    padding-bottom: 30vh;
}

.homepage-image-two img {
    height: 30vw;
    border-radius: 2.5vh;
}

.homepage-text-title-two img {
    height: 15vw;
}

.homepage-image-text-two {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 70%;
}

.homepage-text-box-two {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage-button-two {
    padding: 0 5vw;
    border-radius: 1.5vh;
    margin-top: 5vw;
    background-color: rgb(199, 105, 43);
    border: 2px solid white;
    color: white;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.homepage-button-two:hover {
    background-color: white;
    color: rgb(199, 105, 43);
}

.homepage-part-three {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(30, 142, 207);
    padding: 15vh 0;
    padding-bottom: 25vh;
}

.homepage-image-three {
    position: relative;
}

.homepage-slide-image-wrapper {
    overflow: hidden;
    border-radius: 1.5vw;
    position: relative;
    cursor: pointer;
}

.homepage-slide-image-wrapper img {
    height: 30vw;
    width: 55vw;
}

.homepage-image-three img {
    position: absolute;
    top: 0;
    left: 0;
    width: 55vw;
    height: 30vw;
    border-radius: 1.5vw;
    object-fit: cover;
    opacity: 0;
    z-index: 0;
    transition: opacity 0.3s ease, transform 0.5s ease;
}

.homepage-image-three img.active {
    position: relative;
    opacity: 1;
    z-index: 1;
    transition: opacity 0.3s ease;
}

.slide-in-right {
  animation: slideInRight 0.5s forwards;
}
.slide-in-left {
  animation: slideInLeft 0.5s forwards;
}

.slide-out-left {
  animation: slideOutLeft 0.5s forwards;
}
.slide-out-right {
  animation: slideOutRight 0.5s forwards;
}

@keyframes slideInRight {
  from { transform: translateX(100%); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutLeft {
  from { transform: translateX(0); }
  to   { transform: translateX(-100%); }
}

@keyframes slideInLeft {
  from { transform: translateX(-100%); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutRight {
  from { transform: translateX(0); }
  to   { transform: translateX(100%); }
}

.circle-button-left {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    height: 5vw;
    width: 5vw;
    background-color: #ffffff;
    color: #3a3a3a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: color 0.5s;
}

.circle-button-right {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    height: 5vw;
    width: 5vw;
    background-color: #ffffff;
    color: #3a3a3a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    transition: color 0.5s;
}

.circle-button-left,
.circle-button-right {
    z-index: 10;
    font-size: 30px;
}

.circle-button-left:hover, .circle-button-right:hover {
    color: rgb(30, 142, 207);
    font-size: 35px;
}

@media (max-width: 1500px) {
    .circle-button-left, .circle-button-right {
        font-size: 25px;
    }

    .circle-button-left:hover, .circle-button-right:hover {
        font-size: 30px;
    }
}

@media (max-width: 1350px) {
    .homepage-button-text {
        font-size: x-large;
    }
}

@media (max-width: 950px) {
    .circle-button-left, .circle-button-right {
        font-size: 21px;
    }

    .circle-button-left:hover, .circle-button-right:hover {
        font-size: 25px;
    }
}

@media (max-width: 860px) {
    .homepage-button-text {
        font-size: x-large;
    }

    .homepage-text-title-one img {
        height: 11vw;
    }

    .homepage-image-one img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .homepage-image-text-two {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .homepage-text-title-two {
        order: 1;
    }

    .homepage-image-two {
        order: 2;
    }

    .homepage-button-two {
        order: 3;
    }

    .homepage-text-box-two {
        display: contents;
    }

    .homepage-image-two {
        width: 75vw;
        aspect-ratio: 3 / 2;
        overflow: hidden;
        position: relative;
        margin: 5vw 0;
    }

    .homepage-text-title-two img {
        height: 25vw;
    }

    .homepage-image-two img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

@media (max-width: 620px) {
    .circle-button-left, .circle-button-right {
        font-size: 17px;
    }

    .circle-button-left:hover, .circle-button-right:hover {
        font-size: 20px;
    }
}

@media (max-width: 550px) {
    .homepage-button-text {
        font-size: large;
    }
}

@media (max-width: 420px) {
    .homepage-button-text {
        font-size: medium;
    }

    .circle-button-left, .circle-button-right {
        font-size: 12px;
    }

    .circle-button-left:hover, .circle-button-right:hover {
        font-size: 15px;
    }
}

.homepage-three-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.6vw;
    margin-top: 1vw;
}

.dot {
  height: 0.5vw;
  width: 0.5vw;
  background-color: #ccc;
  border-radius: 50%;
  display: inline-block;
  transition: 
    background-color 0.7s ease,
    transform 0.7s ease;
  cursor: pointer;
}

.dot.active {
  height: 0.75vw;
  width: 0.75vw;
  background-color: white;
  transform: scale(1.4);
}


.homepage-text-title-three img {
    height: 5vw;
    margin-bottom: 5vw;
}

.homepage-image-text-three {
    display: flex;
    align-items: center;
    flex-direction: column;
}

@media(max-width: 1200px) {
    .homepage-text-title-three img {
        height: 7vw;
    }

    .homepage-slide-image-wrapper img {
        width: 66vw;
        height: 36vw;
    }

    .circle-button-right, .circle-button-left {
        height: 7vw;
        width: 7vw;
    }

    .dot.active {
        height: 1vw;
        width: 1vw;
    }

    .dot {
        height: 0.75vw;
        width: 0.75vw;
    }

    .homepage-three-dots {
        gap: 0.8vw;
    }
}

@media(max-width: 700px) {
    .homepage-text-title-three img {
        height: 8vw;
    }

    .homepage-slide-image-wrapper img {
        width: 77vw;
        height: 42vw;
    }

    .circle-button-right, .circle-button-left {
        height: 8vw;
        width: 8vw;
    }

    .dot.active {
        height: 2vw;
        width: 2vw;
    }

    .dot {
        height: 1.5vw;
        width: 1.5vw;
    }

    .homepage-three-dots {
        gap: 1.2vw;
    }
}

.homepage-text-box-three {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage-button-three {
    padding: 0 6vw;
    border-radius: 1.5vh;
    margin-top: 5vw;
    background-color: rgb(30, 142, 207);
    border: 2px solid white;
    color: white;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.homepage-button-three:hover {
    background-color: white;
    color: rgb(30, 142, 207);
}

.homepage-part-four {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:#3a3a3a;
    padding: 10vh 0;
    padding-bottom: 15vh;
}

.homepage-image-four iframe {
    height: 23vw;
    aspect-ratio: 16/9;
}

.homepage-text-title-four img {
    height: 10vw;
}

.homepage-image-text-four {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.homepage-four-content {
    margin: 1.5vw 0;
}

.homepage-text-box-four {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage-button-four {
    padding: 0 6vw;
    border-radius: 1.5vh;
    background-color: #3a3a3a;
    border: 2px solid rgb(30, 142, 207);
    color: rgb(30, 142, 207);
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.homepage-button-four:hover {
    background-color: rgb(30, 142, 207);
    color: white;
}

@media(max-width: 1500px) {
    .homepage-image-four iframe {
        height: 30vw;
    }

    .homepage-text-title-four img {
        height: 15vw;
    }
}

@media(max-width: 1200px) {
    .homepage-image-four iframe {
        height: 40vw;
    }

    .homepage-text-title-four img {
        height: 20vw;
    }
}

.text {
    color: white;
    font-family: 'Figtree', sans-serif;
    font-weight: 600;
    font-size: x-large;
}

.part-three {
    background-color: white;
    width: 100%;
    margin-top: -5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 110vh;
    gap: 100px;
}

@media (max-width: 900px) {
   .part-one, .part-two, .part-three {
      height: 90vh;
   }
}

.part-three-content {
    width: 30%;
}

.part-three-text {
    font-family:Arial, Helvetica, sans-serif;
    color:black;
    font-weight: bolder;
    font-size: 100px;
    text-align: center;
}

.footer-up {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-up-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    height: 230px;
    width: 22.5%;
    margin-top: 60px;
}

.footer-up-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.footer-logo {
    height: 119px;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.footer-logo img {
    height: 80px;
    width: auto;
    object-fit: contain;
}

.footer-one-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 111px;
}

.footer-three-text, .footer-four-text {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    height: 153px;
}

@media (max-width: 1250px) {
    .footer-up-content {
        width: 45%;
    }
}

@media (max-width: 600px) {
    .footer-up-content {
        width: 90%;
    }
}

.footer-socials {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.footer-down {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.line {
    height: 1px;
    width: 70%;
    background-color: rgb(184, 184, 184);
    margin-top: 100px;
}

.footer-copyright {
    text-align: center;
    color: rgb(201, 201, 201);
}

.below-line-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 70%;
}

@media (max-width: 460px) {
    .below-line-text {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 70%;
        font-size: small;
    }
}

.title {
    display: flex;
    height: 70vh;
    background-color: #ffffff;
    justify-content: center;
    max-width: 100vw;
}

.title-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-image img {
    height: 80vh;
    max-width: 95vw;
    width: auto;
    object-fit: contain;
}

/*e-shop*/
/*e-shop*/
/*e-shop*/

.e-shop-title {
    background-image: url(images/e-shop-background.png);
}

.e-shop-content {
    padding: 15vh 0;
    padding-bottom: 20vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.e-shop-width-one, .e-shop-width-two {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 65%;
    justify-content: center;
}

.e-shop-book-image img {
    height: 40vh;
}

.e-shop-one {
    background-color: #3a3a3a;
    display: flex;
    flex-direction: column;
}

.e-shop-two {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
}

.e-shop-book-content {
    margin: 8vh;
}

.book-text-one {
    font-family: 'Figtree', sans-serif;
    font-weight: normal;
    color:white;
    margin-top: 5vh;
    text-align: justify;
    hyphens: auto;
    font-size: 18px;
}

.e-shop-book-title-one {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: 55px;
    color:white;
}

.e-shop-book-author-one {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: xx-large;
    color:white;
}

.e-shop-book-price-one {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: larger;
    color:white;
}

.book-text-two {
    font-family: 'Figtree', sans-serif;
    font-weight: normal;
    color:#262626;
    margin-top: 5vh;
    text-align: justify;
    hyphens: auto;
    font-size: 18px;
}

.e-shop-book-title-two {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: 55px;
    color:#262626;
}

.e-shop-book-author-two {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: xx-large;
    color:#262626;
}

.e-shop-book-price-two {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: larger;
    color:#262626;
}

.little-margin-book {
    margin-top: 1vh;
    margin-bottom: 1vh;
}

.e-shop-order-one {
    padding: 0 6vw;
    border-radius: 1.5vh;
    background-color: #3a3a3a;
    border: 2px solid rgb(30, 142, 207);
    color: rgb(30, 142, 207);
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.e-shop-order-one:hover {
    background-color: rgb(30, 142, 207);
    color: white;
}

.e-shop-order-two {
    padding: 0 6vw;
    border-radius: 1.5vh;
    margin-top: 3vw;
    background-color: #ffffff;
    border: 2px solid rgb(30, 142, 207);
    color: rgb(30, 142, 207);
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.e-shop-order-two:hover {
    background-color: rgb(30, 142, 207);
    color: white;
}

@media (max-width: 1600px) {
    .e-shop-book-title-one, .e-shop-book-title-two {
        font-size: xx-large;
    }

    .e-shop-book-author-one, .e-shop-book-author-two {
        font-size: x-large;
    }

    .book-text-one, .book-text-two {
        font-size: large;
    } 
}

@media (max-width: 1300px) {
    .e-shop-width-two {
        display: flex;
        flex-direction: column-reverse;
    }

    .e-shop-width-one {
        display: flex;
        flex-direction: column;
    }

    .e-shop-book-content {
        margin: 2vh;
    }
}

@media (max-width: 850px) {
    .e-shop-book-image img {
        height: 30vh;
    }

    .e-shop-book-title-one, .e-shop-book-title-two {
        font-size: x-large;
    }

    .e-shop-book-author-one, .e-shop-book-author-two {
        font-size: large;
    }

    .book-text-one, .book-text-two {
        font-size: medium;
    }

    .title {
        height: 45vh;
    }
}

.order-zprava {
    margin-bottom: -3px;
}

.order-title {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: large;
    color:white; 
}

.order-text {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: medium;
    color:#262626;
}

.order-text-white {
    color: white;
    font-family: 'Figtree', sans-serif;
    font-size: medium;
    font-weight: bold;
}

.order-tiny-box {
    height: 50px;
    width: 25px;
    border-radius: 0;
    text-align: center;
}

.order-small-box {
    height: 35px;
    width: 605px;
    max-width: 80vw;
}

.order-smaller-box {
    height: 35px;
    width: 294px;
    max-width: 39vw;
}

.order-big-box {
    height: 80px;
    width: 607px;
    max-width: 80vw;
}

.name-surname {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.order-book {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.order-book-content {
    margin: 0 0.8vh;
}

.order {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-color: #3a3a3a;
    padding-left: 5vw;
    padding-right: 5vw;
}

.custom-checkbox input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    height: 24px;
    aspect-ratio: 1/1;
    border: 2px solid #555;
    border-radius: 4px;
    margin-right: 8px;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    transition: background-color 0.2s, border-color 0.2s;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #262626 !important;
}

.custom-checkbox input[type="checkbox"]:checked {
    background-color: rgb(30, 142, 207);
    border-color: rgb(30, 142, 207);
}

.custom-checkbox input[type="checkbox"]:checked::after {
    content: "✔"; /* or "✔" if you prefer the curlier one */
    color: white;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -45%);
    font-size: 16px;
    line-height: 1;
    pointer-events: none;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    cursor: pointer;
}

.order-tiny-box {
    width: 32px;
    height: 32px;
    font-size: 16px;
    padding: 4px 8px;
    border: 2px solid #555;
    background-color: #f9f9f9;
    color: #333;
    border-radius: 4px; /* set to 0 if you want sharp corners */
    outline: none;
    transition: border-color 0.2s, background-color 0.2s;
}

.order-tiny-box:focus {
    border-color: #4caf50;
    background-color: #fff;
}

.order-tiny-box:disabled {
    background-color: #ddd;
    color: #777;
    cursor: not-allowed;
    border-color: #aaa;
}

.order-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-left: 5vw;
    height: 100%;
}

.order-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 5vw;
    height: 100%;
}

.order-both {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    height: 400px;
}

.order-button {
    padding: 0 6vw;
    border-radius: 1.5vh;
    background-color: #3a3a3a;
    border: 2px solid rgb(30, 142, 207);
    color: rgb(30, 142, 207);
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: x-large;
    margin: 4vh;
}

.order-button:hover {
    background-color: rgb(30, 142, 207);
    color: white;
}

@media (max-width: 1170px) {
    .order-both {
        flex-direction: column-reverse;
        height: 800px;
        align-items: center;
    }

    .order-left, .order-right {
        margin: 20px 0;
    }

    .order-page-title {
        text-align: center;
    }
}

/*o nás*/
/*o nás*/
/*o nás*/

.onas-title {
    background-image: url(images/onas-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.onas-aktivity-content {
    font-family: 'Figtree', sans-serif;
    font-weight: bolder;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.onas-aktivity-content-one {
    background-color: #3a3a3a;
    color:white;
}

.onas-aktivity-content-two {
    background-color: rgb(30, 142, 207);
    color: #ffffff;
}

.onas-aktivity-content-text {
    width: 60%;
    margin: 25vh 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.onas-aktivity-content-text a {
    color: inherit;
    text-decoration: underline;
    font-family: inherit;
}

.page-title {
    font-size: 100px;
    margin-bottom: 5vh;
}

.hyphens {
    hyphens: auto;
}

.page-subtitle {
    font-size: 50px;
}

.page-subsubtitle {
    font-size: 27px;
    font-weight: 600;
}

.page-text {
    font-size: xx-large;
    text-align: justify;
    font-weight: 600;
    hyphens: auto;
}

@media (max-width: 1000px) {
    .page-title {
        font-size: 80px;
        margin-bottom: 5vh;
    }

    .page-subtitle {
        font-size: 40px;
    }

    .page-subsubtitle {
        font-size: 27px;
    }

    .page-text {
        font-size: large;
    }
}

@media (max-width: 550px) {
    .page-title {
        font-size: 60px;
        margin-bottom: 5vh;
    }

    .page-subtitle {
        font-size: 30px;
    }

    .page-subsubtitle {
        font-size: 21px;
    }

    .page-text {
        font-size: medium;
    }
}

@media (max-width: 400px) {
    .page-title {
        font-size: 50px;
        margin-bottom: 5vh;
    }

    .page-subtitle {
        font-size: 25px;
    }

    .page-subsubtitle {
        font-size: 17px;
    }

    .page-text {
        font-size: 15px;
    }
}

@media (max-width: 350px) {
    .page-title {
        font-size: 40px;
    }
}


/*aktivity*/
/*aktivity*/
/*aktivity*/

.click-div {
    cursor: pointer;
}

.aktivity-title {
    background-image: url(images/onas-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.aktivity-foto img {
    height: 39.6vw;
    margin-bottom: -0.3vw;
    max-width: 100vw;
}

.aktivity-content {
    font-family: 'Figtree', sans-serif;
    font-weight: bolder;
    display: flex;
    flex-direction: column;
    padding: 15vh 0;
    margin: -1px 0;
    position: relative;
    z-index: 1;
}

.aktivity-content-two {
    padding: 15vh 0;
    padding-bottom: 20vh;
}

.aktivity-content-three {
    padding: 15vh 0;
    padding-bottom: 25vh;
}

.aktivity-content-four {
    padding: 12vh 0;
    padding-bottom: 25vh;
}

.aktivity-content-one {
    background-color: #3a3a3a;
    color:white;
}

.aktivity-image-text-one {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: end;
}

.aktivity-text {
    margin: 0 7vh;
}

.aktivity-text-title {
    display: flex;
}

.aktivity-text-title img {
    height: 8vw;
    max-width: 100vw;
}

.aktivity-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.aktivity-text-box-one {
    height: 30vw;
}

.aktivity-button-text {
    font-size: xx-large;
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
}

.aktivity-button {
    padding: 0 6vw;
    border-radius: 1.5vh;
    margin-top: 5vw;
    background-color: #3a3a3a;
    border: 2px solid rgb(30, 142, 207);
    color: rgb(30, 142, 207);
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.aktivity-button:hover {
    background-color: rgb(30, 142, 207);
    color: white;
}

.aktivity-transition img {
    width: 100vw;
    height: 120px;
    object-fit: cover;
    margin-bottom: -5px;
    position: relative;
    z-index: 100;
}

.aktivity-transition-orange-white img {
    height: 150px;
}

.aktivity-content-two {
    background-color:rgb(199, 105, 43);
    color:white;
}

.aktivity-image-text-two {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 75%;
}

.aktivity-button-orange {
    padding: 0 6vw;
    border-radius: 1.5vh;
    margin-top: 8vh;
    background-color:rgb(199, 105, 43);
    border: 2px solid white;
    color: white;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.aktivity-button-orange:hover {
    background-color: white;
    color: rgb(199, 105, 43);
}

.aktivity-content-one-size {
    width: 86vw;
    margin-left: 12vw;
}

.aktivity-content-two-size {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aktivity-text-title-two img {
    height: 7vw;
    max-width: 100vw;
    margin-bottom: 4vw;
}

.aktivity-image-two img {
    height: 23.76vw;
    margin: 0 4vw;
}

.aktivity-content-three {
    background-color: #ffffff;
    color:#262626;
}

.aktivity-image-text-three {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    width: 70%;
}

.aktivity-text-title-three img {
    height: 13vw;
}

.aktivity-button-three {
    padding: 0 6vw;
    border-radius: 1.5vh;
    margin-top: 3vw;
    background-color: #ffffff;
    border: 2px solid rgb(30, 142, 207);
    color: rgb(30, 142, 207);
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.aktivity-content-three-size {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.aktivity-text-box-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.aktivity-content-four {
    background-color:rgb(30, 142, 207);
    color:white;
}

.aktivity-image-text-four {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    width: 70%;
}

.aktivity-button-blue {
    padding: 0 6vw;
    border-radius: 1.5vh;
    margin-top: 3vw;
    background-color:rgb(30, 142, 207);
    border: 2px solid white;
    color: white;
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}

.aktivity-button-blue:hover {
    background-color: white;
    color: rgb(30, 142, 207);
}

.aktivity-content-four-size {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.aktivity-text-title-four img {
    height: 15vw;
    max-width: 100vw;
}

.aktivity-content-five {
    background-color: #3a3a3a;
    color:white;
    padding-top: 12vh;
}

.aktivity-image-text-five {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 75%;
}

.aktivity-content-five-size {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.aktivity-text {
    font-size: xx-large;
    text-align: justify;
    hyphens: auto;
}

@media (max-width: 1350px) {
    .aktivity-text {
        font-size: x-large;
    }

    .aktivity-button-text {
        font-size: x-large;
    }
}

@media (max-width: 1115px) {
    .aktivity-text {
        font-size: large;
    }
}

.aktivity-děti-1 {
    display: block;
}

.aktivity-děti-2 {
    display: none;
}

@media (max-width: 860px) {
    .aktivity-děti-2 {
        display: block;
    }

    .aktivity-děti-1 {
        display: none;
    }

    .aktivity-content-one {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .aktivity-content-one-size {
        margin: 0;
    }

    .aktivity-image-text-one {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .aktivity-text-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .aktivity-image-one {
        width: 80vw;
        aspect-ratio: 3 / 2;
        overflow: hidden;
        position: relative;
    }

    .aktivity-image-one img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .aktivity-image-two {
        width: 60vw;
        overflow: hidden;
        position: relative;
        margin: 5vw 0;
    }

    .aktivity-image-two img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        margin: 0;
    }

    .aktivity-text-title img {
        height: 18vw;
    }

    .aktivity-text-title-two img {
        height: 22vw;
    }

    .aktivity-text {
        font-size: x-large;
        margin: 0;
    }

    .aktivity-button-text {
        font-size: x-large;
    }

    .aktivity-text-box-one {
        height: auto;
        width: 80vw;
        margin-top: 5vw;
    }

    .aktivity-text-one {
        margin: 0;
    }

    .aktivity-image-text-two {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .aktivity-image-text-three {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .aktivity-text-title-three {
        order: 1;
    }

    .aktivity-image-three {
        order: 2;
    }

    .aktivity-button-three {
        order: 3;
    }

    .aktivity-text-box-three {
        display: contents;
    }

    .aktivity-image-three {
        width: 75vw;
        aspect-ratio: 3 / 2;
        overflow: hidden;
        position: relative;
        margin: 5vw 0;
    }

    .aktivity-text-title-three img {
        height: 25vw;
    }

    .aktivity-image-three img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }

    .aktivity-image-text-four {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .aktivity-text-title-four {
        order: 1;
    }

    .aktivity-image-four {
        order: 2;
    }

    .aktivity-button-blue {
        order: 3;
    }

    .aktivity-text-box-four {
        display: contents;
    }
    

    .aktivity-image-four {
        width: 75vw;
        aspect-ratio: 3 / 2;
        overflow: hidden;
        position: relative;
        margin: 5vw 0;
    }

    .aktivity-text-title-four img {
        height: 25vw;
    }

    .aktivity-image-four img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
    }
}

@media (max-width: 550px) {
    .aktivity-text {
        font-size: large;
        text-align: center;
    }

    .aktivity-button-text {
        font-size: large;
    }

    .aktivity-button-one {
        padding: 0 10vw;
        border-radius: 1.5vh;
        margin-top: 5vw;
        background-color: #3a3a3a;
        border: 2px solid rgb(30, 142, 207);
        color: rgb(30, 142, 207);
        text-align: center;
        transition: background-color 0.3s, color 0.3s;
        cursor: pointer;
    }

    .aktivity-button-three {
        font-size: large;
    }
}


@media (max-width: 420px) {
    .aktivity-button-text {
        font-size: medium;
    }
}

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

/*KONTAKT
/*KONTAKT
/*KONTAKT*/

.kontakt {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 15vh 0;
    padding-bottom: 32vh;
    background-color: #3a3a3a;
}

.kontakt-title, .order-page-title {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: 80px;
    color:white; 
}

.kontakt-text {
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: larger;
    color:white; 
}

.kontakt-left, .kontakt-right {
    display: flex;
    flex-direction: column;
    margin: 0 5vw;
}

.kontakt-button {
    display: inline-block;
    border-radius: 1.5vh;
    background-color: #3a3a3a;
    border: 2px solid rgb(30, 142, 207);
    color: rgb(30, 142, 207);
    text-align: center;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
    font-family: 'Figtree', sans-serif;
    font-weight: bold;
    font-size: x-large;
}

.kontakt-button:hover {
    background-color: rgb(30, 142, 207);
    color: white;
}

@media (max-width: 1260px) {
    .kontakt {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .kontakt-text {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .kontakt-left {
        margin-bottom: 8vw;
    }
}

@media(max-width: 520px) {
    .kontakt-title, .order-page-title {
        font-size: 70px;
    }
}

@media(max-width: 460px) {
    .name-surname {
        display: flex;
        flex-direction: column;
    }

    .order-smaller-box {
        height: 35px;
        width: 607px;
        max-width: 80vw;
    }

    .kontakt-left {
        justify-content: center;
        align-items: baseline;
        margin-left: 8vw
    }

    .kontakt-text {
        flex-direction: column;
        width: 80vw;
        font-size: large;
    }

    .kontakt-title, .order-page-title {
        font-size: 60px;
    }

    .order-both {
        height: 1000px;
    }
}

@media(max-width: 370px) {
    .kontakt-title, .order-page-title {
        font-size: 50px;
    }
}

@media(max-width: 340px) {
    .kontakt-title, .order-page-title {
        font-size: 40px;
    }
}

.one-text-content {
    padding: 15vh 0;
    padding-bottom: 30vh;
    min-height: 40vh;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


/*CHCI přijít
/*CHCI přijít
/*CHCI přijít
*/

.chciprijit-content-four {
    font-family: 'Figtree', sans-serif;
    font-weight: bolder;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    height: 70vh;
    background-color: #3a3a3a;
    padding-top: 20vh;
}

.chciprijit-four-left {
    width: 30vw;
}

.chciprijit-four-right {
    width: 30vw;
    font-size: xx-large;
}

.chciprijit-line {
    height: 1px;
    background-color: white;
}

.faq-question {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-text {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    font-weight: 500;
    font-size: x-large;
}

.faq-item.active .faq-text {
    max-height: 500px;
}

.faq-icon {
    font-size: 50px;
    font-weight: 100;
    transition: transform 0.4s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.chciprijit-title {
    background-image: url(images/chciprijit.png);
    height: 130vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.chciprijit-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.chciprijit-title-image img {
    max-width: 95vw;
    width: auto;
    object-fit: contain;
}

.chciprijit-title-transition {
    position: absolute;
    bottom: 0;
    margin-bottom: 0px;
    left: 0%;
    width: 100vw;
    max-width: 100%;
}

.chciprijit-title-image {
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 80vh;
    max-width: 90vw;
    width: auto;
    object-fit: contain;
}

#map {
    height: 35vh;
    width: 25vw;
    border-radius: 2.5vh;
}

.chciprijit-content-one {
    font-family: 'Figtree', sans-serif;
    font-weight: bolder;
    display: flex;
    justify-content: center;
    color: white;
    background-color: #262626;
    margin-top: -1px;
    position: relative;
    padding: 18vh 0;
}


.chciprijit-content-one-left img {
    height: 58vh;
    aspect-ratio: 1/1;
    border-radius: 1.4vw;
}

.chciprijit-content-one-right img {
    height: 58vh;
    aspect-ratio: 1/1;
    border-radius: 1.4vw;
}

.chciprijit-content-one-size {
    width: 65vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.chciprijit-content-one-down {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.chciprijit-content-two {
    font-family: 'Figtree', sans-serif;
    font-weight: bolder;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    background-color: #3a3a3a;
    margin-top: -1px;
    position: relative;
    padding: 25vh 0;
}

.chciprijit-content-two-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chciprijit-content-two-right img {
    height: 80vh;
    border-radius: 1.4vw;
}

.chciprijit-content-two-size {
    width: 70vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 1480px) {
    .chciprijit-content-two {
        height: auto;
        padding: 17vh 0;
    }

    .chciprijit-content-two-size {
        flex-direction: column;
        align-items: center;
    }

    .chciprijit-content-two-left {
        display: flex;
        flex-direction: column;
    }

    .chciprijit-content-two-right {
        display: none;
    }

    #map {
        margin-top: 3vh;
        width: 100%;
    }
}

.chciprijit-content-three {
    font-family: 'Figtree', sans-serif;
    font-weight: bolder;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    height: 60vh;
    background-color: rgb(199, 105, 43);
    margin-top: -1px;
    position: relative;
    padding: 25vh 0;
}

.chciprijit-three-title img {
    height: 20vh;
}

.chciprijit-content-three-right {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
}

.chciprijit-content-three-right-down {
    height: 40vh;
    display: flex;
    flex-direction: column;
    align-items: right;
    justify-content: center;
}

.chciprijit-content-three-left img {
    height: 60vh;
    aspect-ratio: 10/11;
    border-radius: 1.4vw;
}

.chciprijit-content-three-size {
    width: 65vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.download {
    color: white;
    text-decoration: underline;
    text-align: center;
}