body,
html {

    background-color: #DBE2EF;
    /*background-image: url('back.jpg');
    background-size: cover;

    background-repeat: no-repeat;

    background-position: center;*/



    margin: 0;
    padding: 0;
}

body,
h1,
h2,
p,
nav,
footer,
input,
textarea {
    font-family: 'Forum', sans-serif;
}




nav {
    margin: 0;
    position: sticky;
    /* Add this line */
    top: 0;
    /* Add this line */
    z-index: 1000;
}

.navbar ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    padding: 10px;
    flex-grow: 1;
    padding: 0;


}



.navbar div {
    margin: 0;
    background-color: #10243b;
    overflow: hidden;
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*background-color: rgba(255, 255, 255, 0.2);
/* Semi-transparent background 
backdrop-filter: blur(10px);
/* Blur effect for the background 
-webkit-backdrop-filter: blur(10px);
/* Safari support 
border: 2px solid rgba(255, 255, 255, 0.3);
/* Optional border for better visibility */
    /*background-color: blueviolet;*/
}


.navbar li {

    list-style-type: none;
}

.navbar a {

    text-decoration: none;
    display: block;
    padding: 30px;
    border-radius: 35px;
    text-align: center;
    font-size: 25px;
    float: left;
    height: 30px;
    color: #DBE2EF;


}

nav {
    position: sticky;
}






.navbar a:hover {
    /*background-color: black;*/
    box-shadow: inset;
    font-size: 27px;
    text-decoration: underline;


}

@media (max-width: 900px) {
    .navbar ul {

        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        padding: 10px;
        flex-grow: 1;



    }



    .navbar div {
        background-color: #112d4ee6;
        overflow: hidden;
        border-radius: 35px;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /*background-color: rgba(255, 255, 255, 0.2);
    /* Semi-transparent background 
    backdrop-filter: blur(10px);
    /* Blur effect for the background 
    -webkit-backdrop-filter: blur(10px);
    /* Safari support 
    border: 2px solid rgba(255, 255, 255, 0.3);
    /* Optional border for better visibility */
        /*background-color: blueviolet;*/
    }


    .navbar li {

        list-style-type: none;
    }

    .navbar a {
        margin-left: 30px;
        margin-right: 30px;
        text-decoration: none;
        display: block;
        padding: 15px;
        border-radius: 35px;
        text-align: center;
        font-size: 22px;
        float: left;
        height: 30px;
        color: #DBE2EF;


    }

    nav {
        position: sticky;
    }


    .navbar a {

        margin-left: 0;
        margin-right: 0;

    }



    .navbar a:hover {
        /*background-color: black;*/
        box-shadow: inset;
        font-size: 25px;
        text-decoration: underline;


    }
}

/* NAVIGATION BAR CODE IS THERE ABOVE */

.container {
    /* background-color: antiquewhite;*/
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: center;
}

.joinus {
    float: left;
    display: flex;
    flex-wrap: wrap;
    background-color: #112D4E;
    text-align: center;
    justify-content: center;
    margin-left: 200px;
    margin-right: 200px;
    border-radius: 55px;
    padding-left: 70px;
    padding-right: 70px;
    width: 60%;
}

.title {
    width: 100%;
    align-items: center;

}

.title1 {
    width: 100%;
    align-items: center;

}

.title h1 {
    color: #DBE2EF;
}

h2 {
    color: #DBE2EF;
}


.joinus input {
    border-radius: 45px;
    height: 40px;
    width: 250px;
    font-size: 20px;
    outline: none;
    box-shadow: 0;
    background-color: #DBE2EF;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    padding-left: 20px;
    color: black;
}

.scrollable-textarea {
    width: 700px;
    font-size: 20px;
    height: 100px;
    border-radius: 15px;
    overflow-x: hidden;
    overflow-y: auto;
    white-space: wrap;
    border: 1px solid #ccc;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0;
    background-color: #DBE2EF;
    border-style: solid;
    border-width: 1px;
    border-color: black;
    color: black;
}

@media(max-width: 900px) {
    .container {
        /* background-color: antiquewhite;*/
        margin-top: 0;
    }

    .scrollable-textarea {

        width: 250px;
        height: 200px;

    }
}

.joinus h2 {

    text-align: left;
    font-weight: bold;
    font-size: 20px;
}

.joinus button {
    width: 120px;
    border-radius: 45px;
    font-size: 20px;
    font-style: italic;
    text-align: center;
    background-color: #112D4E;
    height: 70px;
    border-style: solid;
    border-width: 7px;
    border-color: #DBE2EF;
    color: #DBE2EF;
}

.joinus button:hover {
    background-color: #DBE2EF;
    border-style: solid;
    border-color: #112D4E;
    color: #112D4E;
}

.joinus input::placeholder {
    font-size: 20px;
    margin-left: 50px;
    color: #DBE2EF;


}

.joinus input:focus::placeholder {
    color: #112D4E;
}

.joinus input:focus {
    background-color: #DBE2EF;
    color: #112D4E;

}

.joinus div {

    margin: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;


}


/* JOIN US PAGE CSS IS ABOVE */


header {
    margin-top: 50px;
    height: 700px;
    margin-left: 5%;
    margin-right: 5%;
    /*background-color: black;*/
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 45px;
}

header img {

    width: 100%;
    background-size: contain;
    /* Ensures the image covers the entire section */
    background-position: center;
    /* Centers the image */
    position: relative;
    transform: translateY(-17%);


    border-radius: 45px;
    position: relative;


}

.history {
    background-color: #112D4E;
    margin-top: 50px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-top: 20px;

    border-radius: 45px;

}

.history h2 {
    font-size: 45px;
    color: bisque;
}

.history p {
    font-size: 25px;
    color: #DBE2EF;
}



@media (max-width: 900px) {
    header {
        margin-top: 0;
        height: 300px;
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 15px;
    }

    header img {
        transform: translateY(0%);
        border-radius: 15px;

    }

    .history {
		margin-top: 20px;
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 50px;
        padding-top: 20px;

    }

    .history h2 {
        font-size: 33px;

    }
}

hr {
    border: none;
    /* Remove default border */
    height: 2px;
    /* Set height of the line */
    background-color: #000;
    /* Set color of the line */

    /* Set width of the line */
    margin: 20px 0;
    /* Add space above and below the line */
}

/*For The Line */

/* ABOVE IS THE CODE FOR INDEX PAGE HEADER AND ABOUT CONTENT*/

footer {
    background-color: #112D4E;
    width: 100%;
    height: 350px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-direction: column;

}

footer div {

    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-direction: row;

}


footer a {
    margin-left: 5%;
    margin-right: 5%;

}


footer h2 {
    font-size: 45px;
    color: #DBE2EF;
}


footer h3 {

    color: #DBE2EF;
}


/* ABOVE FOR THE FOOTER SETTINGS*/

.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background-color: #DBE2EF;
    border-radius: 15px;
}

.gallery img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

.gallery img:hover {
    transform: scale(1.05);
}

.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.fullscreen-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

.fullscreen-overlay.show {
    display: flex;
}

.fullscreen-overlay .close,
.fullscreen-overlay .prev,
.fullscreen-overlay .next {
    position: absolute;
    font-size: 30px;
    color: white;
    cursor: pointer;
    z-index: 1001;
}

.fullscreen-overlay .close {
    top: 20px;
    right: 20px;
}

.fullscreen-overlay .prev {
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.fullscreen-overlay .next {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}