* {
    margin: 0;
    padding: 0;
    font-family: montserrat;
    overflow-x: none;
}

header {
    background-color: #FCD1E4;
}

.heading-section {
    height: 100vh;
}

/*-----NAVBAR------*/

.logo h3 {
    font-family: lora;
    letter-spacing: 1.2px;
    font-weight: 400;
    padding-top: 10px;
}

.main-logo-holder img {
    width: 300px;
}

.navbar ul {
    list-style: none;
    margin-left: auto;
}

.navbar ul li {
    margin-top: 10px;
    padding: 10px;
    display: inline;
}

.Menu-button svg {
    display: none;
}

.navbar ul li a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    letter-spacing: 1.2px;
    position: relative;
}

.navbar ul li a::before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    transition: width 0.3s ease-out;
}

.navbar ul li a:hover::before {
    width: 100%;
}

#overley {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0;
    z-index: 9;
    display: none;
}

.contact-info a {
    color: #000;
    text-decoration: none;
}

.slider {
    top: 250px;
    position: relative;
    width: 600px;
    height: 400px;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-radius: 15px;
}

.slide.active {
    opacity: 1;
}

/*-----HEADING------*/

.about-heading {
    margin-top: 150px;
    margin-bottom: 50px;
}

.about-text-holder {
    margin-bottom: 250px;
}

.heading-text h1 {
    font-family: lora;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 1.3px;
    margin-top: 250px;
}

.heading-btns-holder {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
}

.design-btn a {
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color: #FCD1E4;
    padding: 20px 45px;
    border-radius: 5px;
    font-size: 20px;
    letter-spacing: 1.2px;
    border: #FCD1E4 2px solid;
}

.design-btn a:hover {
    background-color: transparent;
    border: #FCD1E4 2px solid;
    transition: 0.3s ease-in-out;
}

.purple {
    color: #000;
}

.orange {
    color: #000;
}

/*---SIDEBAR---*/

.sidebar {
    position: absolute;
    z-index: 999;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    backdrop-filter: blur(10px);
    background-color: #ffffff3b;
    box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
}

.Menu-button {
    display: none;
    fill: #000;
}

.sidebar ul {
    list-style: none;
    margin-top: 150px;
    margin-left: 370px;
    text-align: center;
}

.sidebar ul li {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.sidebar ul li a {
    width: 100%;
    color: #000;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    position: relative;
    font-family: playfair display;
    font-style: italic;
}

/* .hideOnMobile {
    display: none;
} */


.card-img img {
    width: 100%;
    border-radius: 8px;
}

.show-holder {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

#toggleButton {
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    background-color: transparent;
    border: 2px solid #000;
    border-radius: 5px;
}

#animatedDiv {
    display: none;
    margin-top: 20px;
}

.categories-section {
    width: 80%;
    /* Adjust this to fit your design */
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.card-holder {
    width: 48%;
    /* Same width for consistency */
    margin-bottom: 20px;
    background-color: #FCD1E4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card-holder a {
    color: #000;
    text-decoration: none;

}

.find-us {
    margin-top: 120px;
    margin-bottom: 100px;
}

.map-holder iframe {
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.map-text-holder {
    font-size: 1em;
    line-height: 1.5;
}

.map-text-holder h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
}

footer {
    background-color: #FCD1E4;
}

.footer-logo-holder {
    max-width: 200px;
}

.footer-logo-holder h3 {
    padding: 20px;
}

.contact-info a {
    color: #000;
    text-decoration: none;
}

.footer-logo-holder h3 {
    padding: 20px;
}

.follow-us {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 50px;
}

.follow-card {
    position: relative;
    display: inline-block;
    margin: 5px;
}

.name {
    position: absolute;
    top: 0;
    left: 110%;
    /* Initially position it off-screen */
    opacity: 0;
    transform: translateX(-30%);
    white-space: nowrap;
    transition: opacity 0.3s, transform 0.3s;
    z-index: 99;
}

.follow-card:hover .name {
    opacity: 1;
    transform: translateY(30%);
    /* Moves the text into view */
}

.adress-holder p,
a {
    margin-top: 35px;
    color: #000;
}

.adress-holder a {
    color: #000;
    text-decoration: none;
}

#hiddenDiv {
    display: none;
    /* Početno stanje je skriveno */
    opacity: 0;
    /* Početna neprozirnost */
    transition: opacity 0.5s ease;
    /* Animacija za promenu neprozirnosti */
}


#hiddenDiv.show {
    display: block;
    /* Prikazivanje div-a */
    opacity: 1;
    /* Povećanje neprozirnosti */
}

.border-box {
    width: 80%;
    /* Adjust this to fit your design */
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

/*Gallery page*/

.images-holder{
    margin-top: 150px;
}

.images-holder img {
    max-width: 300px;
    height: 300px;
}

.images-holder{
    text-align: center;
}

.bouqet-section img {
    padding: 10px;
    border-radius: 10px;
    margin: 0 auto;
}

#rot {
    transform: rotate(360deg);
    height: 250px;
}

.box-section{
    margin-top: 150px;
}

.box-section img{
    padding: 10px;
}

.wine-box{
    margin-top: 150px;
}

.wine-box img{
    padding: 10px;
}

.other-section{
    margin-top: 150px;
}

.other-section img{
    padding: 10px;
}
