@import url('https://fonts.cdnfonts.com/css/dune-rise');

.glossary-page-heading {
    font-family: 'Dune Rise', sans-serif;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    padding: 16px;
    color: #fff;
    margin-bottom: 30px;
    -webkit-text-fill-color: white;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 4px;
    -webkit-text-stroke-color: #01F6872E;
}

h1 span {
    background-image: url(/images/heading-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 16px;
}

.glossary-section {
    padding-top: 45px;
    padding-bottom: 45px;
    /* background-color: #000; */
    background-image: url(/images/ai-glossary-background.webp);
    background-size: cover;
    background-repeat: no-repeat;
}

.header-character {
    font-family: 'Dune Rise', sans-serif;
    font-size: 230px;
    text-align: center;
    color: #fff;
}

.glossary_pre_arrow.disabled,
.glossary_next_arrow.disabled {
    opacity: 0.5;
    /* make them look disabled */
    pointer-events: none;
    /* disable clicking */
}

.slick-arrow:before {
    display: none;
}

.alphabet-row {
    background: #00FF5521;
    padding: 25px 30px;
    border-radius: 90px;
    max-width: 100%;
    margin: 0 auto;
}

.btn-character {
    background-color: transparent;
    outline: none;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 90px;
    padding: 6px 12px 4px 12px;
    font-size: 16px;
    margin: 0 5px;
}

.btn-character.active {
    background: linear-gradient(104.25deg, #30EB96 0%, #2CFF34 100%);
    border-radius: 90px;
}

.character-section {
    background-image: url(/images/glossary-header.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.glossary-words {
    margin-top: 75px;
}

.glossary-slider {
    background: #00FF8524;
    padding: 30px 15px;
    border-radius: 30px;
    min-height: 425px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.glossary-description {
    background: #00FF8524;
    padding: 55px 40px;
    border-radius: 30px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.glossary-slider .slick-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 10px;
}

.glossary-list-controller {
    margin-top: 30px;
}

.words-capusle {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 13px 40px;
    text-align: center;
    border-radius: 30px;
    background: #00FF8524;
}

.words-capusle span {
    color: #00FF85;
    font-family: Mori Gothic;
    font-size: 18px;
    font-weight: 400;
}

.bar {
    border: 1px solid #FFFFFF;
    width: 100%;
}

.glossary_pre_arrow {
    left: 0;
}

.glossary_next_arrow {
    right: 0;
}

.slide-capsule {
    flex: 1 1 auto;
    width: auto !important;
    max-width: 100%;
    cursor: pointer;
    padding: 10px 20px;
    color: #fff;
    border: 1px solid #30EB96;
    border-radius: 10px;
    font-family: Mori Gothic;
    font-size: 14px;
    font-weight: 400;
    margin: 10px;
    display: inline-block;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.slide-capsule.active {
    background: linear-gradient(104.25deg, #6CFF9E 0%, #2CFF67 100%);
    color: #000
}

.glossary-description {
    display: none;
    margin-top: 100px;
}

#glossary-heading {
    font-family: 'Dune Rise', sans-serif;
    color: #2CFF80;
    font-size: 36px;
    margin-bottom: 30px;
}

#glossary-description {
    color: #fff;
    font-family: Mori Gothic;
    font-size: 20px;
    font-weight: 400;
    line-height: 43.4px;
    text-align: left;
}

.glossary_description_pre_arrow {
    margin-right: 10px;
}

@media (max-width: 767.98px) {
    .glossary-page-heading {
        font-size: 30px;
    }

    .alphabet-row {
        flex-wrap: wrap;
        border-radius: 20px;
    }

    .d-none-sm {
        display: none !important;
    }

    .glossary_pre_arrow {
        left: 35%;
    }

    .glossary-description {
        margin-top: 70px;
        padding: 34px 20px;
    }

    #glossary-heading {
        font-size: 18px;
    }

    #glossary-description {
        font-size: 14px;
        line-height: 25px;
    }
}