/*!* latin-ext main font *!*/
/*@font-face {*/
/*    font-family: 'Bentham';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url('font/bentham-latin-ext.woff2') format('woff2');*/
/*    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;*/
/*}*/
/*!* latin *!*/
/*@font-face {*/
/*    font-family: 'Bentham';*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: url('font/bentham-latin.woff2') format('woff2');*/
/*    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;*/
/*}*/
/*in-ext main font *!*!*/

@font-face {
    font-family: 'Caladea';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('font/caladea-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Caladea';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('font/caladea-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext LOGO */
@font-face {
    font-family: 'Climate Crisis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('font/climate-crisis-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Climate Crisis';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('font/climate-crisis-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Caladea', serif;
    font-style: normal;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 20px;
    color: #E0E0E0;
}

button, .button {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: rgb(240, 240, 240);
    background-color: transparent;
    border: 2px solid rgb(240, 240, 240);
    padding: 10px 25px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;
    outline: none;
    border-radius: 0;
}

button:hover, .button:hover {
    background-color: rgb(240, 240, 240);
    color: #212529;
    transform: scale(1.05);
}

button:active, .button:active {
    background-color: #dcdcdc;
    transform: scale(1);
}

input {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border: 2px solid rgba(255, 255, 255, 1);
    outline: none;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
    color: #fff;
    margin-bottom: 20px;
}

input:focus {
    border-color: #fff;
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.3);
}

input::placeholder {
    color: rgba(255, 255, 255, 1);
    font-style: italic;
}

#login-form > button {
    width: 100%;
}

.logo {
    font-family: 'Climate Crisis', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    color: #E0E0E0;
}

.round-image {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.mw-1000 {
    max-width: 1000px;
}

.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}




.carousel-container {
    position: relative;
    max-width: 1000px;
    margin: 50px auto;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-item-custom {
    flex: 0 0 300px;
    margin: 0 10px;
    transition: transform 0.5s ease, opacity 0.5s ease;
    transform: scale(0.85);
    opacity: 0.5;
}

.carousel-img-wrapper {
    position: relative;
}

.carousel-desc {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 0.95rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    text-align: center;
}

.carousel-item-custom.active .carousel-desc {
    opacity: 1;
    transform: translateY(0);
}

.carousel-item-custom.active {
    transform: scale(1);
    opacity: 1;
}

.carousel-img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.6);
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: white !important; /* force white */
    z-index: 10;
    cursor: pointer;
    user-select: none;
    padding: 0 10px;
}

.carousel-arrow.left {
    left: 10px;
}

.carousel-arrow.right {
    right: 10px;
}


.custom-tooltip {
    position: absolute;
    background-color: #333;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 14px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
    z-index: 9999;
    white-space: nowrap;
}




#profilePic {
    padding: 10px;
}

#profilePic > img {
    max-width: 100%;
}

#infoText {
    vertical-align: middle;
}

#infoText > a {
    color: #E0E0E0;
}

#footer {
    position: fixed;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    width: 100vw;
    color: #fff;
    line-height: 1.5;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 20px;
    margin: 0 20px 20px;
    text-align: left;
    opacity: 0.9;
    pointer-events: auto; /* Keeps footer interactive */
}

/* MOBILE */
@media all and (max-width: 675px) and (min-width: 0px) {
    .logo {
        font-size: 50px;
    }

    #profilePic {
        display: none;
    }
}

/* TABLETS */
@media all and (max-width: 1100px) and (min-width: 675px) {
    #profilePic {
        display: flex;
        justify-content: center;
        max-width: 250px;
    }
}
