:root {
    --primary: #341539;
}

* {
    scrollbar-width: 8px;
    scrollbar-color: #341539 #09040a;
}

@font-face {
    font-family: "Logo Font";
    src: url("../fonts/owners.regular.ttf");
    
}

@font-face {
    font-family: "BPG ExtraSquare";
    src: url("../fonts/bpg_extrasquare_2009.ttf");
}

@font-face {
    font-family: "BPG ExtraSquare Mtavruli";
    src: url("../fonts/bpg_extrasquare_mtavruli_2009.ttf");
}

.logo-font {
    font-family: "Logo Font";
}

.nusxuri {
    font-family: "BPG ExtraSquare";
}

.mtavruli {
	font-family: "BPG ExtraSquare Mtavruli";
}

/* ========== SWIPER CSS ========== */
.swiper-pagination {
    top: unset !important;
    bottom: unset !important;
    position: relative;
    text-align: end !important;
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5) !important;
}

.swiper-pagination-bullet-active {
    background: rgba(52, 21, 57, 1) !important;
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}



/* ========== TABS CSS ========== */
ul.tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    height: auto !important;
    padding: 0px 0px;
    list-style: none;
    margin: 0px 0px 10px 0px;
}

ul.tabs li {
    font-family: "BPG ExtraSquare Mtavruli";
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px 0px 10px;
    border-radius: 0px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    font-feature-settings: 'case' on;
}

ul.tabs li:hover {
    color: #fff;
    background: var(--primary);
}

ul.tabs li.active {
    color: #fff;
    background: var(--primary);
    outline: 2px solid var(--primary);
    outline-offset: 2px;
}

.tab_container {
    position: relative;
    border-top: none;
    clear: both;
    width: 100%;
    border-top: none;
}

.tab_content {
    display: none;
}

.tab_content iframe {
    border-radius: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.dleplyrplayer {
    width: 100% !important;
    max-width: 100% !important;
}

iframe, .plyr {
    height: 450px;
    border-radius: 10px;
}

.dlepl__item--active {
    background: var(--primary) !important;
    color: #fff !important;
}




/* ========== FULLSTORY MOVIE FUNCS CSS ========== */
.fullstory-movie-funcs {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    width: fit-content;
    display: flex;
    list-style: none;
    background: #0e070f;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 5px solid var(--primary);
    border-radius: 5px;
    align-items: center;
}

.fullstory-movie-funcs > a {
    padding: 16px 20px;
    display: flex;
    gap: 5px;
    align-items: center;
}

.fullstory-movie-funcs > a:first-child {
    border-top-left-radius: 5px;
}

.fullstory-movie-funcs > a:last-child {
    border-top-right-radius: 5px;
}

.fullstory-movie-funcs > a:hover {
    background-color: rgba(255,255,255,0.1);
}

.fullstory-movie-funcs > a:nth-of-type(1) > i {
    color: green;
}

.fullstory-movie-funcs > a:nth-of-type(2) > i {
    color: red;
}

.fullstory-movie-funcs > a:nth-of-type(3) > i {
    color: aqua;
}

.fullstory-movie-funcs > a:nth-of-type(4) > i {
    color: orange;
}

.fullstory-movie-funcs > .border-a {
    width: 2px;
    height: 30px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.1);
}

@media screen and (max-width: 968px) {
    .fullstory-movie-funcs > a {
        font-size: 14px;
        padding: 14px 18px;
    }
}






/* ========== PAGINATION CSS ========== */
.pagination-wrapper {
    position: relative;
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
    
.pagination-wrapper>.pages {
    display: flex;
    flex-wrap: wrap;
    
}
    
.pagination-wrapper a,.pagination-wrapper span {
    font-family: 'FiraGO', sans-serif;
    font-weight: bold;
    background-color: #09040a;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    display: block;
    height: 43px;
    line-height: 40px;
    margin-bottom: .4rem;
    margin-right: .5rem;
    text-align: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: color .3s ease-in-out,background-color .3s ease-in-out;
    width: 43px;
}

.pagination-wrapper .pages span:not(.nav_ext) {
    border-color: #341539;
    background-color: #341539;
    /*box-shadow: 0px 0px 5px #341539;
    text-shadow: 0px 0px 2px #fff;*/
    color: #fff;
    outline: 2px solid #341539;
    outline-offset: 2px;
}
    
.pagination-wrapper a:hover {
    border-color: #341539;
    color: #fff;
}