@font-face {
    font-family: Irancell;
    src: url(./../font/MTNIrancell-Light.ttf);
}

@font-face {
    font-family: Irancell-bold;
    src: url(./../font/MTNIrancell-Bold.ttf);
}

@font-face {
    font-family: Irancell-light;
    src: url(./../font/MTNIrancell-ExtraLight.ttf);
}

body {
    direction: rtl;
    text-align: right;
    background: #FAFAFA;
    overflow-x: hidden;
    font-family: Irancell;
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: white;
    text-decoration: none;
}

li {
    list-style: none;
}

button {
    border: 0;
    cursor: pointer;
}




.container {
    max-width: 1400px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.column {
    flex-direction: column;
}

.space-between {
    justify-content: space-between;
}

.align-item {
    align-items: center;
}

.core {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-sb {
    display: flex;
    justify-content: space-between;
}

.flex-ai {
    display: flex;
    align-items: center;
}

.text-center {
    text-align: center;
}





@font-face {
    font-family: Irancell;
    src: url(./../font/MTNIrancell-Light.ttf);
}

@font-face {
    font-family: Irancell-bold;
    src: url(./../font/MTNIrancell-Bold.ttf);
}

@font-face {
    font-family: Irancell-light;
    src: url(./../font/MTNIrancell-ExtraLight.ttf);
}

@font-face {
    font-family: Vazir-matn;
    src: url(./../font/Vazirmatn-Medium.ttf);
}

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #0D0F16;
}

body {
    direction: rtl;
    text-align: right;
    overflow-x: hidden;
    font-family: Vazir-matn;
    position: relative;
    height: max-content;
    /* background-size: 100%;
    background: url(../images/mytick-theater/wallhaven-y85yld\ 1.png);
    background-size: cover;
    background-attachment: fixed; */
    min-height: 100%;
    background-color: #0d0f16;
    display: flex;
    flex-direction: column;
}

.index-body {
    background-size: 100%;
    background: url(../images/mytick-theater/wallhaven-y85yld\ 1.png);
    background-size: cover;
    background-attachment: fixed;
}

.body-background {
    background-size: 100%;
    background: url(../images/mytick-theater/wallhaven-y85yld\ 1.png);
    background-size: cover;
    background-attachment: fixed;
}

a:hover {
    text-decoration: none;
}

section {
    width: 93%;
    margin: 0 auto;
}

li {
    list-style: none;
}

button {
    border: 0;
    outline: none;
    background-color: transparent;
}


a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.9;
    text-decoration: none;
}

.main-container {
    max-width: 576px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    flex: 1;
    width: 100%;
    min-height: 100%;
}

