

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 400;
    font-style: normal;
    font-optical-sizing: auto;
    /* This text is in Candara */
	font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}

body{
    background: rgb(239, 239, 239);
    font-family: Candara,Calibri,Segoe,Segoe UI,Optima,Arial,sans-serif; 
}

a, a:hover {
    text-decoration: none;
}

.top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px;
    background: rgb(57, 35, 62);
}

.top-bar span {
    color: rgb(239, 239, 239);
}

.top-bar ul {
    list-style: none;
    display: flex;

}

.top-bar li {
    margin: 0px 5px;
}

.top-bar a {
    color: rgb(239, 239, 239);
}

.top-bar a:hover {
    color: rgb(255, 191, 0)
}

.top-bar-contact span{
    padding: 0 10px;
}

nav {
    background: rgb(255, 191, 0);
    padding: 5px 20px;
    display: flex;
    align-items: center;
}

nav a {
    color: rgb(57, 35, 62);
    font-weight: bolder;
}

nav a:hover {
    color: rgb(57, 35, 62);
}

.logo_1 {
    flex: 1; 
    display: flex;
}

.logo a {
    /* display: flex; */
    align-items: center;
    font-size: 30px;
}

.logo a:hover {
    color: rgb(239, 239, 239);
}

.menu #target a {
    background: rgb(57, 35, 62);
    border-radius: 5px;
    color: rgb(239, 239, 239);
}

.menu #target a:hover {
    background: rgb(239, 239, 239);
    border-radius: 5px;
    color: rgb(57, 35, 62);
}


.logo img {
    width: 180px;
    margin-left: 50px;
    margin-top: 10px;
}

.logo_1 {
    float: left;
    align-items: center;
    margin-left: 30px;
    margin-top: 20px;
}

.logo_1 img {
    height: 50px;
}

.menu {
    display: flex;
    align-items: center;
    list-style: none;

}

.menu li {
    padding: 15px 10px;
    font-size: 18px;
    text-transform: uppercase;
}

.menu li a {
    padding: 5px;
    font-weight: bolder;
}

.menu li a:hover {
    background-color: rgb(57, 35, 62);
    color: rgb(239, 239, 239);
    border-radius: 3px;
}

.toggle {
    font-size: 30px;
    display: none;
}
  

/* Navigation menu */
/* nav {
    position: relative;
    width: 100%;
    line-height: 0px;
    background: rgb(255, 191, 0);
    z-index: 1;
}

nav .wrapper {
    background: rgb(255, 191, 0);
    padding: 10px 10px;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper .logo {
    left :300px;
}

.wrapper .logo img {
    height: 130px;
    cursor: pointer;
}

.wrapper .nav-links {
    display: inline-flex;
}

.nav-links li {
    list-style: none;
    padding: 10px;
    
}

.nav-links li a {
    color: rgb(239, 239, 239);
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 10px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.nav-links li a:hover {
    background: rgb(239, 239, 239);
    color: rgb(57, 35, 62);  

}

.nav-links li#plati_active a {
    background: rgb(239, 239, 239);
    color: rgb(57, 35, 62);
}

.nav-links li#plati_active a {
    background: rgb(57, 35, 62);
    color: rgb(239, 239, 239)
}

.nav-links li#plati_active a:hover {
    background: rgb(239, 239, 239);
    color: rgb(57, 35, 62); 
}

.wrapper .btn {
    color: rgb(239, 239, 239);
    font-size: 20px;
    cursor: pointer;
    display: none;

}

.wrapper .btn.cancel-btn{
    position: absolute;
    right: 30px;
    top: 10px;
}

#menu-btn, #cancel-btn {
    display: none;
} */
/* End navigation menu */

.about-us-content {
    max-width: 1400px;
    margin: 100px auto 0 auto;
    text-align: center;
    /* justify-content: center; */

}

.about-us-content h2 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 50px;

}

