@import url('https://fonts.googleapis.com/css2?family=Bellota:wght@300&display=swap');

* {
    box-sizing: border-box;
    font-family: 'Bellota';
    color: rgb(255, 255, 255);
}

html, body {
    position: relative; /* Change or remove fixed positioning */
    margin: 0;
    overflow: hidden; /* Change or remove overflow property */
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 1);
    background-blend-mode: multiply;
}

.main-nav a:hover {
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 8px;
    transition: all 0.6s ease;
}

.main-nav {
    text-align: center;
    font-size: 2.5em;
    font-weight: lighter;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.main-nav a {
    display: inline-block;
    padding: .5em;
    color: white;
    text-decoration: none;
}

.main-nav li {
    padding: 0 4%;
    display: inline;
}

.nav ul {
    margin: 0;
}

.slideshow {
    position: fixed; /* Change from absolute to fixed */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
    animation: fade 20s infinite;
}

@keyframes fade {
    0%, 100% {
        opacity: 0;
    }
    10%, 90% {
        opacity: 1;
    }
}

.container1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin-left: 100px;
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: rgba(0, 0, 0, 0.644);
    border-radius: 30px;
}

.container1 p {
    font-size: 1.5em;
}

.container1-header {
    margin-bottom: 0px;
    font-size: 3.5em;
}

.container2 h1{
    padding: 0;
    
}

/* ... (existing styles) ... */

.container2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: absolute;
    margin-left: 1000px; /* Adjust this value as needed */
    margin-top: 40px;
    top: 150px; /* Adjust the top margin as needed */
    background-color: rgba(0, 0, 0, 0.452);
    padding: 20px; /* Adjust padding as needed */
    border-radius: 15px; /* Adjust border-radius as needed */
    height: 500px;
}

.container2 label {
    text-align: left;
    display: block;
    margin-bottom: 5px; /* Adjust as needed */
    width: 100%; /* Ensure labels take the full width */
}

.container2 input,
.container2 textarea {
    text-align: left;
    padding: 8px;
    margin-bottom: 10px; /* Adjust as needed */
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 20px; /* Adjust font size as needed */
    width: 430px; /* Adjust width to account for padding */
    background-color: black;
}

.container2 input[type="text"],
.container2 input[type="email"] {
    width: calc(100% - 16px); /* Adjust the width of the input */
}
.input-box{
    height: 40px;
}
textarea {
    height: 150px; /* Adjust the height of the textarea */
    width: calc(100% - 16px); /* Adjust the width of the textarea */
    font-size: 16px; /* Adjust font size as needed */
}


input {
    padding: 8px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 4px;
    height: 30px; /* Adjust the height of the input */
    width:40px; /* Adjust the width of the input */
    font-size: 16px; /* Adjust font size as needed */
}

.container2 input[type="text"],
.container2 input[type="email"] {
    font-size: 20px; /* Adjust font size as needed */
}


.submit-button {
    position: absolute;
    margin-right: 11px;
    background-color: #000000a8;
    border: 3px solid rgb(53, 52, 52);
    color: rgb(255, 255, 255);
    padding: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    border-radius: 8px;
    cursor: pointer;
    padding-left: 50px;
    padding-right: 50px;
    letter-spacing: 2px;
    transition: all 0.6s ease;
    top:88%;
    left:33%
}

.submit-button:hover {
    background-color: white;
    color: black;
}
.container3 {
    display: flex;
    justify-content: center;
    width: 450px;
    margin-top: -80px;
}
.container3 img{
    height: 175px;
    margin-right:325px;
    padding-top: 2px;
}
.container4 {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; 
    top: 80%; 
    right: 15%; 
    transform: translateY(-50%); 
    border-radius: 20px;
    width: 300px;
    padding: 0;
}

