a {
    cursor: pointer;
}

.flex {
    display:flex;
    align-items: center;
    gap:10px;
}
.slick-initialized .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ds-title-paragraph p {
    color: #292c2e;
    margin:5px 0;
    text-align: justify;
}
.page-width {
    max-width: 1170px;
    margin:auto;
}

#mujheader {
    position: fixed;
    width: 100%;
    padding:10px;
    z-index: 200;
}
.headerlogo {
    display:flex;
    gap:20px;
    align-items: center;
    justify-content: start;
    color:#33c;
}

.logo img {
    width:100%;
}
.logo {
    width:80px;
    transition: 0.25s;
}
.logo:hover {
    transform: scale(1.05) rotate(8deg);
    transition: 0.25s;
}

.mujheadercontent {
    display:flex;
    align-items: center;
    justify-content:  space-between;
}

.headerlist {
    display:flex;
    justify-content: center;
    gap:25px;
    align-items: center;
}

header {
    background-image: url("/static/img/bg.png");
    background-position: right; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain; /* Resize the background image to cover the entire container */
}

.anchor {
    position: relative;
    width: 100px;
    top:-150px;
}

.klienti {
    align-items: top;
}
.klienti img {
    display: block;
    margin:auto;
    max-height: 70px;
}

.zaobleny {
    border-radius: 10px;
}

.button {
    background-color: #33c;
    height: 60px;
    line-height: 60px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 25px;
    border:none;
    transition:0.25s;
}
.button:hover {
    background-color: #33adff;
    transition:0.1s;
}


@media screen and (max-width: 990px) {
    header {
        background-image: none;
    }
    .ds-title {
        text-align: center;
    }
    .ds-buttons {
        text-align: center;
    }
}

@media screen and (max-width: 700px) {
    #prihlasittext {
        display:none;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 15px;
}

.grid-item {
    height: 350px;
}

/* Screen size less than 900px: 2 columns */
@media (max-width: 950px) {
    .grid-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Screen size less than 750px: 1 column */
@media (max-width: 750px) {
    .grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
}

.error {
    color:rgb(204, 51, 51);
}

.progress-container {
   
  }
  
  
  .progress-bar {
    margin:auto;
    position: relative;
    width: 350px;
    height: 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .progress-level {
    float: left;
    height: 100%;
    width: 25%;
    border-right: 1px solid #d8d9db;
  }
  
  .progress-level[data-level="1"] {
    background-color: #33c;
  }
  
  .progress-level[data-level="2"] {
    background-color: #33c;
  }
  
  .progress-level[data-level="3"] {
    background-color: #33c;
  }
  
  .progress-level[data-level="4"] {
    background-color: #33c;
    border-right: none;
  }
  
  #progress-icon {
    font-size: 1.5em;
    color: #33c;
  }

  #limit {
    margin-top:90px;
  }

.form-text {
    color:#737c85;
}

.input-field {
    width: 100%;
    padding: 10px;
    margin: 5px 0;
    box-sizing: border-box;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    resize: none;

}

.form-container {
    display: flex;
    gap: 20px;
}

.half-width {
    flex: 1;
}

@media (max-width: 750px) {
    .form-container {
        flex-direction: column;
        gap:0;
    }
}

#institution-name {
    display: none;
}

.buyer-type-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    margin: 10px 0;
    align-items: center;
}

/* Custom radio button styles */
.radio-button {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

.radio-button input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.radio-button:hover input ~ .checkmark {
    background-color: #ccc;
}

.radio-button input:checked ~ .checkmark {
    background-color: #33c;
    border: 1px solid #33c;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radio-button input:checked ~ .checkmark:after {
    display: block;
}

.radio-button .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

select {
    padding: 10px 12px;

    font-size: 16px;
    border: none;
    width: 200px;
    border-radius: 20px;
    background-color: #fff;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.icon {
    font-size: 12px;
        color: #33c;
        margin-left: -24px;
        pointer-events: none;
}
.dropdown-container {
    margin: 5px 0;
    position: relative;
        display: inline-flex;
        align-items: center;
}

.disclaimer {
    display:flex;
    align-items: center;
    color:#ffc42e;
    justify-content: center;
    gap:15px;
}
.disclaimer i {
    color:#ffc42e;
    font-size: 20px;
}
#disclaimertext {
    margin:0;
}


.ds-title h1 {
    font-size: 5.3rem;
}

.headerlogo h1 {
    font-size: 3rem;
}

@media (max-width: 750px) {
    .disclaimer {
        flex-direction: column;
    }
    .headerlogo h1 {
        font-size: 2.6rem;
    }
    .logo {
        width: 70px;
    }
}

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

.language-form select {
    width: 100%;
    font-size: 1.5rem;
    padding:10px;
    text-align: center;
    border: 1px solid #f2f3f7;
    border-radius: 10px;
}

.flexlanguage {
    gap:30px;
}

.pricing {
    display:flex;
    justify-content: stretch;
    align-items: stretch;
}
.pricing > div > * {
    height: 100%;
}

.flexbottomdivide {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (max-width: 1000px) {
    .pricing { 
        flex-direction: column;
    }
}
@media (max-width: 750px) {

    #language-form {
        display: none;
    }
    .language-form {
        margin:auto;
    }
}

.shadow {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}



.gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    align-items: center;
  }

  .image-container {
    text-align: center;
    border-radius: 4px;
    
  }

  .image-container img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    border: 2px solid #e1e2e6;
    transition:0.25s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .image-container img:hover {
    transform: scale(1.02);
  }

  @media (max-width: 768px) {
    .gallery {
      grid-template-columns: 1fr;
    }
  }

.limitaceschopnosti {
    display: flex;
    justify-content: space-around;
    margin: 20px auto;
}


.sdlistcontainer {
    flex: 1;
    margin: 20px;
    background-color: #ffffff;
    padding: 20px 40px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.limitaceschopnosti h3 {
    font-size: 1.5em;
}
.sdlistcontainer ul {
    list-style: none;
    padding: 0;
  }

  .sdlistcontainer li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.sdlistcontainer i {
    color: #4caf50;
    margin-right: 8px;
}
.redd i {
    color:red;
}
@media (max-width: 768px) {
    .klienti {
        flex-direction: column;
    }
    .limitaceschopnosti {
     flex-direction: column;
    }
  }

  .zoomable {
    touch-action: auto;
  }
  .zoomable img {
    touch-action: auto;
  }
    

.logodongshit {
    font-size: small;
    text-align: center;
}

.jagger {
    height:120px;width: 250px;display:flex;flex-direction:column;justify-content:space-between;

}

.heavylink {
    color:black;
    text-decoration: underline;
    font-weight: bold;
}

.original-price {
    text-decoration: line-through;
    color: grey;
    font-size: 18px;
}

.discount-price {
    font-size: 20px;
    font-weight: bold;
}

#timer {
    color: grey;
    
}

#time {
    margin-top:0;
}
.countdown {
    text-align: center;
    padding:0;
}
