.header-image {
    height: 45vh;
    /* This is in relation to the viewport height */
    background: url('gallery/ExteriorViews/field.jpg') no-repeat center center/cover;

}

.nature-experience {
    margin-bottom: 50px;
    /*margin-top: -12%;*/
}

.nature-item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.nature-experience {
    text-align: center;
    margin-top: -12vh;
}


.nature-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    /* Adjust based on your preference */
    padding: 20px 0;
}

.nature-item {
    flex: 1;
    max-width: 300px;
}


.header-image h2 {
    text-align: center;
    padding-top: 5vh;
}

/* You can add responsiveness with media queries based on your needs */

@media (max-width: 768px) {
    .about-section {
        padding: 50px 20px;
    }
}





/* Beginning Section: Welcome Area */
.welcome-section {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 0 10% 0 8%;

    /*background-color: #F0F0F0;
    background-image: url("galerija/sunrise1.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;*/
    position: relative;

    /* Adjust height as needed */
}

.welcome-text {
    flex: 1;
    padding-right: 50px;
    width: 70%;
    /* Separation space between text and image */
}

.welcome-text h1 {
    font-size: 12vh;
    margin-bottom: 20px;
    color: #333333;
    color: #FFFFFF;
    /*text-shadow: 1px 1px 2px #383737;
    Or another color that matches your website's design scheme */
    line-height: 1.2;
}

.welcome-text p {
    font-size: 1.1em;
    margin-bottom: 25px;
    width: 60%;
    /*color: #555;*/
    color: white;

    /* Dark grey color for the paragraph, easier on the eyes */
}

.explore-btn {
    display: inline-block;
    padding: 10px 25px;
    margin-top: 30px;
    margin-bottom: 2vw;
    font-size: 1.1em;
    background-color: #5cb85c;
    /* Soft green color, change based on design preference */
    color: white;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.explore-btn:hover {
    background-color: #4cae4c;
    /* Darker green for hover effect */
}

.welcome-image {
    width: 30%;
}

.index-background-image {
    position: relative;
    background-image: url("gallery/ExteriorViews/dron2.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: auto;
}


.about-section {
    padding: 50px 20px;
    color: white;
    /* Upwards motion effect */
}

.about-section h1 {
    margin-bottom: 20px;
    font-size: 32px;
}


.about-us-container {
    display: flex;
    gap: 1em;
}

.about-us-container-1 {
    width: 65%;
}

.about-us-container-2 {
    width: 35%;
}



.booking-section {
    background-color: #f5f5f5;
    /* a light background to make the div stand out */
    border-radius: 8px;
    /* rounded corners */
    text-align: center;
    padding: 50px 20px;
    /* some padding */
    max-width: 500px;
    /* restrict max width */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* subtle shadow for depth */
}

.booking-section h2 {
    color: #333333;
    /* dark text */
    margin-bottom: 20px;
    /* space above the form */
}

.booking-form input[type="text"],
.booking-form input[type="email"],
.booking-form input[type="date"] {
    width: 90%;
    /* takes up 90% of the container width */
    padding: 10px;
    /* space inside the input */
    margin-bottom: 20px;
    /* space below each input */
    border: 1px solid #cccccc;
    /* border around input */
    border-radius: 4px;
    /* slightly rounded corners on input */
    background-color: #ffffff;
    /* white input field */
}

.booking-form input::placeholder {
    color: #cccccc;
    /* light gray placeholder text */
}

.booking-form button {
    padding: 10px 20px;
    /* top/bottom, left/right padding */
    background-color: #5cb85c;
    /* a pleasant green */
    color: white;
    /* white text */
    border: none;
    /* remove the default border */
    border-radius: 5px;
    /* rounded corners */
    cursor: pointer;
    /* indicate clickable area */
    font-size: 1em;
    /* font size similar to surrounding text */
}

.booking-form button:hover {
    background-color: #4cae4c;
    /* slightly darker green on hover */
}

.index-intro {
    width: 100%;
    margin: 0;
    padding: 0;
}

.index-intro-text {
    width: 60vw;
    margin: 2em auto 7em auto;
    text-align: center;
}

.index-intro-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

@media only screen and (max-width: 760px) {
    .index-intro-logo {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }

    .index-background-image {
        /* background-image: url("odzadje/mySlide0.jpg"); */
        background-position: right;
        background-attachment: scroll;
        height: auto;
        min-height: auto;
      
    
    }
    .welcome-section {
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        padding: 0 10% 0 8%;
        height: auto;
        /*background-color: #F0F0F0;
        background-image: url("galerija/sunrise1.jpg");
        background-size: cover;
        background-attachment: fixed;
        background-repeat: no-repeat;*/
        position: relative;
        
    
        /* Adjust height as needed */
    }
    
    .welcome-text {
        padding-right: 2em;
        width: 90%;

        /* Separation space between text and image */
    }
    
    .welcome-text h1 {
        font-size: 11vw;
        margin-bottom: 0;
        line-height: 1.2;
        margin-top: 0;
        text-shadow: 1px 1px 2px #383737;
    }
    
    .welcome-text p {
        font-size: 4vw;
        margin-bottom: 2em;
         /*text-shadow: 2px 2px 4px #000000;*/
        width: 100%;
        /*color: #555;*/
        color: white;
      
        text-indent: -9999px;
    
        /* Dark grey color for the paragraph, easier on the eyes */
    }
    .welcome-image{
        width: 10%;
    }
    
    .explore-btn {
        display: inline-block;
        padding: 2vw 4vw;
        margin-top: 0vw;
        margin-bottom: 8vw;
        font-size: 3vw;
        background-color: #5cb85c;
        /* Soft green color, change based on design preference */
        color: white;
        border-radius: 5px;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }
    .index-intro-text {
        width: 80%;
        margin: 2em auto 2em auto;
        height: 100%;
        text-align: center;
    }
    .header-image{
        display: none;
    }

    .nature-details {
        flex-direction: column;
        padding-top: 0;
    }
    .nature-item{
        width: 100%;
        max-width: none;
    }
    .nature-experience{
        margin-bottom: 0;
        margin-top: 0;
    }
    .nature-item p{
        margin-right: 1em;
        margin-left: 1em;
    }
    .nature-item img{
        border-radius: 0;
    }

    
 
    
}
