

  .main {
    width: 100%;
   
    background-color: #ffffff00;
  }
.navigation{
  margin: auto ;
  position: relative;
  width: 95%;
  float: left;
}

  .navbar .navbar-brand {
    font-size: 30px;
  }
  .navbar .nav-item {
    padding: 10px 20px;
  }
  .navbar .nav-link {
    color: rgb(255, 255, 255);
    margin-left: 10px;
    margin-top: 50px;
    font-weight: 600;
    font-size: 20px;
    transition: 0.3s;
  }
  .navbar .nav-link:hover {color: #2F4858}
  .fa-bars {
    color: #ffffff;
    font-size: 30px;
  }
  .navbar .navbar-toggler {
    float: right;
    margin-top: 8px;
    background-color: #2F4858;
  }
  .logo{
    position: absolute;
    width: 300px;
  }
.contact{
    padding: 13px 19px;
    margin-top:50px !important ;
    margin-left:120px !important ; 
    margin-right:50px !important ;
    text-align: center;
    border-radius: 40px;
    color: white !important;
    width: 172px;
    height: 53px;
    background-color: #2F4858;
    font-size: 20px !important;
    transition: 0.3s;
    text-decoration: none;
  }
  @media only screen and (max-width: 1882px) {
    .contact{
        padding: 13px 19px;
        margin-top:50px !important ;
        margin-left:70px !important ; 
        margin-right:50px !important ;
        text-align: center;
        border-radius: 40px;
        color: white !important;
        width: 172px;
        height: 53px;
        background-color: #2F4858;
        font-size: 20px !important;
        transition: 0.3s;
        text-decoration: none;
      }
  }
  @media only screen and (min-width: 1200px) {
    .hiden{
        display: none;
      }
  }
  @media only screen and (max-width: 1508px) {
    .contact{
        padding: 13px 19px;
        margin-top:50px !important ;
        margin-left:50px !important ; 
        margin-right:0px !important ;
        text-align: center;
        border-radius: 40px;
        color: white !important;
        width: 172px;
        height: 53px;
        background-color: #2F4858;
        font-size: 20px !important;
        transition: 0.3s;
        text-decoration: none;
      }
      .navbar .nav-item {
        padding: 10px 10px;
      }
  }
  .contact:hover {background-color: #1d587c}
  .navbar {
    z-index:98;
  }
  @media only screen and (max-width: 1199px) {
    .contact {
        display:none;
      }
      .navbar-toggler {
        position: relative;
        z-index: 2;
        float: right;
        margin-top: 8px;
      }
      .navbar-collapse {
        position: absolute;
        z-index: 1;
        top: -10px;
        right: -2.5%;
        width: 110%;
        height: 400px;
        border:none;
        border-radius: 0 0 10px 10px;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        transform: translateY(-120%);
        transition: transform 0.2s ease-in-out;
      }
      .navbar-collapse.show {
        transform: translateY(0);
      }
      .navbar .nav-link {
        color: rgba(47, 72, 88, 1);
        margin: auto;
        margin-top: 0px;
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        transition: 0.3s;
        padding: 0;
      }
      .navbar .nav-item {
        padding: 0px 10px;
      }
      .active {
        margin-top: 100px;
      }
      .underline-one{
        margin: auto;
        width: 80px;
        height: 6px;
        background-color:#FFD335;
        margin-bottom: 30px;
      }
      .underline-two{
        margin: auto;
        width: 110px;
        height: 6px;
        background-color:#FFD335;
        margin-bottom: 30px;
      }
      .underline-three{
        margin: auto;
        width: 120px;
        height: 6px;
        background-color:#FFD335;
        margin-bottom: 30px;
      }
      .underline-for{
        margin: auto;
        width: 100px;
        height: 6px;
        background-color:#FFD335;
        margin-bottom: 30px;
      }

  }

  .navbar-two {
    left: 0;
    margin-left: 0 !important;
    position: fixed;
    top: -50px; /* Nastaví počáteční pozici navbaru mimo zobrazení */
    width: 100%;
    height: 75px;
    background-color: white;
    box-shadow: 3px 1px 15px #494949;
    padding: 0 22px;
    z-index: 99;
    visibility: hidden; /* Navbar je na začátku skrytý */
    transition: 0.3s ease-in-out;
  }

  #navbar-two-logo {
    position: absolute;
    top: 5px;
    width: 120px;
  }
  .navbar-two > div {
    height: 75px;
    display: flex;
    justify-content: space-between;
    justify-items: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }



  @media only screen and (max-width: 1000px) {
    .navbar-two-computer {
      display: none !important;
    }
    .navbar-two-mobile {
      display: block !important;
    }
    .navbar-two {
      padding: 0 0;
      margin-right: 5px;
      margin-left: 5px;
    }
  }
  .navbar-two.visible {
    top: 0; /* Přesune navbar na výchozí pozici (0px od horního okraje) */

  }
  .ul-two {
    margin: 0;
    padding: 0;
    display-style: none;
  }
  .li-two {
    margin-top: 3px;
    float: right;

  }
  
  .li-two:hover {
    background-color: #333333;
    font-weight: 500;
  }
  .nav-link-two{
    float: right;
    width: 100px;
    color: white;
    text-align: center; 
    padding: 10px 0;
    text-decoration: none;
  }
  .nav-link-two:hover {
    color: #00790e;
  }
  @media (max-width: 800px) {
    .ul-two {
      display: block;
      margin: auto;
      width: 330px;

    }
    .nav-link-two{
      float: left;
      width: 82px;
      color: white;
      font-size: 15px;
      text-align: center; 
      padding: 10px 0;
      text-decoration: none;
    }
}