.main-container.index {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.main-box {
    position: relative;
    padding: 0 20px;
    height: 100%;
}


.header {
    height: 80px;
    display: flex;
    align-items: center;
}

.header img {
    width: 140px;
    height: 48px;
}

.headbox {
    padding-top: 30px;
    padding-bottom: 15px;
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #0d0f16;

}

.headbox-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headbox-top span {
    font-size: 16px;
    color: #fff;
}

.headbox-top .city-box {
    padding: 1px 20px;
    border-radius: 50px;
    border: 1px solid #656565;
}

.headbox-top .city-box span {
    font-size: 12px;
    margin-left: 5px;
}

/* .headbox-top .city-box select {
    background-color: transparent;
    border: 0;
    padding: 0 5px;
    font-size: 12px;
    color: #fff;
}

.headbox-top .city-box select option {
    color: #000;
}
 */


.headbox-top .back-tohome {
    cursor: pointer;
}


.headbox-bot {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.headbox-bot .sort-lowest {
    margin-right: 15px;
}

.search-input {
    width: 100%;
    border-radius: 50px;
    border: 1px solid #656565;
    background-color: #242424;
    padding-right: 10px;
    position: relative;
}

.search-input input {
    width: 80%;
    background-color: transparent;
    border: none;
    font-size: 12px;
    padding: 10px 0;
    color: #fff;
}

.search-input button {
    position: absolute;
    left: 15px;
    top: 7px;
    cursor: pointer;
}

.search-input input:focus {
    border: 0;
    outline: 0;
    color: #fff;
}

.search-input:focus-within {
    background-color: #0d0f16;
}

.search-input input::placeholder {
    color: #bebebe;
}

.slider {
    width: 100%;
    padding-top: 15px;
}

.slider .carousel-inner {
    border-radius: 14px;
    overflow: hidden;
}

.slider .carousel-indicators {
    bottom: -40px;
}

.slider .carousel-indicators {
    display: flex;
    flex-direction: row-reverse;
}

.slider .carousel-indicators li {
    width: 5px;
    height: 5px;
    border-radius: 50px;
    background-color: white;
    border: unset;
}

.slider .carousel-item a {
    min-height: 100px;
    /* temp min-height */
    background-color: #2f2f2f;
    transition: 1s;
}

.slider .carousel-item img {
    border-radius: 14px;
}

.category {

    padding-top: 70px;
}

.category ul {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.category ul li {
    width: 40%;
}

.category ul li button,
.category ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid #424242;
    border-radius: 26px;
    padding: 20px 0;
    background-color: #3f3f3f5f;
    transition: .2s;
}

.category ul li button span,
.category ul li a span {
    color: white;
    font-size: 16px;
}

.category ul li button img,
.category ul li a img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

.category ul li button:hover,
.category ul li a:hover {
    transform: scale(1.07);

}

.category ul li button.active,
.category ul li a.active {
    border: 2px solid #4D43D0;
}


.category .cat-next {
    margin-top: 200px;
    padding-bottom: 60px;
}

.category .cat-next button {
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
    font-size: 16px;
    text-align: center;
    background-color: #454545;
    color: white;
}

.category .cat-next button:hover {
    background-color: black;
}


.category .cat-next button.active {
    background-color: #3e57db;
}

.category .cat-next button:disabled {
    background-color: #454545;
    cursor: not-allowed;
}


.about-us {
    margin-top: 25px;
    margin-bottom: 30px;
}

.about-us-inner {
    background-color: rgba(99, 99, 99, 0.157);
    border-radius: 20px;
    padding: 20px 22px;
}

.about-us-inner .au-head span {
    font-size: 18px;
    color: #F4F9FF;
}

.about-us-inner p {
    font-size: 14px;
    color: #C7D2DD;
    line-height: 24px;
    margin-top: 17px;
    font-family: Irancell-light;
}

.about-us-inner .au-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-inner .au-social a {
    margin: 0 10px;
}

.about-us-inner .au-social a img {
    width: 24px;
    height: 24px;
}


.album-list {
    padding-top: 50px;
}

.album-list>ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.album-list>ul .error {
    width: 100%;
}

.album-list>ul .search-not-found,
.album-list>ul .error,
.album-list>ul .loading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.album-list>ul h3 {
    padding: 15px 30px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #646464;
    border-radius: 12px;
}

.album-list>ul li {
    width: 48%;
    padding: 5px 0;
    margin-bottom: 12px;
}

.album-list>ul li a {
    width: 100%;
    cursor: pointer;
}

.album-list>ul li a>div {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
}

.album-list>ul li a>div img {
    width: 100%;
    /* height: 80%; */
    border-radius: 14px;
    /* background-color: rgb(39, 39, 39); */
}

.album-list>ul li a>div .bi-status {
    position: absolute;
    width: 60%;
    right: 0;
    bottom: 0;
}

.album-list>ul li a>div .box-img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border-radius: 14px;
    background-color: #4f4f4fa6;

}

.album-list>ul li a>div .box-img.canceled {
    filter: grayscale(1);

}

.album-list>ul li a>div .box-img.canceled::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(132, 132, 132, 0.7);
}