.about-us-content p {
    font-size: 17px;
    color: gray;
}
    img {
    display: block;
    max-width: 100%;
  }
  
  main {
    display: flex;
    flex-wrap: nowrap;
    place-items: center;
    min-height: 100vh;
    max-width: 1200px;
    margin: 0 auto;  
  }


  img {
    display: block;
    max-width: 100%;
  }
  
  main {
    display: grid;
    place-items: center;
    min-height: 100vh;
    padding: 10px;   
  }

  .image-container_main {
    display: flex;
    margin: 0 auto;
  }
  
  .container, .container_2 {
    display: grid;
    place-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    --position: 50%;
    margin: 10px 10px;
  }
  
  .image-container, .image-container_2 {
    max-width: 800px;
    max-height: 70vh;
    aspect-ratio: 1/1;
  }
  
  .slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  
  .image-before {
    position: absolute;
    inset: 0;
    width: var(--position);
    filter: grayscale(100%)
  }
  
  .slider,  .slider_2 {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
    /* for Firefox */
    width: 100%;
    height: 100%;
  }
  
  .slider:focus-visible ~ .slider-button
  .slider_2:focus-visible ~ .slider-button  {
    outline: 5px solid black;
    outline-offset: 3px;
  }
  
  .slider-line {
    position: absolute;
    inset: 0;
    width: .2rem;
    height: 100%;
    background-color: #fff;
    /* z-index: 10; */
    left: var(--position);
    transform: translateX(-50%);
    pointer-events: none;
  }
  
  .slider-button {
    position: absolute;
    background-color: #fff;
    color: black;
    padding: .5rem;
    border-radius: 100vw;
    display: grid;
    place-items: center;
    top: 50%;
    left: var(--position);
    transform: translate(-50%, -50%);
    pointer-events: none;
    /* z-index: 100; */
    box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
  }

  
@keyframes slideInLeft {
    from {
        transform: translateX(-300px);
    }

    to {
        transform: translateX(0);
    }
}

.about-content-text_1,
.about_content_img_2 {
    animation-name: slideInLeft;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-timeline: view();
    animation-range: entry 0;
    /* transform: translateX(-150px); */
}

@keyframes slideInRight {
    from {
        transform: translateX(300px);
    }

    to {
        transform: translateX(0);
    }
}


.about_content_img,
.about-content-text_2
 {
    animation-name: slideInRight;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-timeline: view();
    animation-range: entry 0%;
    /* transform: translateX(-150px); */
}

  .about-uslugi {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    margin: 2rem auto;
  }

  .about-uslugi h2 {
    font-weight: bolder;
  }

  .about-uslugi p {
    color: #333;
  }

.about-us_content{
    max-width: 1500px;
    margin: 2rem auto;
}

.about-us-nav {
    font-size: 17px;
    padding: 10px;
}

.about-us-nav ul {
    list-style: none;
    display: flex;
    padding: 10px;
}

.about-us-nav ul li {
    margin: 0 auto;
}

.about-us-nav ul li a {
    text-decoration: none;
    font-weight: bolder;
    color: #333;
}

.about-us-nav ul li a:hover {
    color: rgb(57, 35, 62);;
}

#about-content_1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    margin: 2rem auto;

}

#about-content_1 .about-content-text_1 {
    width: 40%;
    text-align: justify;
    margin-top: 150px;
}

.about-content-text_1 h2 {
    font-weight: bold;
    margin-bottom: 50px;
}

.about-content-text_1 p {
    color: #333;
    font-weight: bold;
}

.about_content_1_list li {
    font-weight: bold;
    list-style:none;
    color: #333;
}

.about_content_img {
    width: 50%;
    padding: 20px;
    margin: 0 auto;
}

.about_content_img img {
    width: 100%;
    height: 400px;
    border-radius: 10px;

}
/* vtora sekcija */

#about-content_2 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
}
#about-content_2 .about-content-text_2 {
    width: 40%;
    text-align: justify;
    margin-top: 150px;
    padding: 20px;
}
.about-content-text_2 h2 {
    font-weight: bold;
    margin-bottom: 50px;

}
.about-content-text_2 p {
    color: #333;
    font-weight: bold;
}
.about_content_2_list li {
    font-weight: bold;
    list-style: none;
    color: #333;
}
.about_content_img_2 {
    width: 50%;
}
.about_content_img_2 img {
    width: 100%;
    height: 400px;
    border-radius: 10px;
}
.about-info {
    width: 100%;
    position: relative;
    text-align: center;
    color: rgb(239, 239, 239);;
    margin-top: 2rem;

}

.about-info img{
    width: 100%;
    height: 500px;
}

.about-info p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    font-weight: bolder;
    color: #000;
}

.counter-up {
    background: url(../img/home.jpg) no-repeat;
    min-height: 50vh;
    display: flex;
    align-items: center;
    padding: 0 50px;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.counter-up::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.8)
}

