@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreams.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreamsItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreamsBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Caviar Dreams';
    src: url('fonts/CaviarDreamsBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

body,
html {
    font-family: 'Caviar Dreams', sans-serif !important ;
    margin: 0;
    padding: 0;

}

*{
    font-family: 'Caviar Dreams', sans-serif !important ;
}

a {
    color: black;
    text-decoration: none;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-image: url('media/menu-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    padding: 10px 20px;
}

.logo {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 25px;
}

.logo:hover {
    cursor: pointer;
}

.logo img {
    margin-right: 10px;
}

.nav {
    display: flex;
    list-style: none;
    padding: 0;
    z-index: 1000;
    font-size: 18px;
    font-weight: 500;
}

.nav li {
    margin-right: 20px;
}

.nav a {
    color: black;
    text-decoration: none;
    padding: 10px;
    transition: background 0.3s;
    font-family: 'Caviar Dreams', sans-serif !important ;
}

@media (max-width: 485px) {
    .logo-text {
        display: none;
    }
}


.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #444;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background-image: url('media/menu-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dropdown-content a:hover {
    background-color: #575757;

}

.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;

}


.menu-toggle .bar {
    height: 3px;
    width: 25px;
    background-color: black;
    margin: 3px 0;
    transition: all 0.3s;
}

.menu-toggle.is-active .bar:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .nav {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        /* background-color: #333; */
        background-image: url('media/menu-background.png');
        /* background-size: cover; */
        background-position: center;
        /* background-repeat: repeat; */
        padding: 0;
    }

    .nav.active {
        display: flex;
    }

    .nav li {
        margin: 0;
        padding: 10px 0;
    }

    .menu-toggle {
        display: flex;
    }
}

.my-carousel img {
    height: 45vh;
    object-fit: cover;
}

.content {
    max-width: 1200px;
    margin: auto;
    /* padding: 50px 0px; */
    font-family: 'Caviar Dreams', sans-serif !important ;
}

/* About us */

.about-us {
    /* background: linear-gradient(135deg, #e0f7fa, #e1bee7); Prelaz pastelnih boja */
    padding: 0 20px;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Caviar Dreams', sans-serif !important ;
    color: #333;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); Blagi sjenka efekat */

}

.about-us .container {
    /* max-width: 1000px; */
    /* margin: 0 auto; */
    text-align: center;
    background-color: #fff;
    padding: 50px 0;
    /* border-radius: 15px; Zaobljeni uglovi */
}





.about-us p {
    font-size: 20px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 25px;
    transition: color 0.3s ease;
    /* Efekat prelaska boje */
    text-align: justify;
}

.about-us p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .about-us h2 {
        font-size: 32px;
    }

    .about-us p {
        font-size: 18px;
    }
}

/* Šta nas izdvaja od drugih sekcija */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


.background-section {
    background-image: url('media/2.jpg');
    /* Zamenite sa pravom putanjom do vaše slike */
    background-size: cover;
    background-attachment: fixed;
    /* Fiksira sliku pri skrolovanju */
    background-position: center;
    height: 30vh;
    /* Visina sekcije */
    display: flex;
    align-items: center;
    /* Poravnanje sadržaja po vertikali */
    padding: 20px;
}


.content-back {
    display: flex;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    align-items: center;
    justify-content: center;
}


/* Šta nas itdvaja od drugih  */


.image-text-section {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    /* Raspoređuje slike levo, tekst desno */
    /* padding: 20px; */
    align-items: center;
    max-width: 1200px;
    margin: auto;
}

.images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* Dve kolone slika */
    grid-gap: 10px;
    /* Razmak između slika */
    width: 50%;
    /* Slike zauzimaju 50% širine */
}

.image-item img {
    width: 100%;
    /* Slike su 100% širine svojih kontejnera */
    height: auto;
    /* Automatska visina kako bi slike zadržale proporcije */

    object-fit: cover;
    /* Slike se lepo prilagođavaju */
}

.text-content {
    width: 45%;
    /* Tekst zauzima 45% širine */
    padding-left: 20px;
    text-align: justify;
}

.text-content h2 {
    margin-bottom: 15px;
}

