*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    color: #e0e7ef;
}
html,body{
    width: 100%;
    height: 100%;
    background-color: #030712
    ;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

/* Modern Scrollbar Styles */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #1a1a1a;
}
::-webkit-scrollbar-thumb {
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4);
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(45deg, #ff8585, #6ce0d7);
}
/* Firefox Scrollbar */
* {
    scrollbar-width: thin;
    scrollbar-color: #ff6b6b #1a1a1a;
}

#main{
    width: 100%;
    height: 100%;
}

#page1{
    width: 100%;
    height: 85vh;
    /* background: #000;? */
}

#nav{
    width: 100%;
    height: 10%;
    /* background-color: #fff; */
    display: flex;
    align-items: center;
    justify-content:center;
}

#nav-content{
    width: 65%;
    height: 90%;
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#nav-elements{
    width: 60%;
    height: 100%;
    /* background-color: #3e39d1; */
    display: flex;

}

#nav-elements ul{
    font-size: 0.8vw;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content:center;
    gap: 2vw;
    list-style: none;
    /* color: rgb(0, 0, 0); */
}

#nav-content i{
    font-size: 1.5vw;
}


#pg1-hero{
    width: 100%;
    height: 70%;
    margin-top: 3vw;
    /* background-color: #999494; */
    display: flex;
    align-items: center;
    justify-content: center;
}

#pg1-hr-center{
    width: 60%;
    height: 80%;
    /* background-color: #4e4c4c; */
}

#pg1-hr-center-title{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6vw 0;
}

#pg1-hr-center-title h2{
   
    /* background-color: #999494; */
    font-size: 3.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3.6vw;
    font-weight: 700;
    
}


#pg1-hr-center-paragraph{
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #000; */
    padding: 1vw 0;

}

#pg1-hr-center-paragraph p{
    font-size: 1.2vw;
    font-weight: 400;
    color: #778396;
    
}

#pg1-hr-center-buttons{
    width: 100%;
    height: fit-content;
    padding: 0.3vw 0;
    display: flex;
    align-items: center;
    gap: 0.5vw;
    /* justify-content: center; */
    /* background: #971e1e; */
}

#pg1-hr-center-buttons button{
    width: 150px;
    height: 45px;
    color: rgb(255, 255, 255);
    background-color: rgba(89, 89, 89, 0.255);
    border-radius: 10px;
    outline: none;
    border: 1px solid rgba(220, 237, 247, 0.508);
    
}


#page2{
    width: 100%;
    height: 100vh;
    /* background-color: #000; */
}
#pg2-header{
    width: 100%;
    height: 15%;
    /* background-color: brown; */
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.5vw;
    
}

#pg2-header h3{
    font-size: 2.5vw;
}

#pg2-header p{
    font-size: 1vw;
    color: #778396;
}

#pg2-hero{
    width: 100%;
    height: 75%;
    /* background-color: #fff; */
    display: flex;
    align-items: safe;
    justify-content: center;
    padding: 0.5vw;
}
#pg2-hr-card{
    width: 70%;
    height: 70%;
    /* background-color: brown; */
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 1vw;
    flex-wrap: wrap;
}

.pg2-hr-cards{
    width: 330px;
    height: 198px;
    border-radius: 8px;
    border: 1px solid rgba(218, 251, 248, 0.412);
    padding: 1vw;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 4px;
    flex-direction: column;
}

.pg2-hr-cards i{
    font-size: 2.4vw;
    font-weight: 300;

}

.pg2-hr-cards h3{
    font-size: 1vw;
    font-weight: 550;
}

.pg2-hr-cards p{
    font-size: 0.9vw;
    font-weight: 300;
    color: #778396;

}

#pg2-end-title{
    width: 100%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pg2-end-title h3{
    font-size: 2vw;
}

#footer{
    width: 100%;
    height: 10vh;
    /* background-color: red; */
    display: flex;
    align-items: end;
justify-content: center;
padding-bottom: 2vw;

}

#footer h5{
    font-size: 0.8vw;
    font-weight: 400;
}


#footer h5{
    font-size: 1vw;
    font-weight: 400;
}