.album-list>ul li a>div .box-img .bi-main {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.album-list>ul li a h6 {
    display: block;
    font-size: 14px;
    color: #F1F1F1;
    margin-top: 10px;
    margin-bottom: 5px;
}

.album-list>ul li a span {
    font-size: 13px;
    color: #9FA0A4;
    margin-bottom: 3px;
    display: block;
}


.album-list>ul li a span.timer {
    display: flex;
    align-items: center;
}

.album-list>ul li a span.timer h5 {
    font-size: 12px;
    color: #F1F1F1;
    font-family: 'Irancell-light';
    margin-left: 9px;
    margin-bottom: 0;
}

.album-list>ul li a span.timer>div {
    padding: 3px 12px;
    background-color: #403f45;
    border-radius: 5px;
    color: #fff;
}



.pager {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pager ul {
    display: flex;
}

.pager ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    background-color: #3e57db;
    border-radius: 7px;
    margin: 0 5px;
}


.pop-overlay {
    width: 100%;
    height: 0;
    /* background-color: rgba(0, 0, 0, 0.482); */
    position: sticky;
    left: 0;
    bottom: 0;
    right: 0;
    transition: .5s;
    opacity: 0;
    z-index: 2000;
    opacity: 0;
}

.pop-overlay .main-container {
    height: 100%;
}

.pop-overlay-inner {
    position: relative;
    height: 100%;
}

.popup-abs.active {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.482);
    z-index: 20;
    transition: .3s;
}

.pop-up {
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #202020;
    border-radius: 20px 20px 0 0;
    /* box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.482); */
    z-index: 999999;
    transition: .5s;
    /* opacity: 0; */
    overflow: hidden;
    border: 1px solid rgb(54, 54, 54);

}

.city-pop .pop-up {
    height: -webkit-fill-available;
    min-height: -webkit-fill-available;
}


/* @supports (height: 100dvh) {
    .city-pop .popup {
        height: 100dvh;
    }
} */

.pop-up .popup-box {
    width: 100%;
    height: max-content;
    position: relative;
    color: white;
    padding: 20px;

}



.pop-up .popup-box .close-popup {
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

.pop-up .popup-box .close-popup img {
    width: 20px;
}

.main-pop-box .popup-top {
    padding-top: 40px;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #3a3a3a;
}

.main-pop-box .popup-top img {
    width: 96px;
    height: 120px;
    border: 1px solid #353535;
    object-fit: fill;
    border-radius: 8px;
    margin-left: 20px;
}

.main-pop-box .popup-top span {
    font-size: 14px;
    font-weight: 200;
}

.main-pop-box .popup-top p {
    font-size: 13px;
    color: #9FA0A4;
}

/* 
.main-pop-box ul {
    margin: 0;
    padding-top: 20px;
    max-height: 300px;
    overflow-y: scroll;
}

.main-pop-box ul::-webkit-scrollbar {
    display: none;
}

.main-pop-box ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.main-pop-box ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-pop-box ul li h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.main-pop-box ul li span {

    padding: 0 25px;
}

.main-pop-box ul li .soon {
    font-size: 12px;
    color: #C8C5E9;
}

.main-pop-box ul li .sold-out {
    font-size: 12px;
    color: #FF8E5E;

}

.main-pop-box ul li img {
    margin-left: 10px;
}

.main-pop-box ul li a,
.main-pop-box ul li button {
    color: #fff;
    padding: 7px 29px;
    font-size: 12px;
    background-color: #4d43d0;
    border-radius: 50px;
    transition: .3s;
}

.main-pop-box ul li a:hover {
    background-color: black;
    transition: .3s;
}
 */




.sort-pop-box .spb-title {
    font-size: 14px;
    color: #F1F1F1;
    margin-bottom: 10px;
}

.sort-pop-box ul li button {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    font-family: 'Irancell-light';
}

/* .sort-pop-box ul li button:hover{
    background-color: #3e57db;
    border-radius: 10px;
} */




.city-pop-box .spb-title {
    font-size: 14px;
    color: #F1F1F1;
    margin-bottom: 10px;
}

.city-pop-box ul li button {
    text-align: right;
    width: 100%;
    padding-bottom: 20px;
    font-size: 16px;
    color: #fff;
    font-family: 'Irancell-light';
    cursor: pointer;
}

.city-pop-box ul li:last-child button {
    margin-bottom: 0;
}

.city-pop-box .search-input {
    margin-top: 25px;
}

.city-pop-box ul {
    /* margin: 0; */
    margin-top: 30px;
    max-height: 300px;
    overflow-y: scroll;
}

.city-pop-box ul .no-results {
    text-align: center;
    border: 1px solid #626262;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    background-color: #3c3c3c;
}

.city-pop-box ul .highlight {
    color: #ae74dc;
}

.album-header {
    /* padding: 20px; */
    position: relative;
    overflow: hidden;
}




.album-header .ah-album-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.album-header .ah-album-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    /* box-shadow: 0 0 160px 90px black; */
    box-shadow: 0 0 55px 65px #0d0f16;
}