.text-content p {
    margin-bottom: 10px;
    font-family: 'Caviar Dreams', sans-serif !important ;
    font-size: 18px;
}

/* Responzivnost */
@media (max-width: 768px) {
    .image-text-section {
        flex-direction: column;
        /* Na manjim ekranima slike i tekst idu jedno ispod drugog */
    }

    .images,
    .text-content {
        width: 100%;
        /* Slike i tekst zauzimaju celu širinu */
    }

    .text-content {
        padding-left: 0;
        margin-top: 20px;
        /* Razmak između slika i teksta na manjim ekranima */
    }
}


/* Ponude */
.accordion-wrapper {
    max-width: 1200px;
    margin: auto;
}

.accordion-row {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    font-size: 20px;
    text-align: justify;
}

.accordion-img {
    width: 100% !important;
    height: auto !important;
}

.accordion-col {
    font-family: 'Caviar Dreams', sans-serif !important ;
}


.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    /* Prostor za srce */
}

.custom-list li::before {
    content: "\2661";
    /* Unicode za prazno srce */
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #ff69b4;
    /* Roza boja za srce */
}


/* Galerija */
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    padding: 10px;
    margin-bottom: 30px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 50px;
}

.gallery-item {
    flex: 1 1 calc(24% - 20px);
    /* 25% za 4 slike po redu */
    margin: 10px;
    height: 200px;
    /* Fiksna visina za slike */
    overflow: hidden;
    /* Sakriva dio slike koji izlazi izvan okvira */
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Održava proporcionalne dimenzije slike */
    display: block;
    cursor: pointer;
    /* border-radius: 8px; */
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    max-width: 90%;
    max-height: 80%;
    margin: auto;
    display: block;
    position: relative;
    /* Omogućava pozicioniranje unutar modala */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Pomak u odnosu na sredinu */
    margin-left: 0;
    object-fit: contain;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
}

.next {
    right: 0;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Footer */
.footer {
    /* background-color: #333; */
    background-image: url('media/menu-background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: black;
    padding: 40px 20px;
    text-align: center;
}

.container-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.footer-column {
    flex: 1 1 30%;
    margin: 10px;
}

.footer-logo {
    max-width: 150px;
    height: auto;
}

.footer-title h3 {
    font-size: 20px;
    color: #ff69b4;
    /* Roza nijansa */
    margin-bottom: 10px;
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.social-icon {
    width: 30px;
    /* Podešavanje veličine ikona */
    height: 30px;
    margin: 0 10px;
    /* Razmak između ikona */
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: scale(1.1);
    /* Uvećanje ikona na hover */
}

.footer-contact ul {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin: 10px 0;
}

.footer-contact a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    transition: color 0.3s;
    color: black;
}

.footer-contact a:hover {
    color: #ff69b4;
    /* Roza nijansa na hover */
}

/* Responzivnost za manje uređaje */
@media (max-width: 768px) {
    .container-footer {
        flex-direction: column;
        text-align: center;
    }

    .footer-column {
        flex: 1 1 100%;
        margin: 10px 0;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .social-icons {
        margin: 15px 0;
    }
}

/* Naslov */
.headings {
    border-top: 2px solid #A37D88;
    ;
    border-bottom: 2px solid #A37D88;
    ;
    color: #EBCD5F !important;
    padding: 10px 0;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #41BEEB;
    /* Lijepa ljubičasta boja */
    margin-bottom: 40px;
    position: relative;
    /* text-transform: uppercase; */
    font-family: 'Caviar Dreams', sans-serif !important ;

}

.headings-wrapper {
    max-width: 1200px;
    margin: auto;
    margin: 50px auto;
}

.special-paragraph {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    line-height: 1.8;
    color: #4a4a4a;
    text-align: justify;
    padding: 20px;
    margin: 20px 0;
    background-color: #f9f9f9;
    border-left: 5px solid #ff69b4;
    /* Neobičan ukrasni border s lijeve strane */
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.accordion-button {
    font-weight: 500 !important;
    font-size: 20px;
}

.accordion-button:focus {
    box-shadow: none;
}

.footer-contact {
    /* font-weight: 600; */
}

.footer h3 {
    color: black;
    /* font-weight: 600; */
}