@media screen and (max-width: 1024px) {
    #page1{
        width: 100%;
        height: 50vh;
        /* background: #9b2121; */
    }
    
    #nav{
        width: 100%;
        height: 10%;
        /* background-color: #fff; */
        display: flex;
        align-items: center;
        justify-content:center;
    }
    
    #nav-content{
        width: 65%;
        height: 90%;
        /* background-color: red; */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    #nav-elements{
        width: 60%;
        height: 100%;
        /* background-color: #3e39d1; */
        display: flex;
    
    }
    
    #nav-elements ul{
        font-size: 0.8vw;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content:center;
        gap: 2vw;
        list-style: none;
        /* color: rgb(0, 0, 0); */
    }
    
    #nav-content i{
        font-size: 2vw;
    }
    
    
    #pg1-hero{
        width: 100%;
        height: 70%;
        margin-top: 3vw;
        /* background-color: #999494; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #pg1-hr-center{
        width: 60%;
        height: 80%;
        /* background-color: #4e4c4c; */
    }
    
    #pg1-hr-center-title{
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.6vw 0;
    }
    
    #pg1-hr-center-title h2{
       
        /* background-color: #999494; */
        font-size: 3.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 3.6vw;
        font-weight: 700;
        
    }
    
    
    #pg1-hr-center-paragraph{
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #000; */
        padding: 1vw 0;
    
    }
    
    #pg1-hr-center-paragraph p{
        font-size: 1.5vw;
        font-weight: 400;
        color: #778396;
        
    }
    
    #pg1-hr-center-buttons{
        width: 100%;
        height: fit-content;
        padding: 0.3vw 0;
        display: flex;
        align-items: center;
        gap: 0.5vw;
        /* justify-content: center; */
        /* background: #971e1e; */
    }
    
    #pg1-hr-center-buttons button{
        width: 150px;
        height: 45px;
        color: rgb(255, 255, 255);
        background-color: rgba(89, 89, 89, 0.255);
        border-radius: 10px;
        outline: none;
        border: 1px solid rgba(220, 237, 247, 0.508);
        
    }
    #page2{
        width: 100%;
        height: 100vh;
        /* background-color: #000; */
    }
    #pg2-header{
        width: 100%;
        height: 15%;
        /* background-color: brown; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0.5vw;
        
    }
    
    #pg2-header h3{
        font-size: 2.5vw;
    }
    
    #pg2-header p{
        font-size: 1.2vw;
        color: #778396;
    }
    
    #pg2-hero{
        width: 100%;
        height: 75%;
        /* background-color: #fff; */
        display: flex;
        align-items: safe;
        justify-content: center;
        padding: 0.5vw;
    }
    #pg2-hr-card{
        width: 70%;
        height: 70%;
        /* background-color: brown; */
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 1vw;
        flex-wrap: wrap;
    }
    
    .pg2-hr-cards{
        width: 200px;
        height: 158px;
        border-radius: 8px;
        border: 1px solid rgba(218, 251, 248, 0.412);
        padding: 1vw;
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 4px;
        flex-direction: column;
    }
    
    .pg2-hr-cards i{
        font-size: 3vw;
        font-weight: 300;
    
    }
    
    .pg2-hr-cards h3{
        font-size: 1.5vw;
        font-weight: 550;
    }
    
    .pg2-hr-cards p{
        font-size: 1.1vw;
        font-weight: 300;
        color: #778396;
    
    }
    

    
    #pg2-end-title h3{
        font-size: 2.4vw;
    }
    
 
    
    #footer h5{
        font-size: 1.5vw;
        font-weight: 400;
    }
}





@media screen and (max-width: 768px) {
    #page1{
        width: 100%;
        height: 45vh;
        /* background: #9b2121; */
    }
    
    #nav{
        width: 100%;
        height: 10%;
        /* background-color: #fff; */
        display: flex;
        align-items: center;
        justify-content:center;
    }
    
    #nav-content{
        width: 65%;
        height: 90%;
        /* background-color: red; */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    #nav-elements{
        width: 60%;
        height: 100%;
        /* background-color: #3e39d1; */
        display: flex;
    
    }
    
    #nav-elements ul{
        font-size: 2vw;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content:center;
        gap: 2vw;
        list-style: none;
        /* color: rgb(0, 0, 0); */
    }
    
    #nav-content i{
        font-size: 2.5vw;
    }
    
    
    #pg1-hero{
        width: 100%;
        height: 70%;
        margin-top: 3vw;
        /* background-color: #999494; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #pg1-hr-center{
        width: 60%;
        height: 80%;
        /* background-color: #4e4c4c; */
    }
    
    #pg1-hr-center-title{
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.6vw 0;
    }
    
    #pg1-hr-center-title h2{
       
        /* background-color: #999494; */
        font-size: 3.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 3.6vw;
        font-weight: 700;
        
    }
    
    
    #pg1-hr-center-paragraph{
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #000; */
        padding: 1vw 0;
    
    }
    
    #pg1-hr-center-paragraph p{
        font-size: 1.5vw;
        font-weight: 400;
        color: #778396;
        
    }
    
    #pg1-hr-center-buttons{
        width: 100%;
        height: fit-content;
        padding: 0.3vw 0;
        display: flex;
        align-items: center;
        gap: 0.5vw;
        /* justify-content: center; */
        /* background: #971e1e; */
    }
    
    #pg1-hr-center-buttons button{
        width: 110px;
        height: 35px;
        color: rgb(255, 255, 255);
        background-color: rgba(89, 89, 89, 0.255);
        border-radius: 15px;
        outline: none;
        border: 1px solid rgba(220, 237, 247, 0.508);
        
    }
    #page2{
        width: 100%;
        height: 100vh;
        /* background-color: #000; */
    }
    #pg2-header{
        width: 100%;
        height: 15%;
        /* background-color: brown; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0.5vw;
        
    }
    
    #pg2-header h3{
        font-size: 2.5vw;
    }
    
    #pg2-header p{
        font-size: 1.2vw;
        color: #778396;
    }
    
    #pg2-hero{
        width: 100%;
        height: 75%;
        /* background-color: #fff; */
        display: flex;
        align-items: safe;
        justify-content: center;
        padding: 0.5vw;
    }
    #pg2-hr-card{
        width: 70%;
        height: 70%;
        /* background-color: brown; */
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 1vw;
        flex-wrap: wrap;
    }
    
    .pg2-hr-cards{
        width: 230px;
        height: 150px;
        border-radius: 8px;
        border: 1px solid rgba(218, 251, 248, 0.412);
        padding: 1vw;
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 4px;
        flex-direction: column;
    }
    
    .pg2-hr-cards i{
        font-size: 5vw;
        font-weight: 300;
    
    }
    
    .pg2-hr-cards h3{
        font-size: 2vw;
        font-weight: 550;
    }
    
    .pg2-hr-cards p{
        font-size: 1.5vw;
        font-weight: 300;
        color: #778396;
    
    }
    

    
    #pg2-end-title h3{
        font-size: 2.4vw;
    }
    
 
    
    #footer h5{
        font-size: 1.5vw;
        font-weight: 400;
    }
}





