
#home-banner-container {
    width:100%;
    position: relative;
}
#home-banner-container .color-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgb(100, 54, 2)5%, #f7640f1e);
}
#home-banner-container .home-banner{
    position: relative;
    width: 100%;
    height: 85vh;
    background-image: url('images/home-page.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.greetings {
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    flex-direction: column;
    justify-items: center;
    max-width: 9000px;
    width: 100%;
    font-weight: 700;
    gap:0;
    color:  rgb(247, 248, 248);
    z-index: 3;
}
.greetings #welcome-text {
    width: 100%;
    font-size: 3.5rem ;
    text-align: center;
    font-family: "Special Gothic Condensed One", sans-serif;
}
.greetings #typed-text {
    width: 70%;
    margin: 0 auto;
    box-sizing: border-box;
    height: 4rem; 
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    font-style: italic;
    text-align: center;
    color: rgb(228, 243, 248);
    font-family: "Special Gothic Condensed One", sans-serif;
    font-size: 1.5rem ;
    font-weight: 500;
}
.greetings #time {
    width: 100%;
    font-size: 2rem ;
    pointer-events: none;
    text-align: center;
    font-weight: 700; 
    color:  rgb(247, 248, 248);
}
#home-banner-container #settings {
    position: absolute;
    top: 15%;
    right: 10%;
    z-index: 20;
}
#home-banner-container #settings svg {
    fill: rgba(129, 106, 106, 0.062);
    width: 24px;
    height: 24px;
}
#settings #login_form {
    background-color:rgb(7, 34, 104);
    padding: 20px;
    position: relative;
    color: rgb(191, 5, 5);
    margin-top: 1rem;
}#settings #login_form form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 240px;
    height: 150px;
}
#settings #login_form form > input{
    outline: none;
    width: 100%;
    height: 2rem;
    padding: 0 1rem;
    font-size: 1rem;
    margin-top: 1rem;
    background-color: white;
    border: none;
}
#settings #login_form form #btn {
    color: rgb(245, 245, 247);
    font-weight: 600;
    outline: none;
    width: auto;
    height: 2rem;
    padding: 3px 2rem;
    margin: 1rem auto;
    border: 2px solid white;
    border-radius: 3px;
    background-color: #fa7304;
}
#settings #login_form form #btn:hover {
    color:  rgba(2, 25, 118, 0.798);
    border: 2px solid #fa7304;
    background-color: white;
}
#home-banner-container #settings #login_form  .fa-xmark {
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    padding: 2px 4px;
    border-radius: 50%;
}
#home-banner-container .scroll-down-container {
    position: absolute;
    text-align: center;
    bottom: 0%;
    left: 5rem;
    width: 100px;
    height: 70px;
    padding: 1rem 0 0;
    border-radius: 3rem 3rem 0 0;
    background: rgba(71, 71, 71, 0.527);
}
@keyframes move {
    0% {  transform: translateY(0);}
    50% {  transform: translateY(3px);}
    100% {  transform: translateY(6px); opacity: 0;}
}
#home-banner-container .scroll-down-container #scroll-text {
    color: #ffff;
    letter-spacing: 1px;
    font-size: 0.58rem;
    margin: 10px 2px 2px;
}
#home-banner-container .scroll-down-container .material-symbols-outlined{
    color: #bfdcf6;
    width: 30px;
    height: 30px;
    animation: move  2s infinite ;
}
.container-container {
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 1rem 0;
 
}
#content-container {
    width: 95%;
    margin: 1rem auto;
}
#welcome-note {
    flex: 1;
    height: 100%;
    background: #fff;
    min-width: 0;
}
#welcome-note ul {
    list-style-type: disc;
    margin: 5px 1rem 0;
    padding: 0.7rem 0.2rem 0.1rem;
}
#welcome-note p {
    margin-top: 10px;
}
.container-container #welcome-note h2 {
    font-weight: 600;
    letter-spacing: 1px;
    text-align: left;
    font-size: 2.3rem;
    color: #0068e8;  
    font-family: "Special Gothic Condensed One", sans-serif;
}
.container-container #welcome-note h2 > b {     
    color: rgb(79, 141, 199);
    font-style: italic;
}
.navigator-container {
    width: 100%;
    max-width: 100%;
    min-width: 0; /* IMPORTANT: prevents overflow in grid */
    box-sizing: border-box; /* ensures padding stays inside */
    padding: 1rem 1rem;
    margin: 1.5rem auto 0;
    background: #fff;
    scroll-behavior: smooth;
    overflow-x: auto;
    white-space: nowrap;
}
.navigator-container > * {
    display: inline-block;
}
.navigator-container::-webkit-scrollbar {
    height: 6px;
}
.navigator-container .navigator-slider {
    display: flex;
    flex-wrap: nowrap;
    gap: 2rem;
    align-items: stretch;
    padding: 0 2rem;
    scroll-behavior: smooth;
}
.navigator-slide {
    flex: 0 0 200px; /* default size */
    max-width: 250px;
    text-align: center;
    position: relative;
}
.navigator-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.navigator-container .navigator-slider a{
    text-decoration: none;
}
.navigator-container .navigator-slider p{
    color: #384085;
    font-size: x-small;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    text-transform: capitalize;
    transform: translateX(-50%);
}
.field-row {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: flex-start;
    justify-content: space-between;
    margin: 1rem auto;
    padding: 4rem 4rem;
    background: #fff;
}
#welcome-note ul li {
    margin-bottom: 0.3rem;
}
#field {
    background: #18120b;
    width: 100%;
    flex: 1;
    position: relative;
    font-size: 14px;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(1);
    align-items: center;
    justify-items: center;
    border-radius: 1rem;
    overflow: hidden;
}
#first {
    margin: 0;
    padding: 0;
    max-width: 2000px;
    width: 100%;    
    border-radius: 0 0 0.5rem 0.5rem;   
}
#first p{
    width: 100%;
    margin: 0;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    padding: 1rem 2rem;
    font-size: large;
    text-align: center;
}
#field #first p, #field span{
    display: block;
}
#first span {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 2rem;
    border: 1px solid rgba(82, 91, 97, 0.199);
    padding: 10px 1rem;
    width: fit-content;
    margin: 1rem auto 2rem; 
    background: #3688e6;
    border: 1px solid #fff;
    transition: all 0.3s ease-in-out;
}
#first span svg{
    fill: #fff;
}
#first span:hover svg{
    transform: translateX(0.3rem);
    transition: 0.6s ease-in-out;
}
#field-image img{
    object-fit: cover;
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: 0.6s ease-in-out;
}
#field img:hover{
    transform: scale(1.12);
}
#field-image {
    width: 100%;
    overflow: hidden;
}
#field a {
    text-decoration: none;
}
@media (min-width: 1024px) {
    .navigator-slide {
        flex: 0.07 0.07 220px; /* allow growth */
        max-width: 300px;
    }
}
@media (max-width:1000px){
.greetings #welcome-text {
    font-size: 3rem;
}
 #content-container {
    width: 95%;
    margin: 2rem auto;
}
.container-container #welcome-note h2 {
    margin-bottom: 1.1rem;
}
.fields-container {
    padding:0;
}
}
@media (max-width: 850px){
.greetings #welcome-text {
    font-size: 2.5rem;
}
.greetings #typed-text {
    font-size: 1.2rem;
    height: 5rem;
}
.greetings  #time {
    font-size: 1.5rem;
}
}
@media (max-width: 750px){
.greetings #typed-text {
    width: 70%;
    text-align: center;
}
.greetings  #time {
    font-size: 2rem;
}
    .navigator-slide {
        flex: 0 0 150px;
        max-width: 200px;
    }
