@import 'menu.css';
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700;1000&display=swap');

@font-face {
    font-family: "light";
    src: url('../fonts/alfont_com_alfont_com_ge_dinar_one_light.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "bold";
    src: url('../fonts/alfont_com_ge_dinar_one_bold_1.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "regular";
    src: url("../fonts/alfont_com_ge_dinar_one_regular.otf");
    font-weight: normal;
    font-style: normal;
}

:root {
    --f_l: 'light';
    --f_b: 'bold';
    --f_r: 'regular';
    --color_or: #F79321;
    --color_br: #4B2220;
    --color_bl: #272626;
    --color_gr: #A5A5A5;
    --color_lgr: #F2F2F2;
    --with_bt2: 30px;
}

body, *, html {
    font-family: var(--f_r);
}

.color_br {
    color: var(--color_br) !important;
}

.fixed_table {
    width: calc(100% / 3);
}

.brand_logo {
    --logom: 0.8;
    background-image: url('../images/Dinar-logo big-size.png');
    height: calc(86px * var(--logom));
    width: calc(96px * var(--logom));
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: 0.5s;
}

.live_link {
    height: 29px;
    color: var(--color_or);
    border-radius: 5.5px;
    position: relative;
    background: #FFF;
    padding: 2px;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
    margin-left: 8px;
    border: 1px solid var(--color_or);
}

.header_content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 34px;
    padding: 15px 0;
    transition: 0.5s;
}

.live_link span {
    width: 4px;
    height: 4px;
    background: var(--color_or);
    position: absolute;
    right: 4px;
    top: 4px;
    border-radius: 50%;
}

.right_area {
    display: flex;
    justify-content: flex-end;
    flex: auto;
}

ul.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    /* gap: 34px; */
}

ul.menu li {
    margin-left: 6px;
}

ul.menu a {
    font-size: 16px;
    color: black;
    text-decoration: none;
    padding: 20px;
}

form.search_form input {
    min-width: 200px;
    line-height: 21px;
    font-size: 17px;
    border: 1px solid var(--color_gr);
    padding-right: 39px;
    padding: 4px;
    padding-right: 39px;
    border-radius: 5px;
    background: white;
    outline: unset;
}

form.search_form {
    position: relative;
    height: 31px;
}

form.search_form button {
    position: absolute;
    width: 34px;
    height: 26px;
    border: 0;
    top: 1px;
    right: 1px;
    color: var(--color_or);
    background: transparent;
    font-size: 21px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #fff;
}


form.search_form button i {
    font-size: 24px;
    position: relative;
    margin-bottom: 5px;
    margin-right: -2px;
}

form.search_form button:hover {
    background: var(--color_or);
    color: #FFF;
    transition: 0.5s;
    border: 1px solid var(--color_or);
}