.container4-nav{
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed; 
    top: 90%; 
    right: 15%; 
    transform: translateY(-50%); 
    border-radius: 20px;
    width: 310px;
    padding: 0;
    font-size: 27px;
}
.container4-nav ul{
    list-style: none;
}
.container4-nav a{
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
.container4-nav a:hover{
    color: rgb(241, 77, 77);
    
}






@media only screen and (max-width: 1500px) and (min-width: 1200px){

    * {
        box-sizing: border-box;
        font-family: 'Bellota';
        color: rgb(255, 255, 255);
    }
    
    html, body {
        position: relative; /* Change or remove fixed positioning */
        margin: 0;
        overflow: hidden; /* Change or remove overflow property */
    }
    
    body {
        background-size: cover;
        background-repeat: no-repeat;
        background-color: rgba(0, 0, 0, 1);
        background-blend-mode: multiply;
    }
    
    .main-nav a:hover {
        background-color: rgba(0, 0, 0, 0.6);
        border-radius: 8px;
        padding-top: 10px;
        padding-bottom: 8px;
    }
    
    .main-nav {
        text-align: center;
        font-size: 2.5em;
        font-weight: lighter;
        border-bottom: 1px solid rgba(0, 0, 0, 0.6);
    }
    
    .main-nav a {
        display: inline-block;
        padding: .5em;
        color: white;
        text-decoration: none;
    }
    
    .main-nav li {
        padding: 0 4%;
        display: inline;
    }
    
    .nav ul {
        margin: 0;
    }
    
    .slideshow {
        position: fixed; /* Change from absolute to fixed */
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-size: cover;
        background-position: center;
        animation: fade 20s infinite;
    }
    
    
    @keyframes fade {
        0%, 100% {
            opacity: 0;
        }
        10%, 90% {
            opacity: 1;
        }
    }
    
    .container1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        max-width: 600px;
        margin-left: 10px;
        margin-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
        background-color: rgba(0, 0, 0, 0.644);
        border-radius: 30px;
    }
    
    .container1 p {
        font-size: 1.2em;
    }
    
    .container1-header {
        margin-bottom: 0px;
        font-size: 2.5em;
    }
    .container2 h1{
        padding: 0;
        
    }
    
    /* ... (existing styles) ... */
    
    .container2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        position: absolute;
        margin-left: 800px; /* Adjust this value as needed */
        margin-top: 40px;
        top: 90px; /* Adjust the top margin as needed */
        background-color: rgba(0, 0, 0, 0.452);
        padding: 20px; /* Adjust padding as needed */
        border-radius: 15px; /* Adjust border-radius as needed */
    }
    
    .container2 label {
        text-align: left;
        display: block;
        margin-bottom: 5px; /* Adjust as needed */
        width: 100%; /* Ensure labels take the full width */
    }
    
    .container2 input,
    .container2 textarea {
        text-align: left;
        padding: 8px;
        margin-bottom: 10px; /* Adjust as needed */
        border: 2px solid #ccc;
        border-radius: 4px;
        font-size: 16px; /* Adjust font size as needed */
        width: calc(100% - 16px); /* Adjust width to account for padding */
    }
    
    .container2 input[type="text"],
    .container2 input[type="email"] {
        width: calc(100% - 16px); /* Adjust the width of the input */
    }
    
    textarea {
        height: 80px; /* Adjust the height of the textarea */
        width: calc(100% - 16px); /* Adjust the width of the textarea */
        font-size: 16px; /* Adjust font size as needed */
    }
    
    
    input {
        padding: 8px;
        margin-bottom: 10px;
        border: 2px solid #ccc;
        border-radius: 4px;
        height: 30px; /* Adjust the height of the input */
        width: 200px; /* Adjust the width of the input */
        font-size: 16px; /* Adjust font size as needed */
    }
    
    .container2 input[type="text"],
    .container2 input[type="email"] {
        font-size: 16px; /* Adjust font size as needed */
    }
    
    .submit-button {
        padding: 10px;
        margin-right: 11px;
        background-color: #000000a8;
        border: 3px solid rgb(53, 52, 52);
        color: rgb(255, 255, 255);
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 20px; /* Adjust font size as needed */
        border-radius: 8px;
        cursor: pointer;
        letter-spacing: 2px;
        width: 175px;
        height: 50px;
    }
    }
    .container {
        position: relative;
    }
    
    #logo-container {
        position: fixed;
        top: 80px;
        left: -20px;
        z-index: 2; /* Ensure the logo is above other elements */
    }
    
    #zephyr-logo {
        height: 100px;
        cursor: pointer;
    
    }
    
    #info-container {
        display: none;
    }
    
    .container:hover #info-container {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 50px;
        left: 80px; /* Adjust as needed */
        z-index: 1; /* Ensure the info is below the logo */
        width: 300px;
    }
    
    .container4 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .container4-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
    }
    
    .container4-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    
    .container4-nav a {
        text-decoration: none;
        padding-top: 5px;
        padding-bottom: 5px;
        line-height: 1.5;
        transition: all 0.3s ease;
    }
    
    .container4-nav a:hover {
        color: rgb(62, 0, 0);
    }
    
    