@media screen and (max-width: 425px) {
    #page1{
        width: 100%;
        height: 25vh;
        /* background: #9b2121; */
    }
    
    #nav{
        width: 100%;
        height: 10%;
        /* background-color: #fff; */
        display: flex;
        align-items: center;
        justify-content:center;
    }
    
    #nav-content{
        width: 65%;
        height: 90%;
        /* background-color: red; */
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    #nav-elements{
        width: 60%;
        height: 100%;
        /* background-color: #3e39d1; */
        display: flex;
    
    }
    
    #nav-elements ul{
        font-size: 3.5vw;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content:center;
        gap: 2vw;
        list-style: none;
        /* color: rgb(0, 0, 0); */
    }
    
    #nav-content i{
        font-size: 5vw;
    }
    
    
    #pg1-hero{
        width: 100%;
        height: 70%;
        margin-top: 5vw;
        /* background-color: #999494; */
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    #pg1-hr-center{
        width: 60%;
        height: 100%;
        margin-top: 7vw;
        /* background-color: #c62c2c; */
    }
    
    #pg1-hr-center-title{
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.6vw 0;
        /* background-color: #fff; */
    }
    
    #pg1-hr-center-title h2{
       
        /* background-color: #999494; */
        font-size: 3.5vw;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 3.6vw;
        font-weight: 700;
        
    }
    
    
    #pg1-hr-center-paragraph{
        width: 100%;
        height: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        /* background: #b21111; */
        padding: 1vw 0;
    
    }
    
    #pg1-hr-center-paragraph p{
        font-size: 2.5vw;
        font-weight: 400;
        color: #778396;
        margin-top: 2vw;

        
    }
    
  
    #pg1-hr-center-buttons button{
        width: 80px;
        height: 30px;
        font-size: 2.5vw;
        margin-top: 3vw;

    }
    #page2{
        width: 100%;
        height: 100vh;
        /* background-color: #000; */
    }
    #pg2-header{
        width: 100%;
        height: 15%;
        /* background-color: brown; */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0.5vw;
        padding: 2vw;
        
    }
    
    #pg2-header h3{
        font-size: 3vw;
    }
    
    #pg2-header p{
        font-size: 2.5vw;
        font-weight: 800;
        color: #778396;
        text-wrap:initial;
        text-align: center;
    }
    
    #pg2-hero{
        width: 100%;
        height: 75%;
        /* background-color: #fff; */
        display: flex;
        align-items: safe;
        justify-content: center;
        padding: 0.5vw;
    }
    #pg2-hr-card{
        width: 70%;
        height: 70%;
        /* background-color: brown; */
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 1vw;
        flex-wrap: wrap;
    }
    
    .pg2-hr-cards{
        width: 250px;
        height: 100px;
        border-radius: 8px;
        border: 1px solid rgba(218, 251, 248, 0.412);
        padding: 1vw;
        display: flex;
        align-items: start;
        justify-content: center;
        gap: 4px;
        flex-direction: column;
    }
    
    .pg2-hr-cards i{
        font-size: 5vw;
        font-weight: 300;
    
    }
    
    .pg2-hr-cards h3{
        font-size: 3vw;
        font-weight: 550;
    }
    
    .pg2-hr-cards p{
        font-size: 2.5vw;
        font-weight: 300;
        color: #778396;
    
    }
    

    
    #pg2-end-title h3{
        font-size: 4vw;
    }
    
 
    
    #footer h5{
        font-size: 3vw;
        font-weight: 400;
    }
}