.counter-up .content {
    position: relative;
    z-index: 2;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.content .box {
    width: calc(25% - 30px);
    border: 1px dashed rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    color: #fff;
    flex-direction: column;
    border-radius: 5px;
}

.content .box .icon {
    font-size: 48px;
    color: #e6e6e6;
}

.content .box .counter {
    font-size: 50px;
    color: #f2f2f2;
    font-weight: 500;
    font-family: sans-serif;
}

.content .box .text {
    color: #ccc;
    font-weight: 400;
}



/*Footer*/
footer {
    position: relative;
    width: 100%;
    background: rgb(255, 191, 0);
    /* align-items: flex-end; */
    min-height: 100px;
    padding: 20px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 150px;
}

footer .social_icon,
footer .menu {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

footer .social_icon li,
footer .menu li
 {
    list-style: none;
}

footer .social_icon li a {
    font-size: 2em;
    color: rgb(57, 35, 62);
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
}

footer .social_icon li a:hover {
    transform: translateY(-10px);
}

footer .menu li a {
    font-size: 1.2em;
    color: rgb(57, 35, 62);
    margin: 0 10px;
    display: inline-block;
    transition: 0.5s;
    text-decoration: none;
    opacity: 0.75;
}

footer .menu li a:hover {
    opacity: 1;
}

footer p {
    color: rgb(57, 35, 62);
    text-align: center;
    margin: 15px 0;
    font-size: 1.1em;
}

footer .wave {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url("../img/wave_zolto.png");
    background-size: 1000px 100px;
}

footer .wave#wave1 {
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWave 4s linear infinite;
}

footer .wave#wave2 {
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animateWave_02 4s linear infinite;
}

footer .wave#wave3 {
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWave 3s linear infinite;
}

footer .wave#wave4 {
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animateWave_02 3s linear infinite;
}

@keyframes animateWave {
    0% {
        background-position-x: 1000px ;
    }
    100% {
        background-position-x: 0px ;
    }
}

@keyframes animateWave_02 {
    0% {
        background-position-x: 0px ;
    }
    100% {
        background-position-x: 1000px ;
    }
}


@media(max-width: 1190px){

    nav {
        display: block;
        position: relative;
        padding: 15px 20px;
    }

    .menu {
        margin-top: 15px;
        display: none;
    }

    .menu.active, .toggle {
        display: block;
    }
    .top-bar .top-bar-contact span{
        display: block;
    }
    
    .toggle {
        position: absolute;
        top: 15px;
        right: 20px;
    }

    .logo img {
        width: 200px;
        margin-left: 10px;
    }

    .logo img {
        width: 200px;
        margin-left: 10px;
    }
    .logo_1 {
        display: none;

    }
    

    main .image-container_main{
        display: block;
    }
    .about-uslugi {
        width: 100%;
        text-align: center;
    }

    .about-us-nav ul {
        display: block;
    }

    .about-us-nav ul li {
        margin: 15px 10px;
        text-align: center;
        /* align-items: jus; */
    }

    .about-us-nav ul li:hover {
        background: rgb(255, 191, 0);
        border-radius: 10px;
    }

    #about-content_1,
    #about-content_2 {
        /* width: 100%; */
        display: flex;
        flex-direction: column;
    }

    #about-content_1 .about-content-text_1,
    #about-content_2 .about-content-text_2 {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        order: 0;
    }

    .about_content_img,
    .about_content_img_2 {
        width: 100%;
        order: 1;
    }

    .about-info .about-info-text {
        width: 100%;
    }

    .about-info .about-info-text p {
        font-size: 13px;
        text-align: center;
        font-weight: bold;
    }

    .counter-up {
        padding: 50px 50px 0 50px;
        display: block;
    }

    .content .box {
        width: 100%;
        margin-bottom: 20px;

    }

    
.about-content-text_1,
.about_content_img_2,
.about_content_img,
.about-content-text_2
 {
    animation-name: slideInLeft;
    animation-duration: 1.5s;
    animation-timing-function: ease-in;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-timeline: view();
    animation-range: entry 0%;
    /* transform: translateX(-150px); */
}



    footer {
        margin-top: 150px;
        /* background: #2e2e2e; */
    }
 footer .menu li {
       width: 100%;
       margin: 0px auto;
    }

    .menu li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
footer .wave {
    /* background-color: #333; */
    z-index: -99999;
}

footer .wave#wave4 {
    z-index: -1001;
  
}
footer .wave#wave1 {
    z-index: -1001;
  
}
footer .wave#wave2 {
    z-index: -1001;
  
}
footer .wave#wave3 {
    z-index: -1001;
}



}