/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.special-lord {

    display: block;

    margin: 0 auto;

}

 .special-lord {

     display: block;

     margin: 0 auto;

 }

.dictionary .characters {

    direction: ltr;

    text-align: left;

    justify-content: center;

}

.dictionary .character {

    display: inline-block;

    color: #23282d;

    font-size: 29px;

    margin: 0 5px 10px;

    position: relative;

    padding: 0 6px;

}

.dark .dictionary .character {

    color: #fff;

}

.dictionary .character.active {

    color: #00c381;

    font-size: 34px;

    font-weight: bold;

}

.dictionary .character.active::after {

    width: 0 !important;

}

.dictionary .character::after {

    content: '';

    width: 0%;

    height: 41%;

    position: absolute;

    bottom: 4px;

    left: 0;

    background-color: #23282d5e;

    transition: .6s

}

.dictionary .character:hover:after {

    width: 100%;

}

.dictionary .word-container {

    border-bottom: 1px solid #23282d;

    padding-bottom: 10px;

    position: relative;

}

.dictionary .word-container:not(:first-child) {

    margin-top: 10px;

}

.dictionary .word-container .word {

    text-align: left;

    direction: ltr;

    color: #444;

    transition: all .5s ease-in-out;

}

.dictionary .word-container p {

    display: none;

    text-align: right;

}

.dark .dictionary .word-container p,
.dark .dictionary .word-container .word {

    color: #fff;

}

.dictionary .word-container .icon svg {

    width: 15px;

    height: 15px;

    border: 2px solid #00c381;

    color: #00c381;

    border-radius: 50%;

    padding: 5px;

    position: absolute;

    top: 0px;

    right: 10px;

    cursor: pointer;

}

.dictionary .word-container.selected-word .word {

    color: #00c381;

}

.dark .dictionary .character:after {

    background-color: #cbd2d95e;

}



 .special-lord {

     display: block;

     margin: 0 auto;

 }

.podcast .podcast-details {

    color: #23282d;

    display: block;

    padding: 20px 10px;

    margin-bottom: 20px;


    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 7%);

    border-radius: 8px;

}

.podcast .podcast-details .img-box {

    width: 100%;

    padding-top: 100%;

    position: relative;

    margin-bottom: 10px

}

.podcast .podcast-details .img-box img {

    width: 100%;

    height: 100%;

    border-radius: 5px;

}

.podcast .podcast-details .img-box img.first {

    position: absolute;

    top: 0;

    left: 0;

    z-index: 3;

}

.podcast .podcast-details .img-box span.second,
.podcast .podcast-details .img-box span.third {

    position: absolute;

    top: 12px;

    left: 50%;

    width: 90%;

    height: 100%;

    transform: translateX(-50%);

    z-index: 2;

    opacity: 0.8;

    transition: .6s

}

.podcast .podcast-details .img-box span.third {

    width: 80%;

    z-index: 1;

    top: 24px;

    opacity: 0.6;

}

.podcast .podcast-details:hover .img-box span.second,
.podcast .podcast-details:hover .img-box span.third {

    top: 0px;

}

.podcast .podcast-details .gap-example-1 {

    direction: ltr;

    width: auto;

    min-width: 150px;

    margin: 10px -6px;

}

.podcast .podcast-details .lord-dwn {

    position: absolute;

    top: 45px;

    /* right: 10px; */

    z-index: 7;

    right: 32px;

    width: 55px;

    height: 55px;

}

.podcast .podcast-details .gap-example-1 .download {

    position: absolute;

    top: 52px;

    right: 10px;

    width: 100px;

    /* background: #fff; */

    padding: 10px;

    display: flex !important;

    z-index: 80;

    justify-content: center;

    border-radius: 5px;

    box-shadow: 0 4px 16px 0 rgb(0 0 0 / 7%);

}

.podcast .podcast-details .gap-example-1 .download svg {

    opacity: 0;

}

.podcast .podcast-details h3.on-btn-dnld {

    margin-bottom: 60px;

    border-bottom: 1px solid #e1e1e1;

    padding-bottom: 10px;


}

.podcast .podcast-details p {

    margin: 10px 0;

}

.podcast .podcast-details .date {

    display: inline-block;

    margin-left: 15px;

    color: #aaa;

}

.podcast .podcast-details .date svg {

    color: #00c381;

    margin-left: 5px;

}

.podcast .podcast-details .more {

    position: absolute;

    left: 15px;

    bottom: 0px;

    font-size: 12px;

    color: #777;

    transition: all 0.5s ease-in-out;

}

