@charset "utf-8";
@font-face {
    font-family: IRANYekan;
    src: url("./../fonts/IRANYekanX-Medium.woff");
    font-weight: normal;
    font-style: normal;
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #c51414;
    --bs-btn-border-color: #c51414;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9b010d;
    --bs-btn-hover-border-color: #9b010d;
    --bs-btn-focus-shadow-rgb: 225, 83, 97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9b010d;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #c51414;
    --bs-btn-disabled-border-color: #c51414;
}

.right_menu {
    height: 100vh;
    background: #686767;
    line-height: 45px;
}

* {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-style: normal;
    direction: rtl;
    font-family: "IRANYekan", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s
}

img {
    max-width: 100%;
    object-fit: cover;
}

* {
    color: white;
}

.bordered_btn {
    padding: 10px 30px;
    border: 2px solid;
    color: white;
    border-radius: 30px;
}

header .bordered_btn {
    float: left;
}

.main-content {
    padding-top: 80px;
}

#home_top_banner {
    position: relative;
    background-position: center;
    height: calc(100vh - 100px);
    padding-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 15px;
}

#home_top_banner .text_contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    position: relative;
    font-size: 25px;
    width: 80%;
    margin: 0 auto;
}

#home_top_banner .text_contents img {
    width: 75%;
}

.resana_btn.red_btn {
    background-color: var(--swiper-pagination-color);
    border-color: var(--swiper-pagination-color);
    line-height: 40px;
    padding: 0 30px;
}

.cat_banner {
    height: 80vh;
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-left: 25%;
}

.cat_banner > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 50px;
}

.cat_banner-title {
    font-size: 28px;
}

.cat_slides {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: -20vh auto 5px auto;
    max-height: 50vh;
}

.home-cat-slider {
    display: block;
}

.game_slides {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    /*height: 50vh;*/
}

.cat_slides > div {
    padding: 5px;
}

.home_cat_banner_box {
    height: 85vh;
    margin-bottom: 250px;
}

.archive_page {
    position: relative;
}

.archive_page .archive_header {
    height: 600px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main_section {
    margin-top: 75px;
    position: relative;
}

#tarot_page .archive_header {
    background-image: url("../img/tarot_banner_flipped.jpg");
}

#birth_month_page .archive_header {
    background-image: url("../img/zodiac_banner_flipped.jpg");
}

#card_game_page .archive_header {
    background-image: url("../img/banner_poker_flipped.jpg");
}

.archive_page .archive_title {
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    justify-content: center;
    position: relative;
    height: 100%;
}

.archive_content {
    padding: 0 25px;
}

.all_movies_content {
    display: flex;
    width: 80%;
    margin: 0 auto;
}

.all_movies_content .movie_item {
    position: relative;
    overflow: hidden;
    width: 250px;
}

#simple_home_slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="tel"], input[type="text"], input[type="password"], input[type="email"] {
    color: black;
}

.btn-rounded {
    border-radius: 20px;
}

a {
    color: white;
}

footer .container {
    position: relative;
    z-index: 2;
}

footer a {
    color: #c1c1c1;
}

.btn.btn-block {
    display: block;
    width: 100%;
}

#plan_box, #custom_banner {
    line-height: 50px;
}

#FAQ {
    line-height: 40px;
}

#plan_box, #custom_banner, #link_box, #FAQ {
    position: relative;
    margin-top: 80px;
    /*padding-top: 70px;*/
    text-align: justify;
}

.movie-poster, .cat-poster {
    position: relative;
    display: block;
}

.cat-info-poster, .movie-info-poster, .cat-poster-hover {
    position: absolute;
    bottom: 0;
    height: 100%;
    background: #68020230;
    text-align: center;
    opacity: 0;
    width: 100%;
}

.movie-info-poster {
    font-size: 12px;
}
#user-dashboard .movie-info-poster{
    align-content: center;
}

.cat-info-poster {
    align-content: center;
    font-size: 16px;
}

.cat-poster-hover {
    font-size: 34px;
}

.movie-poster:hover .movie-info-poster, .cat-poster:hover .cat-info-poster, .game-poster:hover .cat-poster-hover {
    opacity: 1;
}

.sub-cat-row {
    height: 300px;
}

* {
    transition: all 0.5s;
}
select{
    cursor: pointer;
}

.single-header {
    height: calc(100vh - 100px);
}

#single-header-bg-lg {
    height: 100%;
    position: absolute;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.imdb-box {
    background: #6b0606;
}

.age-box {
    background: #b15d03;
}

.cat-poster-hover {
    top: 0;
    background: #68020230;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: center;
    display: grid;
    font-size: 34px;
}

.cat-poster image {
    height: 100%;
}
#user-dashboard nav{
    top:80px;
}
.chart-guide {
    font-size: 14px;
}
.card * {
    color: inherit;
}
.form-control {
    color: white !important;
}
@media screen and (max-width: 900px) {
    .archive_page .archive_header {
        background-size: contain;
        background-position: top;
        height: 400px;
    }
}

@media (max-width: 900px) {
    .cat_banner {
        background-size: cover;
        height: 50vh;
        padding-left: 10%;
        align-items: flex-start;
        padding-right: 30px;
    }

    .cat_slides {
        margin: -15vh auto 5px auto;
    }
}

@media screen and (max-width: 750px) {
    .sub-cat-row {
        height: auto;
    }

    .archive_page .archive_header {
        height: 450px;
    }
}

@media screen and (max-width: 500px) {
    .archive_page .archive_header {
        height: 215px;
    }
}
