/* Χρυσό κείμενο */
.golden-text {
    color: #B8860B;
    font-weight: bold;
}

/* Στυλ για το λογότυπο */
.logo {
    width: 120px;
}

/* Στυλ για το dropdown menu */
.dropdown-menu {
    border: none;
}


/* Χρυσό hover */
.navbar-nav .nav-link:hover {
    color: #B8860B ;
    text-decoration: none;
}

/* Στυλ για τις εικόνες του Carousel */
.carousel-img {
    height: 600px;
    object-fit: cover;
}

/* Στυλ για το κείμενο μέσα στο Carousel */
.carousel-caption {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 25px;
    border-radius: 15px;
}

/* Κουμπί "ΚΡΑΤΗΣΗ" */
.btn-gold  {
    background-color: #B8860B;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0px 0px 10px rgba(255, 215, 0, 0.8);
    transition: all 0.3s ease-in-out;
}


/* Hover για το κουμπί "ΚΡΑΤΗΣΗ" */
.btn-gold:hover {
    background-color: #B8860B;
    color: white; /* Λευκό ακόμα και στο hover */
    box-shadow: 0px 0px 15px #B8860B;
}

.calendar {
    max-width: 800px;
    margin: auto;
    background: dark;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
	
}
		
.table {
    text-align: center;
}
        
.event-day {
    background: #B8860B;
    color: white;
    font-weight: bold;
    border-radius: 5px;
    padding: 3px;
    transition: box-shadow 0.3s ease-in-out;
}
        
.event-day:hover {
    box-shadow: 0px 0px 12px #B8860B;
    cursor: pointer;
}
        
	/* Στυλ για το κείμενο των events */
.event-text {
    color: #B8860B; 
    font-weight: bold;
    font-size: 14px;
}


.navigation-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}


#map-container {
    height: 400px;
    width: 100%;
}

.parallax1
{
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(Untitled-1.png);
    background-attachment: fixed;
}

.parallax2
{
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(Untitled-2.png);
    background-attachment: fixed;
}

.parallax3
{
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(Untitled-3.png);
    background-attachment: fixed;
}

.parallax4
{
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(Untitled-4.png);
    background-attachment: fixed;
}


.parallax5
{
    height: 40vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(Untitled-5.png);
    background-attachment: fixed;
}

.info-card {
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.7);
}
.containerimage {
    background-image: url('Image25.jpg'); /* Βάλε το δικό σου αρχείο */
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 50px;
}

.containerimage1 {
    background-image: url('side-view-friends-having-lunch.jpg'); /* Βάλε το δικό σου αρχείο */
    background-size: cover;
    background-position: center;
    border-radius: 15px;
    padding: 50px;
}

/* Responsive */
@media (max-width: 768px) {
    .logo 
    {
        width: 90px;
    }
    
    .carousel-img {
        height: 350px;
    }

    .buttons-catalog
    {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .buttons-catalog button
    {
        width: 40%;
    }

    .containerimage {
        background-image: url('Image25.jpg'); /* Βάλε το δικό σου αρχείο */
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        padding: 10px;
    }
    
    .containerimage1 {
        background-image: url('side-view-friends-having-lunch.jpg'); /* Βάλε το δικό σου αρχείο */
        background-size: cover;
        background-position: center;
        border-radius: 15px;
        padding: 10px;
    }

    .navigation-buttons { flex-direction: column; }
    .btn { width: 100%; }
    .table thead { font-size: 14px; }
}
