/* ===================================
    About
====================================== */

/*
    Theme Name: MegaOne
    Theme URI:
    Author: 
    Author URI:
    Description: One Page Parallax Template
    Tags: one page, multipurpose, parallax, creative, html5

 */

/* ===================================
    Table of Content
====================================== */


/*  - Fonts
    - General
    - Fonts
    - Social Icon Hover
    - Header And Navigation
    - Slider
    - About
    - Team
    - Portfolio
    - Price
    - Parallax
    - Testimonial
    - Client
    - Blog
    - Contact
    - Map
    - Footer
    - Loader
    - Media Queries   */


/* ===================================
    Google font
====================================== */

/* ===================================
    .CSS sve u vezi slika za  listanje 
     na stranici standalone.html
====================================== */


    /* Dodajte stilove prema potrebi */
    .swiper-container {
        width: 100%;
        margin: auto;
        overflow: hidden;
        margin-top: 10px;
    }

    .swiper-wrapper {
        display: flex;
        gap: 20px;
        /* justify-content: center; */
    }

    .swiper-slide {
        width: 33.33%;
        text-align: center;
    }

    img {
        max-width: 100%;
        height: auto;
        transition: transform 0.3s ease-in-out;
    }

    .swiper-button-prev {
        right: 10px;
        transform: translateX(10px); /* Dodajte ovaj red kako biste pomakli strelicu udesno */
    }

    .swiper-slide:hover img {
        transform: scale(1.2);
    }
    
    .swiper-slide:hover::before {
        opacity: 1;
    }