h1 {
    text-align: center; 
    line-height: 100px; 
    padding-top: 10px; 
	color: #0077b6;
    font-size: 32px; 
    transition: font-size 0.3s; 
}

/* Styles gia <h1> se hover */
h1:hover {
    font-size: 39px; 
}


.logo-container {
    text-align: center; 
}

/* Logo styles */
.logo-container img {
    max-height: 380px; 
}
.container {
    text-align: center;
}
/* header style */
header {
	
    background-color: rgba(0, 119, 182, 0.65); 
    color: #fff;
    padding: 5px 0;
    text-align: inline-block;
	justify-content: space-between; 
    align-items: center; 
}


header h1 {
    font-size: 24px; 
    margin-bottom: 10px; 
}



.nav-link {
	display: block;
    padding: 10px 20px;
    background-color: #0077b6;
    color: #fff;
    font-size: 125%;
    text-decoration: none;
    border: 5px solid #fff;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    position: relative;
}

nav a.nav-link:first-child {
    margin-left: 0; 
}


.nav-link:hover {
    background-color: #005f8a; 
    transform: scale(1.1); 
}


nav {
    padding: 5px 0;
    
}


nav a.nav-link {
    display: block;
    padding: 10px 20px;
    background-color: #0077b6;
    color: #fff;
    font-size: 125%;
    text-decoration: none;
    border: 5px solid #fff;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.3s;
    position: relative;
}
ul.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; 
    justify-content: center; 
}


ul.nav-menu li {
    margin-right: 20px; 
}
.special-nav {
    margin-right: 0; 
}

@media (max-width: 768px) {
    
}


.custom3 {
    text-align: center;
    margin: 20px;
    background-color: rgba(0, 119, 182, 0.65); 
    padding: 20px;
}

.blue-text {
    color: white;
    cursor: pointer;
}

.shrink-text {
    font-size: 24px; 
    transition: font-size 0.2s;
}

.shrink-text:hover {
    font-size: 28px; 
}

.pulse-image {
    width: 700px;
    height: 400px;
    object-fit: cover;
    transition: transform 0.2s;
    cursor: pointer;
}
.pulse-image1 {
    width: 700px;
    height: 500px;
    object-fit: cover;
    transition: transform 0.2s;
    cursor: pointer;
}

.pulse-image:hover {
    transform: scale(1.1);
}
.pulse-image1:hover {
    transform: scale(1.1);
}

.custom-text {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
}

/* Footer styles */

.footer {
    position: fixed; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 119, 182, 0.65); 
    color: #fff; 
    padding: 20px 0; 
    z-index: 100; 
    text-align: center; 
}


@media (max-width: 767px) {
    .footer {
        padding: 10px 0; 
        font-size: 14px; 
    }
}

/* Footer container */
.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	   background-color: rgba(0, 119, 182, 0.65);
}


.footer-left {
    text-align: left;
}

.footer-left img {
    max-width: 100px;
    height: auto;
}


.footer-center {
    text-align: center;
}


.footer-right ul {
    list-style: none;
    padding: 0;
}

.footer-right li {
    display: inline;
    margin-right: 20px;
}

.footer-right a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.footer-right a:hover {
    color: #007bff;
}

/* calendar code*/

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}
.container-contact {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}


.service-container {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.65);
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	 font-size: 22px; 
    line-height: 1.5; 
}


.service-title {
    color: #0077b6; 
    font-size: 28px; 
    font-weight: bold; 
    text-transform: capitalize; 
}


.table {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
}


.table thead th {
    background-color: #333;
    color: #fff;
}


.table td {
    padding: 10px;
}


.table td:not(:empty) {
    background-color: #f0f0f0;
}


.table td:not(:empty).today {
    background-color: #007bff;
    color: #fff;
    font-weight: bold;
}


.table td:empty {
    color: #ccc;
}


.table td:empty {
    border: none;
}
.background-image {
	/*pioi eimaste*/
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 435vh; 
    margin: 0; 
    padding: 0; 
	 position: relative; 
}
.background-image-2 {
	/* archiki */
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 200vh; 
    margin: 0; 
    padding: 0; 
	 position: relative; 
}
.background-image-3 {
	/* ypiresies */
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 347vh; 
    margin: 0; 
    padding: 0; 
	 position: relative; 
}
.background-image-4 {
	/* hmerologio */
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 167.5vh; 
    margin: 0; 
    padding: 0; 
	 position: relative; 
}
.background-image-5 {
	/* epikoinonia */
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 167.5vh; 
    margin: 0; 
    padding: 0; 
	 position: relative; 
}
.background-image-6 {
	/* login selida */
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 50vh; 
    margin: 0; 
    padding: 0; 
	 position: relative; 
}
.background-image-7 {
	/* dashboard pelati */
    background-image: url('background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    height: 204vh; 
    margin: 0; 
    padding: 0; 
	 position: relative; 
}
/* booking styles */


.booking-form {
    background-color: rgba(244, 244, 244, 0.6);
    padding: 10px;
    border-radius: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto; 
    width: 30%; 
}

.form-elements-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.form-label {
    font-weight: bold;
}


.form-control {
    width: 50%;
    padding: 10px;
    margin-bottom: 10px;
    border: 5px solid #0077b6;
    border-radius: 3px;
	
}


.form-checkbox label {
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
}


.submit-btn {
    background-color: #007bff;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit-btn:hover {
    background-color: #0056b3;
}
#slideshow {
  overflow: hidden;
  height: 510px;
  width: 728px;
  margin: 0 auto;
}

.slide-wrapper {
  width: 2912px;
  -webkit-animation: slide 18s ease infinite;
}

.slide {
  float: left;
  height: 510px;
  width: 728px;
}

.slide:nth-child(1) {
  background: url('image1.jpg') center/cover;
}

.slide:nth-child(2) {
  background: url('image2.jpg') center/cover;
}

.slide:nth-child(3) {
  background: url('image3.jpg') center/cover;
}

.slide:nth-child(4) {
  background: url('airticketsonlineclub.jpg') center/cover;
}


@-webkit-keyframes slide {
  20% {margin-left: 0px;}
  30% {margin-left: -728px;}
  50% {margin-left: -728px;}
  60% {margin-left: -1456px;}
  70% {margin-left: -1456px;}
  80% {margin-left: -2184px;}
  90% {margin-left: -2184px;}
}

/* Login styles */

.login-custom-container {
    max-width: 300px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.login-custom-heading {
    font-size: 24px;
    margin-bottom: 20px;
}

.custom-input {
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.custom-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

.custom-button:hover {
    background-color: #0056b3;
}
.custom-checkbox-label {
    display: block;
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
}

.custom-checkbox {
    margin-right: 5px;
}
/* style gia to dashboard diaxeiristh*/
.data-cell {
    border: 5px solid #ccc;
    padding: 8px;
}
.data-table {
    margin: 0 auto;
	margin-right: 150px;
}
/* style gia to dashboard pelati*/
.customer-info {
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.customer-details {
    flex: 1;
    padding: 10px;
}

.customer-details h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.placeholder {
    background-color: #e0e0e0;
    padding: 5px 10px;
    margin: 5px 0;
    border-radius: 5px;
}

.edit-button {
    margin-left: 10px;
}