*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Instrument Sans', sans-serif;
    
    
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:fixed;
    top: -25px;
    width: 100%; 
    background-color: rgba(255, 255, 255, 0.479);
    backdrop-filter: blur(10px);
    padding: 1rem;
    
    z-index: 1000;



}
.Heading{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:900; 
    font-size: 3rem;
    padding-left: 2rem;
    margin-left: 2rem;
    text-decoration: underline;
}

ul{
    display: flex;
    list-style: none;
    padding: 1rem;
    gap: 20px;
    border: black 1px double;
    margin: 20px;
    border-radius: 20px;
    background-image: url('Images/Rectangle5.svg');
}
li a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight:500;
}
li a:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: 700;
    font-size: x-large;
    transition: all 0.5s ease-out;
}


.bg2{
    position: fixed;
    width: 100%;
    height: 100vh;
    filter: blur(5px);
    z-index: 1;
    object-fit: cover;
}

.bg3{
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 2;
}
.clouds{
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index:3;
}
.clouds .bg4{
    position: absolute;
    width: fit-content;
    height: fit-content;
    transform: scale(-1);
    right: 0;
    object-fit: cover;
}
.clouds .bg5{
    position: absolute;
    width: fit-content;
    height: fit-content;
   
    left: 0;
}
.main-content {
    position: relative; /* CRITICAL: Allows z-index to work */
    z-index: 4; /* CRITICAL: Higher than parallax backgrounds (1,2,3) but lower than text1 (10) */
    background-color:white; /* Or set a specific background for the scrolling content */
    /* Other layout styles for main content can go here */
}
.text1{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position:relative;
    z-index:10;
    text-align: center;}
.text1 h1{
    font-size: 4rem;
    font-weight: 700;
    color: #000000;
}
.text1 p{
    font-size: 1.5rem;
    font-weight: 300;
    color: #000000;
    margin-top: 1rem;
}

.content-2{
    opacity: 4;
    background-color: #000000;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 1rem;
}
.content-2 .bg6{
    padding-top: 2rem;
    padding-left: 2rem;
    width: 30%;
    height: 100vh;
    
    
}
.bg13{
    display: none;
}
.content-2 .second-Paragraph{
    padding-left: 2rem;
    font-size: 2.5rem;
    font-weight: 300;
    padding-top: 12rem;
    
}