.slid_item {
    display: block;
    background: var(--bg_img);
    width: 100%;
    height: 620px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider_image {
    z-index: 7;
    background: var(--bg_img);
    opacity: 0.3;
}

.logo2 {
    --logom: 0.7;
    background-image: url('../images/logo2.png');
    height: calc(263px * var(--logom));
    width: calc(552px * var(--logom));
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.left_image {
    background: var(--bg_img);
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 80%;
}

.play_link {
    background: var(--bg_img);
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: grid;
    justify-items: center;
    align-items: center;
    text-decoration: none;
}

.last_news {
    background: var(--color_lgr);
    padding: 25px 0;
}

.section1 {
    height: 100%;
    display: flex;
    align-content: unset;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 38px;
    padding: 60px 0;
}

.text-wheat {
    color: var(--color_wheat) !important;
}

.slick-dots li.slick-active {
    width: 25px;
    height: 25px;
    transition: 0.5s;
}

.main_slider {
    padding-bottom: 45px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    padding-bottom: 10px;
    z-index: 99999;
}

.play_link i {
    color: var(--color_or);
    font-size: 51px;
}

.head_title {
    font-weight: bold;
    color: var(--color_or);
    font-size: 19px;
    font-family: var(--f_b);
}

p.description {
    font-size: 18px;
    margin-top: 15px;
}

p {
    margin: 0;
    padding: 0;
}

.dates .day {
    color: var(--color_or);
    font-family: var(--f_b);
    letter-spacing: normal;
}

.text-black {
    color: var(--color_bl);
}

.text-orange {
    color: var(--color_or);
}

.dates {
    font-family: 'Cairo', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 15px;
    font-weight: 600;
}

.tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 25px;
    font-size: 15px;
}

.tag {
    background: var(--color_or);
    padding: 2px 5px;
    color: #FFF;
    border-radius: 5px;
    /* font-family: var(--f_b); */
}

.black_tags {
    display: flex;
    gap: 7px;
    flex-wrap: wrap;
    margin-top: 25px;
    font-size: 12px;
}

.black_tag {
    background: var(--color_bl);
    padding: 2px 5px;
    color: #FFF;
    border-radius: 5px;
    /* font-family: var(--f_b); */
}

.share_div {
    margin-top: 25px;
}

.share_div a span {
    border: 1px solid var(--color_or);
    border-radius: 50%;
    /* padding: 6px; */
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-left: 15px;
}

.share_div a span i {
    font-size: 28px;
    line-height: 17px;
    color: var(--color_or);
}

.share_div a {
    color: var(--color_bl);
    font-family: var(--f_b);
    font-size: 15px;
    text-decoration: none;
}

.episode_details {
    display: grid;
    align-content: center;
}

.guest_card_image {
    background: var(--bg_img);
    /* padding-top: 105%; */
    width: 100%;
    height: 113px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.episode_guests_cards {
    display: flex;
    /* height: 94%; */
    flex-wrap: wrap;
    gap: 5px;
}

.episode_guests {
    height: 92%;
    display: grid;
    grid-template-rows: auto 1fr;
    border-right: 2px solid var(--color_or);
    padding-right: 15px;
}

.guest_card {
    flex: 1;
    /* max-width: 50%; */
    gap: 5px;
    /* display: grid; */
    grid-template-rows: 1fr auto;
}


.guest_card_name {
    background: black;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    padding: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 25px;
    font-size: 14px;
}

.main_time > *,
.div_minutos > * {
    font-family: 'Cairo', sans-serif !important;
}

.main_time {
    display: flex;
    direction: ltr;
    width: fit-content;
    margin-top: 15px;
}

span.hora {
    font-size: 100px;
    font-weight: bolder;
    color: var(--color_br);
    line-height: 71px;
}

.div_minutos {
    display: flex;
    flex-direction: column;
    height: 72px;
    /* background: rebeccapurple; */
    line-height: 26px;
    justify-content: space-between;
}

span.minutos {
    font-size: 39px;
    font-weight: bold;
    color: var(--color_br);
    line-height: 38px;
}

span.period {
    font-size: 20px;
    font-weight: bolder;
    color: var(--color_or);
}

div#simple-timer {
    height: 85%;
}

.syotimer__head {
    display: none;
}

.syotimer__footer {
    display: none;
}

.syotimer__body {
    display: flex;
    width: 100%;
    /* background: red; */
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
    gap: 15px;
    flex-direction: row-reverse;
}

.syotimer-cell {
    flex: 1;
    /* background: red; */
    text-align: center;
    height: calc(100% - 25px);
    display: flex;
    justify-items: center;
    align-items: center;
    align-content: center;
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid var(--color_or);
}

.syotimer-cell__value {
    font-family: 'Cairo';
    font-weight: 700;
    font-size: 42px;
}

.syotimer-cell__unit {
    font-size: 17px;
}

header img {
    position: relative;
    height: 27px;
    margin-left: 5px;
}


.guest_card.static_card {
    
    display:contents;
    height: 220px;
    width: 100%;
    flex: 0;
}

.col_m_b {
    margin-bottom: var(--bs-gutter-x);
}

.small_mt {
    margin-top: 25px;
}

.small_mb {
    margin-bottom: 25px;
}

.guest_card_more_info {
    margin-top: 10px;
}

.guest_card_more_info p {
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 196px;
    text-overflow: ellipsis;
  
}

.with_bt2 {
    margin-top: var(--with_bt2);
}

.orange_btn {
    background-color: var(--color_or);
    color: #FFF;
}

.btn.orange_btn:hover {
    color: #FFF;
}

.btn {
    min-width: 200px;
    border-radius: 5px;
    outline: unset;
    box-shadow: none;
}

.footer_in_link {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
}

a.play_link_card {
    text-decoration: none;
    color: white;
    display: block;
}

.play_link {
    position: relative;
    min-height: 224px;
}

.episode_time {
    color: #FFF;
}

.episode_time span i {
    font-size: 21px;
}

a.play_link_card .play_link {
    background: var(--bg_img);
    background: linear-gradient(0deg, rgb(10 8 8 / 73%), rgb(164 156 227 / 0%)), var(--bg_img);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

section.latest_episode {
    background: linear-gradient(0deg, rgb(0 0 0 / 99%), rgb(94 84 171 / 30%)), url('../images/bg2.png');
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: grid;
    justify-items: center;
    align-items: center;
    text-decoration: none;
    background: url('../images/bg2.png');
    padding: 30px 0;
    /* margin-top: 30px; */
}

.episode_time i {
    font-size: 19px;
    margin-left: 10px;
}

.area_to_area {
    display: block;
    background-position: center;
    background-size: cover;
    background: var(--bg_img);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

table.table {
    border-color: #000000;
}

.table_area {
    margin-top: 25px;
}

table.table {
    border-color: #000000;
}

.tables_area {
    background: var(--color_lgr);
    padding: 15px;
}

.table > :not(caption) > * > * {
    background: #FFF !important;
}

.visit_count_span{
    color:#fff;
}

footer {
    padding: 20px 0px;
    background: var(--color_br);
     /*margin-top: 30px;*/
    height: auto;
    /*position: relative;*/
    /*bottom: 0;*/
}

ul.footer_menu {
    display: flex;
    margin: auto;
    width: fit-content;
    color: #FFF;
    gap: 10px;
    list-style: none;
    margin-bottom: 20px;
}

ul.footer_menu a {
    color: #FFF;
    text-decoration: none;
    padding: 27px;
    /* border-left: 1px solid; */
    position: relative;
    font-size: 16px;
}

ul.footer_menu a:after {
    border-left: 1px solid;
}

ul.footer_menu li a::after {
    content: '';
    position: absolute;
    left: 0;
    height: 22px;
    background: var(--color_or);
    color: var(--color_or);
}

ul.footer_menu li:last-child a:after {
    content: '';
    display: none;
}

ul.footer_social_media {
    display: flex;
    margin: auto;
    width: fit-content;
    color: #FFF;
    gap: 10px;
    list-style: none;
    flex-direction: row-reverse;
    margin: 25px auto;
}

ul.footer_social_media li a {
    width: 40px;
    height: 40px;
    background: #FFF;
    display: grid;
    justify-items: center;
    align-items: center;
    border-radius: 50%;
    text-decoration: none;
    color: var(--color_or);
}

ul.footer_social_media li a i {
    font-size: 20px;
}

p.footer_copyright {
    color: var(--color_or);
    text-align: center;
    direction: ltr;
    font-family: 'Cairo';
    font-size: 16px;
}

p.footer_copyright i {
    color: var(--color_or);
    font-size: 20px;
    margin-right: 5px;
}

.header1 header {
    background: #FFF;
    transition: 0.5s;
}

.header1 header {
    background: #4b2220;
}

.header1 ul.menu a {
    color: #FFF;
    /* padding: 12px; */
    transition: 0.5s;
}


a {
    cursor: pointer;
}

.table_section {
    margin-top: 25px;
}

.head_title_with_bgor {
    width: 100%;
    background: rebeccapurple;
    padding: 4px 15px;
    background: var(--color_or);
    color: #000;
    font-weight: bold;
}

.head_title_without_anything {
    width: 100%;
    padding: 4px 15px;
    background: transparent;
    color: #000;
    font-weight: bold;
}

.header_space {
    height: 100px;
    display: block;
}

.details p.description {
    margin-top: 2px;
    font-size: 18px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related_episodes_cards {
    background: var(--color_lgr);
    padding: 15px 15px;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 10px;
}

.related_episodes_card .tags {
    margin-top: 7px;
    gap: 5px;
    font-size: 14px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.related_episodes_card:first-child {
    margin-top: 0;
}

.related_episodes {
    /* max-height: 434px; */
    overflow-y: scroll;
    margin-top: 15px
}

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    height: 5px;
    background: #f1f1f1;
    max-height: 20px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #f79321;
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #4B2220;
}


.video_details {
    margin-top: 25px;
}

.video_details h1 {
    font-size: 33px;
}

.share_and_youtube_div {
    display: inline-block;
    float: left;
}

.video_details .dates {
    display: inline-block;
}

.video_details a.share_link {
    margin-left: 15px;
    text-decoration: none;
    color: #FFF;
    background: var(--color_or);
    border-radius: 50%;
    /* padding: 5px; */
    /* font-size: 20px; */
    /* text-align: center; */
    display: inline-grid;
    justify-items: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

a.youtube_link {
    color: var(--color_or);
    text-decoration: none;
    border: 1px solid var(--color_gr);
    padding: 3px 6px;
    border-radius: 5px;
}

a.youtube_link i {
    color: #da0707;
    margin-right: 7px;
    font-size: 23px;
}

.short_description {
    font-size: 35px;
}

.video_description {
    margin-top: 25px;
    border-radius: 5px;
    background-color: var(--color_lgr);
    padding: 15px;
}

.more_link {
    float: left;
}


.episode_guests.fexd_h {
    margin-top: 25px;
    height: 175px;
}


.outline_black .tag {
    background: #FFF;
    border: 1px solid var(--color_bl);
    color: var(--color_bl);
    font-family: var(--f_b);
}

.filter_link {
    background-image: url('../images/filter.png');
    height: 33px;
    width: 33px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.filter_link.collapsed {
    background-image: url('../images/filter-non-selected.png');
}

.collapse_col_filter {
    display: flex;
    /*justify-content: end;*/
    /*align-items: flex-end;*/
    gap: 18px;
}

.collapse_col_filter .dropdown .btn {
    background: transparent;
    color: var(--color_bl);
    height: 33px;
    border-radius: 5px;
    min-width: 173px;
    padding-left: 27px;
    outline: unset;
    box-shadow: none;
    border: 1px solid var(--color_bl);
}

.collapse_col_filter .dropdown-menu {
    width: 100%;
    text-align: right;
}

.collapse_col_filter .dropdown-toggle::after {
    left: 15px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

input[type="date"] {
    font-family: 'Cairo';
}

.flext_2_dates {
    display: flex;
    align-items: center;
    gap: 5px;
}

.card.card-body {
    background: var(--color_lgr);
    border: 1px solid var(--color_gr);
    border-radius: 5px;
    border: 0;
}

div#collapseExample {
    margin-top: 25px;
}

div#clone_area {
    margin-top: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--color_or);
    color: #000000;
    border-radius: 5px !important;
    border: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    color: black;
}

.about_section {
    background-image: url('../images/bg1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 20px;
}

.about_section table,
.about_section .table > :not(caption) > * > * {
    background: transparent !important;
    background-color: transparent !important;
}

.about_section .left_image {
    /* background-position-y: 400px; */
    background-size: contain;
}

.shad {
    width: 100%;
    box-shadow: 0 9px 24px 33px #fff, 0 -35px 27px 28px #ffffff78;
    display: block;
    height: 0;
    position: relative;
    top: 10px;
    z-index: 0;
}

.about_section table {
    margin-bottom: 73px;
}

.desc {
    font-size: 22px;
}

.guest_card.static_card .guest_card_name {
    font-size: 19px;
    height: 42px;
    line-height: 2
;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px;
    margin-right: 5px;
}
.head_title2 {
    font-size: 19px;
    margin-bottom: 15px;
}

table.table {
    border: 1px solid var(--color_gr);
    text-align: center;
}

.table > :not(caption) > * > * {
    border: 1px solid var(--color_gr);
    text-align: center;
}


.table > :not(:last-child) > :last-child > * {
    border-bottom-color: var(--color_gr);;
}

.mt_beg {
    margin-top: 60px;
}


.related_episodes .play_link {
    min-height: 149px;
}

.related_episodes .details p.description {
    margin-top: 0;
    font-size: 16px;
}

.related_episodes .dates {
    margin-top: 9px;
    font-size: 15px;
}

.related_episodes .black_tags {
    margin-top: 10px;
    gap: 5px;
    font-size: 12px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

div#collapseExample input,
div#collapseExample .select2-container--default .select2-selection--multiple {
    background: transparent;
    border: 1px solid var(--color_gr);
}


.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


.play_links_list .play_link {
    min-height: 170px;
}


.about_section p.description {
    line-height: 36px;
}

.about_section .head_title2 {
    line-height: 36px;
}

.episode_guests_row .guest_card.static_card {
    height: 290px;
}

.collapse_col_filter {
    display: flex;
    justify-content: flex-end;
}

/*.dropdown {*/
/*    flex: auto;*/
/*}*/

.collapse_col_filter .dropdown .btn {
    width: 100%;
}

button.btn.orange_btn.search_btn {
    width: 100px;
    line-height: 18px;
    position: relative;
    right: 120px;
}

a.more_link {
    text-decoration: none;
    color: var(--color_gr);
}

nav.navbar {
    background: #4b2220;
}

button.navbar-toggler {
    color: #FFF;
    border: 1px solid #FFF;
}

.navbar-nav .nav-link {
    color: #FFF;
    border-bottom: 1px solid #ffffff38;
}

.navbar-nav {
    padding-top: 0;
    margin-top: 15px;
    border-top: 1px solid #FFF;
}


.header1 header a.brand_logo {
    --logom: 0.5;
    transition: 0.5s;
}

.header1 header .header_content {
    padding: 10px 0;
    transition: 0.5s;
}

.header1 header ul.menu a {
    font-size: 13px;
    transition: 0.5s;
    padding: 12px;
}


.header1 header a.live_link {
    height: 28px;
    line-height: 25px;
}

.header1 header form.search_form {
    height: 26px;
}

.header1 header form.search_form input {
    padding-right: 30px;
    line-height: 16px;
    height: 28px;
}

.header1 header form.search_form button {
    /* display: none; */
    height: 25px;
}


.vjs-theme-fantasy .vjs-play-progress,
.vjs-theme-fantasy .vjs-play-progress:before {
    background-color: var(--color_or) !important;
}


.vjs-theme-fantasy .vjs-big-play-button {
    color: var(--color_or) !important;

}


.type2023 .guest_card_image {
    height: calc(100% - 30px);
    margin-bottom: 5px;
}

.type2023 .guest_card_name {
    height: 35px;
    line-height: 2;
}

input.search_button {
    height: 28px;
}

.next.guest_card_image {
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
}
.next_news{
    margin-top: 40px;
}
.guest_card_name.more_guests {
    font-family: var(--f_l);
    font-size: 20px;
    padding-top: 0px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.guest_card_image.more_guests {
    background: var(--bg_img);
    padding-top: 85%;
    width: 100%;
    margin-bottom: 10px;
    /* display: block; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.all_episodes {
    margin-top: 40px;
}

.related_episodes_card.episodes_page {
    background: var(--color_lgr);
    padding: 15px 15px;
    border-radius: 5px;
    margin-top: 15px;
    
}

.related_episodes_card.episodes_page .details {

}

.related_episodes_card.episodes_page .tags {
    margin-top: 7px;
    gap: 5px;
    font-size: 14px;
}
.about_grid {
    display: grid;
    grid-template-rows: 0fr  1fr 0fr 0fr ;
    min-height: 100vh;
}

.index_grid {
    display: grid;
    grid-template-rows: 0fr  1fr 0fr 0fr ;
    min-height: 100vh;
}
.counter{
    font-size: 20px;
     color:var(--color_or);
}