
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a{
    text-decoration: none;
    color: #fff;
}
/*yeni footer*/
.footer { background-color: #2c2f33; color: #ffffff; padding: 30px 0; }
        .footer-container { max-width: 1200px; margin: auto; display: flex; justify-content: space-between; padding: 0 20px; }
        .footer-column { width: 30%; }
        .footer-title { font-size: 20px; margin-bottom: 15px; }
        .footer-text { font-size: 14px; line-height: 1.6; margin-bottom: 10px; }
        .footer-links a { display: block; color: #ffffff; text-decoration: none; margin-bottom: 8px; transition: color 0.3s; }
        .footer-links a:hover { color: #00aaff; }
        .footer-bottom { text-align: center; margin-top: 20px; font-size: 13px; color: #aaaaaa; }
        .whatsapp-btn { position: fixed; bottom: 20px; right: 20px; }
        .whatsapp-icon { width: 50px; height: 50px; }
        
.bg-dark-blue{
    background: #062e51;
}
.bg-light-blue{
    background: #336ea2;
}

.container{
    max-width: 1100px;
    margin: 0 auto;
}
/*yeni rzervasiya*/
.reservation {
    background-color: #0066cc;
    color: white;
    padding: 30px 20px;
    text-align: center;
}

.reservation h1 {
    margin: 0;
    font-size: 24px;
}

.reservation p {
    margin-top: 5px;
    font-size: 14px;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    min-width: 150px;
}

.reservation input,
.reservation select {
    padding: 8px;
    border: none;
    border-radius: 4px;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
}

.reservation button {
    background-color: white;
    color: #0066cc;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 25px;
}

.reservation button:hover {
    background-color: #ddd;
}



html{
    font-family: Arial, Helvetica, sans-serif;
}
.check-availability {
    border: 1px solid #ccc;
    padding: 20px;
    background-color: #fafafa;
    max-width: 500px;
  }

  .check-availability label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }

  .check-availability input {
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
    border: 1px solid #bbb;
    border-radius: 4px;
  }

  .check-availability button {
    padding: 10px 20px;
    background-color: #0088cc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
  }

  .check-availability button:hover {
    background-color: #006699;
  }

  .results {
    margin-top: 20px;
    display: none;
    background-color: #fff;
    padding: 15px;
    border: 1px solid #ccc;
  }
#navbar{
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.75rem;
    height: 70px;
}

#navbar ul{
    list-style-type: none;
    display: flex;
    align-items: center;
    
}
#navbar ul li a{
    padding: 0.5rem;
}
#navbar ul li a:hover{
    background: #336ea2;
    border-radius: 4px;
}
.col-4 {
    display: flex;
    display: inline-block;
    width: 33%;
}
.col-5 {
    display: flex;
    flex-direction: column;
    width: 31%;
    margin-top: 20px;
}

.img-size {
    width: 100%;
    height: 35vh;
    transition: transform 1.5s ease-in-out;
}
.img-size:hover {
    transform: scale(1.2);
}
.h1-title {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.main-menu {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    margin-top: 10px;
    margin: 2px;
    overflow: hidden;
    height: 50vh;

}
.main-menu a {
    text-decoration: none;
    color: black;
}
.main-span {
    position: absolute;
    top: 2px;
    padding: 5px 10px;
    background-color: rgb(255, 145, 0);
    color: white;
    font-size: 20px;
    border-radius: 5px;

}
.main-star i {
    position: absolute;
    top: 0;
    right: 0;    
    font-size: 20px;
    color: orange;
}
.main-main {
    max-width: 1100px;
    margin: 0 auto;
    margin-top: 20px;
}
.main-padding {
    padding: 30px;
}
.etrafli-buton {
    position: absolute;
    background-color: orange;
    padding: 10px;
    bottom: 0;
    right: 0;
    border-radius: 5px;
}
.etrafli-buton span {
    color: white;
    font-size: 18px;
}
.main-select {
    padding: 17px;
    width: 100%;
    border: none;
    border-radius: 7px;
    font-size: 18px;
    color: black;
}
.main-date {
    padding: 17px;
    width: 100%;
    border: none;
    color: black;
    border-radius: 7px;
    font-size: 18px;

}
.p-title {
    text-align: left;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}
.container {
    text-align: center;
    width: 100wh;
    margin: 0 auto;
}
.fa-magnifying-glass {
    font-size: 30px;
    background-color: orange;
    padding: 10px;
    color: white;
    border-radius: 10px;
    border: none;
}
.fa-map-location {
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
}
.fa-calendar-days {
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
}
.fa-user {
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
}
.container-2 {
    display: flex;
}
.container-3 {
    max-width: 1100px;
    margin: 0 auto;
}
.main-foot {
    background-color: rgb(46, 43, 43);
    margin-top: 40px;
    padding: 2px;
}
.foot-h2 {
    font-size: 18px;
    color: white;
    text-align: center;
    margin: 0;
}
.main-h1 {
    color: white;
    padding: 0;
    margin: 0;
    font-size: 37px;
    margin-bottom: 20px;

}
.main-p {
    color: white;
}


.main-foot-nav {
    display: inline-block;
}
.main-foot-nav a {
    display: block;
    text-decoration: none;
    color: white;
    margin: 5px;
}
.whatshapp-buton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}
.whatsapp-icon {
    width: 55px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        background-color: rgba(0,0,0,0.8);
    }

    /* Caption text */
    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }

    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active, .dot:hover {
        background-color: #717171;
    }

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {opacity: .4}
        to {opacity: 1}
    }