.album-header .ah-album-box::after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    /* box-shadow: 0 0 70px 65px black; */
    box-shadow: 0 0 45px 80px #0d0f16;
}

.album-header .ah-album-box .ah-album-box-inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.album-header .ah-album-img {
    position: relative;
    width: 100vw;
    height: 100vw;
}

.album-header .ah-album-img img {
    width: 100%;
}

.album-header .ah-album-img img:last-child {
    position: absolute;
    top: -38px;
    left: -32px;
    bottom: 0;
    width: 117%;
}

.album-header .ah-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.album-header .ah-top h2 {
    font-size: 24px;
    color: #fff;
}

.album-header .ah-bott h4 {
    font-size: 20px;
    color: #f1f1f1;
    font-family: 'Irancell-bold';
    margin-bottom: 10px;
}

.album-header .ah-bott h5 {
    font-size: 18px;
    color: #f1f1f1;
}




.ticket-timer ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.ticket-timer ul li {
    margin: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ticket-timer ul li h3 {
    font-size: 28px;
    color: #F4F9FF;
}

.ticket-timer ul li span {
    font-size: 10px;
    color: #FFF;
}





.info-pop-box>span {
    font-size: 14px;
    color: #f1f1f1;
}


.ticket-info {
    display: flex;
    flex-direction: column;
    align-items: end;

    padding-top: 20px;
}

.ticket-info ul {
    width: 100%;
}

.ticket-info ul li {
    width: 100%;
}

.ticket-info ul li span {
    font-size: 16px;
    color: #f1f1f1;
}

.ticket-info ul li p {
    font-size: 12px;
    color: #9FA0A4;
    margin-top: 3px;
    line-height: 20px;
}


.ticket-info button span {
    color: #4D43D0;
    font-size: 12px;
}























.buy-ticket {
    padding: 20px 0px;
}

.buy-ticket ul {
    margin: 0;
    /* padding-top: 20px; */
    /* max-height: 300px;
    overflow-y: scroll; */
}

/* .buy-ticket ul::-webkit-scrollbar {
    display: none;
} */

/* .buy-ticket ul {
    -ms-overflow-style: none;
    scrollbar-width: none;
} */

.buy-ticket ul li {
    padding: 7px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.buy-ticket ul li .buy-list-right {
    display: flex;
    align-items: center;
    /* justify-content: ; */
}

.buy-ticket ul li .buy-list-right div:first-child {
    width: 64px;
    height: 64px;
    border-radius: 10px;
    padding: 5px;
    background-color: #1D1B36;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.buy-ticket ul li .buy-list-right div:first-child p {
    margin: 0;
    color: #888888;
    font-size: 12px;
}

.buy-ticket ul li .buy-list-right div:first-child span {
    font-size: 22px;
    color: #f1f1f1;
}

.buy-ticket ul li .buy-list-right div:last-child {
    margin-right: 10px;
}

.buy-ticket ul li .buy-list-right div:last-child h3 {
    font-size: 12px;
    color: #9FA0A4;
    margin: 0;
}

.buy-ticket ul li .buy-list-right div:last-child span {
    font-size: 12px;
    color: #9FA0A4;
    /* padding: 0 25px; */
}

.buy-ticket ul li .soon {
    font-size: 12px;
    color: #C8C5E9;
    padding: 7px 29px;
}

.buy-ticket ul li .sold-out {
    font-size: 12px;
    color: #FF8E5E;
    padding: 7px 29px;
}

.buy-ticket ul li img {
    margin-left: 10px;
}

.buy-ticket ul li a,
.buy-ticket ul li button {
    color: #fff;
    padding: 7px 29px;
    font-size: 12px;
    background-color: #4d43d0;
    border-radius: 50px;
    transition: .3s;
    font-family: 'Irancell-light';
}

.buy-ticket ul li a:hover {
    background-color: black;
    transition: .3s;
}

.map .map-inner {
    padding-bottom: 80px;
}

.map .map-inner img {
    width: 100%;
}




@media (min-width : 576px) {
    .album-header .ah-album-img {
        width: 100%;
        height: 100%;
    }

    .album-header .album-header-inner {
        height: 576px;
    }
}