#home-banner-container #settings {
    position: absolute;
    top: 10%;
    right: 7%;
}
#home-banner-container .scroll-down-container {
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
   background: #6e2d0223;
}
}
@media (max-width: 630px) {
    .container-container {
    margin: 0;
    padding: 2rem 0;
}
#welcome-note {
    width: 100%;
    padding: 2rem 1rem;
    border: none;
    background: #fff;
    box-shadow: -1px -1px 15px rgba(0,0,0,0.05),   /* top-left */
            1px 1px 15px rgba(0,0,0,0.05);    /* bottom-right */
    border-radius: 1rem 1rem 0 0;
}
.field-row:first-child #welcome-note {
    padding: 2rem 1rem 0;
}
.container-container #welcome-note h2{
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0.5rem 0.5rem 0 0;
    margin: auto;
    padding:  0;
    text-align: center;
    justify-content: center;
}
#welcome-note p {
    text-align: center;
}
#welcome-note ul {
    border-top: none;
}
#welcome-note ul li{
    list-style-type: none;
    justify-self: center;
    text-align: center;
    margin-bottom: 1.3rem;
}
.field-row {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 2rem;
    border: none;
    padding: 1rem;
    background: none;
}
.field-row:nth-child(even) {
    display: flex;
    flex-flow: column-reverse;
}
#field {
    display: flex;
    flex-flow: column;
    text-align: center;
    justify-content: center;
    border-radius: 0 0 1rem 1rem;
    grid-template-columns: repeat(1);
    box-shadow: -1px 1px 5px rgba(0,0,0,0.1),   /* bottom-left */
            1px 1px 5px rgba(0,0,0,0.1);    /* bottom-right */
}
#first {
    border-radius: 0 0 1rem 1rem;
    padding-bottom: 1.5rem;
}
#first p{
    width: 100%;
    margin: auto;
    text-align: center;
    padding: 2rem 2rem 1rem;
    font-size: 1.5rem;
}
#first span {
    margin: 0 auto 1rem;
    border-radius: 5rem;
    width: 70%;
    background: rgb(5, 144, 237);
    color: #fff;
}
}
@media (max-width: 450px){
#home-banner-container .home-banner{
    max-height: 81vh;
}
.greetings {
    width: 100%;
    padding: 0;
}
.greetings  #time {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
}
.container-container {
    padding: 2rem 0 ;
}
.field-row:first-child {
    margin-top: 0;
}
#welcome-note {
    width: 100%;
    background: #ffffff;
 }
.container-container #welcome-note h2 {
    margin-bottom: 1.1rem;
    font-size: 2rem;
    letter-spacing: 0;
}
.field-row {
    padding: 1rem 0.5rem;
} 
}