html {
    scroll-behavior: smooth !important;
    -webkit-transition: all 0.5s ease-out;
}

.videos-list {
    margin-top:100px;
    display: flex;
    flex-direction: row;
}

.content-sections{
    overflow-y:auto;
    height: 100%;
    scroll-behavior: smooth;
}

#index_main_section{
    height: 100%;
    width: 100%;
    position:relative;
}

#index_main_section #landing-about {
    position: absolute;
    color: white !important;
    bottom: 10%;
    z-index: 1;
    left: 10%;
    font-family: 'Gilroy-Regular', sans-serif !important;
}

#index_main_section #landing-about span:first-child{
    font-size: 66.97px;
    font-weight: 600;
}
#index_main_section #landing-about span:last-child{
    font-size: 44.74px;
    font-weight: 400;
}

#index_main_section video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
    filter: brightness(50%);
}

#index_cards_section{
    height: 750px;
    width: 100%;
    background-color: #ffffff;
}

#index_about_uzb_section{
    height: 100%;
    width: 100%;
}

#index_news_section{
    height: 100%;
    width: 100%;
}

#index_cards_section{
    height: 750px;
    width: 100%;
    background-color: #ffffff;
}

#index_cards_sponsors_section {
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

body{
    background-color: #1C1C1C;
}

.quote{
    height: 160px;
    width: 100%;
    display:grid;
    grid-template-columns: 1fr;
    justify-items: center;
}

.quote-card{
    width: 80%;
    height: 160px;
    background-color: #EAEAEA;
    border-radius: 10px;
    display: grid;
    grid-template-columns: 15% 52% 3% 30%;
    justify-items: center;
    align-content: center;
    position:relative;
}

.quote-author {
    overflow: hidden;
}

.quote-text{
    font-size: 24pt;
    font-weight: 700;
    color:#4C4C4C;
    /*font-family: var(--fontItalic) !important;*/
    width: 100%;
    overflow: hidden;
    display: grid;
    align-content: center;
}

.vl {
    border-left: 2px solid grey;
    height: 120px;
}

.vertical-line {
    display: grid;
    align-content: center;
    height: 100%;
}

.quote-details {
    font-family: 'Gilroy-Regular', sans-serif !important;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: grid;
    align-content: center;
    justify-items: flex-start;
}

.quote-details > .quote-title {
    font-weight: 300 !important;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.quote-details > .quote-author {
    font-size:18px;
    font-weight: 700 !important;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
    #index_main_section #landing-about {
        bottom: 5%;
        left: 5%;
    }

    #index_main_section #landing-about span:first-child{
        font-size: 10vw;
        font-weight: 600;
    }

    #index_main_section #landing-about span:last-child{
        font-size: 6vw;
        font-weight: 400;
    }

    .quote-card{
        width: 90%;
        height: 160px;
        background-color: #EAEAEA;
        border-radius: 10px;
        display: grid;
        grid-template-columns: 15% 52% 3% 30%;
        justify-items: center;
        align-content: center;
        position:relative;
    }

    .quote-author {
        overflow: hidden;
        /*height: 100px;*/
        /*width: 60px;*/
        display:flex;
        align-items: center;
        justify-content: center;
    }

    .quote-text{
        font-size: 18px;
        font-weight: 700;
        color:#4C4C4C;
        /*font-family: var(--fontItalic) !important;*/
        width: 100%;
        overflow: hidden;
        display: grid;
        align-content: center;
    }

    .vl {
        border-left: 1px solid grey;
        height: 120px;
    }

    .vertical-line {
        display: grid;
        align-content: center;
        height: 100%;
    }

    .quote-details {
        width: 100%;
        font-family: 'Gilroy-Regular', sans-serif !important;
        height: 100%;
        overflow: hidden;
    }

    .quote-details > .quote-title {
        font-weight: 400 !important;
        font-size: 12px;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
    }

    .quote-details > .quote-author-name {
        font-size: 16px;
    }
}

.site-request-password-reset {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #ffffff;
}

#passwordresetrequestform-email {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: #1C1C1C;
    color: #ffffff;
}

#request-password-reset-form {
    width: 500px;
}

.site-reset-password {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    color: #ffffff;
}

#resetpasswordform-password {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: #1C1C1C;
    color: #ffffff;
}

#reset-password-form {
    width: 500px;
}

/*scrollbar*/
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #292929;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #959C6D;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
}


#loading-animation {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 99;
    /* Add additional styling as needed */
}

/* HTML: <div class="loader"></div> */
.loader {
    width: 65px;
    aspect-ratio: 1;
    position: relative;
}
.loader:before,
.loader:after {
    content: "";
    position: absolute;
    border-radius: 50px;
    box-shadow: 0 0 0 3px inset #fff;
    animation: l4 2.5s infinite;
}
.loader:after {
    animation-delay: -1.25s;
}
@keyframes l4 {
    0% {
        inset: 0 35px 35px 0;
    }
    12.5% {
        inset: 0 35px 0 0;
    }
    25% {
        inset: 35px 35px 0 0;
    }
    37.5% {
        inset: 35px 0 0 0;
    }
    50% {
        inset: 35px 0 0 35px;
    }
    62.5% {
        inset: 0 0 0 35px;
    }
    75% {
        inset: 0 0 35px 35px;
    }
    87.5% {
        inset: 0 0 35px 0;
    }
    100% {
        inset: 0 35px 35px 0;
    }
}
#map {
    height: 100%;
}