.content-3{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url('Images/Screenshot\ 2025-07-08\ 22.23.09\ 1.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
    
}
.content-3 article{
    background-color: rgba(255, 255, 255, 0.731);
    backdrop-filter: blur(5px);
    width: 80%;
    height: 60vh;
    border: white 1px solid;
    border-radius: 25px;
    padding: 2rem;
    text-align: right;
}
.content-3 p{
    padding-right: 2rem;
    font-size: 2rem;
    font-weight: 300;
    color: #000000;
    margin-top: 2rem;
}

.content-4{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    background-color: white;
    text-align: center;
}
.content-4 p{
    font-size: 2rem;
    font-weight: 300;
    color: #000000;
    padding: 2rem;
    width: 50%;
    margin: 2rem;
}
.bg7{
    padding: 2rem;
    width: 40%;
    height: 10%;
}
.content-5 , .content-6{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    background-color: #ffffff;
    padding: 2rem;
}
.content-5 img, .content-6 img{
    width: 50%;
    height: 100%;
}
.content-5 p, .content-6 p{
    width: 50%;
    font-size: 2rem;
    font-weight: 300;
    color: #000000;
    padding: 2rem;
}
.content-6 p{
   order: 1;
   text-align: center;
   padding-right: 3rem;
}
.content-5 img{
    padding-left: 0rem;
}
.content-5 p{
    padding-left: 4rem;
}
.content-7{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-image: url('Images/pexels-anniroenkae-2457284\ 1.svg');
    background-size: cover;
    background-position: center;
}
.content-7-CONTENT {
    display: grid;
    grid-template-columns: 1fr;
    background-color: rgba(255, 255, 255, 0.731);
    backdrop-filter: blur(5px);
    width: 70%;
    height: 80vh;
    border: white 1px solid;
    border-radius: 25px;
    padding: 2rem;
    text-align: center;

}
.content-7-CONTENT p{
    font-size: 2rem;
    font-weight: 300;
    color: #000000;
}
.seventh-Paragraph{
    font-size: 2.5rem;
    padding-top: 3rem;
    color: #000000;
}
.content-8{
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: s;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
}
.content-8 img{
    padding-left: 2rem;
    position: relative;
    width: 50%;
    height: 70%;
    z-index: 1;
}
.bg10{
    margin-right:2rem ;
    padding-right: 2rem;
    position: relative;
    margin-top: 50rem;
    width: 20%;
    z-index: 12;
}
.content-8 p{
    position: relative;
    width: 50%;
    font-size: 2rem;
    font-weight: 300;
    color: #000000;
    padding-right: 4rem;
    order: 1;
    text-align: right;
    z-index: 11;
}
.stuff{
    position: relative;
    top: 10rem;
    display: flex;
    justify-content: right;
    align-items: last baseline;
    width: 100%;
    height: 5vh;
    background-color: #ffffff;
    
}
.content-9{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    color: #000000;
}
.content-9 .textbox{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: absolute;
    z-index: 11;
}
.content-9 img{
    position: relative;
    z-index: 1;
    width: 50%;
    height: max-content;
}
 .textbox p{
    font-size: 1.8rem;
    font-weight:bold;
    text-align: center;
}

.reveal-on-scroll{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out ;
}
.reveal-on-scroll.is-visible{
    opacity: 1;
    transform: translateY(0px);
}
@media (max-width:500px) {
   ul{
        display: flex;
        list-style: none;
        padding: 1rem;
        gap: 20px;
        border: black 1px double;
        margin: 20px;
        margin-right: 0px;
        border-radius: 20px;
        background-image: url('Images/Rectangle5.svg');
    }
    .Heading{
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight:900; 
        font-size: 1.5rem;
        padding-left: 1rem;
        margin-left: 1rem;
        text-decoration: underline;
    }
    .text1 h1{
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
        }
    .text1 p{
    font-size: 1.25rem;
    font-weight: 300;
    color: #000000;
    margin-top: 1rem;
        }   
        .content-2 .bg6{
    display: none;
    
    
}
.bg13{
    display: flex;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
    width: 100%;
    height: 50vh;
}
.content-2 .second-Paragraph{
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.25rem;
    font-weight: 300;
    padding-top: 6rem;
    text-align: center;
    
}
.content-2{
    opacity: 4;
    background-color: #000000;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 0rem;
}
    .content-3 p{
    position: relative;
    top: 3rem;
    bottom: 2rem;
    padding-left: .5rem;
    padding-right: .5rem;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 300;
    color: #000000;
    margin-top: 1rem;
}
.content-4 p{
    font-size: 1.1rem;
    font-weight: 300;
    color: #000000;
    padding-left: .5rem;
    padding-right: .5rem;
    width: 50%;
    margin: 1rem;
}
.content-5 p, .content-6 p{
    width: 50%;
    font-size: 1.1rem;
    font-weight: 300;
    color: #000000;
    padding: 1rem;
}
.content-5 , .content-6{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90vh;
    background-color: #ffffff;
    padding: 0rem;
    text-align: center;
    gap: 0rem;
}
.content-5 img{
    order: -1;
}
.content-5 img{
    width: 50%;
    height: 50%;
}

 .content-6 img{
    width: 70%;
    margin-bottom: 0rem;
    height: 20%;
}

.content-6 p{
   order: 1;
   text-align: center;
   padding-right: .25rem;
   padding-left: .25rem;
   padding-bottom: .25rem;
}
.content-5 p{
    padding-left: .25rem;
    padding-right: .25rem;
    
}
.content-7-CONTENT p{
    font-size: 1.1rem;
    font-weight: 300;
    color: #000000;
    padding-right: .25rem;
    padding-left:.25rem ;
}
.seventh-Paragraph{
    padding-top: 1rem;
    color: #000000;
}
.content-7-CONTENT {
    display: grid;
    grid-template-columns: 1fr;
    background-color: rgba(255, 255, 255, 0.731);
    backdrop-filter: blur(5px);
    width: 70%;
    height: 50vh;
    outline: white 1px solid;
    border-radius: 25px;
    padding: 1.2rem;
    text-align: center;
    gap: 1rem;

}
.content-8{
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: s;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    gap: 1rem;
}
.content-8 p{
    position: relative;
    width: 50%;
    font-size: 1.1rem;
    font-weight: 300;
    color: #000000;
    padding-right: 0rem;
    padding-left: 0rem;
    order: 0;
    text-align: right;
    z-index: 11;
    text-align: center;
}
.content-8 img{
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    width: 50%;
    height: 50%;
    z-index: 1;
}
.stuff{
    position: relative;
    top: 0rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30vh;
    background-color: #ffffff;
    
}
.bg10{
    margin-right:2rem ;
    padding-right: 1rem;
    padding-left: 2rem;
    position: relative;
    margin-top:0rem;
    width: 40%;
    z-index: 12;
}
.content-9{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    color: #000000;
}
.content-9 .textbox{
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    position: absolute;
    z-index: 11;
}
.content-9 img{
    position: relative;
    z-index: 1;
    width: 100%;
    height: max-content;
}
 .textbox p{
    font-size: 1rem;
    font-weight:bold;
    text-align: center;
}
.bg7{
    padding: .5rem;
    width: 40%;
    height: 10%;
}
.content-3 article{
    background-color: rgba(255, 255, 255, 0.731);
    backdrop-filter: blur(5px);
    width: 80%;
    height: 60vh;
    outline: white 1px solid;
    border-radius: 25px;
    padding: 2rem;
    text-align: right;
}

}
