
@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Yekan Bakh FaNum 06 Bold.eot');
    src: url('../fonts/Yekan Bakh FaNum 06 Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 06 Bold.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 06 Bold.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Yekan Bakh FaNum 01 Hairline.eot');
    src: url('../fonts/Yekan Bakh FaNum 01 Hairline.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 01 Hairline.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 01 Hairline.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Yekan Bakh FaNum 02 Thin.eot');
    src: url('../fonts/Yekan Bakh FaNum 02 Thin.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 02 Thin.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 02 Thin.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Yekan Bakh FaNum 03 Light.eot');
    src: url('../fonts/Yekan Bakh FaNum 03 Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 03 Light.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 03 Light.ttf') format('truetype');
    font-display: swap;
}
@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Yekan Bakh FaNum 04 Regular.eot');
    src: url('../fonts/Yekan Bakh FaNum 04 Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 04 Regular.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 04 Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Yekan Bakh FaNum 04 Regular.eot');
    src: url('../fonts/Yekan Bakh FaNum 04 Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 04 Regular.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 04 Regular.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Yekan Bakh FaNum 05 Medium.eot');
    src: url('../fonts/Yekan Bakh FaNum 05 Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 05 Medium.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 05 Medium.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Yekan Bakh FaNum 08 Fat.eot');
    src: url('../fonts/Yekan Bakh FaNum 08 Fat.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 08 Fat.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 08 Fat.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 850;
    src: url('../fonts/Yekan Bakh FaNum 08 Fat.eot');
    src: url('../fonts/Yekan Bakh FaNum 08 Fat.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 08 Fat.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 08 Fat.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: 'YekanBakh';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Yekan Bakh FaNum 08 Fat.eot');
    src: url('../fonts/Yekan Bakh FaNum 08 Fat.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Yekan Bakh FaNum 08 Fat.woff') format('woff'),
    url('../fonts/Yekan Bakh FaNum 08 Fat.ttf') format('truetype');
    font-display: swap;
}
*{
    margin: 0;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
:root {
    --main-yellow: #d6bd60;
    --main-color: #f3672a;
    --main-color-a: #2f3293;
    --main-color-dark: #a23000;
    --white-color: #fff;
    --shadow-sm: 0 2px 8px rgba(0,0,0,0.1);
    --shadow-md: 0 4px 16px rgba(0,0,0,0.15);
    --shadow-lg: 0 8px 24px rgba(0,0,0,0.2);
    --transition: all 0.3s ease;
}
body{
    direction: rtl;
    font-family: 'YekanBakh';
    background: linear-gradient(135deg, #2f3293 0%, #1a1d5c 50%, #2f3293 100%);
    background-attachment: fixed;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    color: var(--white-color);
    position: relative;
}
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(243, 103, 42, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(214, 189, 96, 0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
}
body > * {
    position: relative;
    z-index: 1;
}
.text-info{
    color: var(--white-color) !important;
}
.float-right{
    float: right;
}
main {
    flex: 1;
    background: transparent;
    padding: 20px 0;
}
header{
    height: auto;
    min-height: 100px;
    background: linear-gradient(135deg, #f3672a 0%, #e55a1f 100%);
    box-shadow: var(--shadow-md);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: var(--transition);
}
header:hover {
    box-shadow: var(--shadow-lg);
}
header .container{
    padding: 15px 10px;
}
header .container-fluid{
    padding: 15px 10px;
}
ul li{
    list-style: none;
    color: #fff;
}
.menu ul {
    height: 100%;
    align-content: center;
    content: auto;
    text-align: center;
}
.menu ul li{
    display: inline-block;
    padding: 0 10px;
    font-size: 13pt;
    transition: var(--transition);
}
.menu ul li:hover {
    transform: translateY(-2px);
}
.menu a{
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 8px;
    transition: var(--transition);
    display: inline-block;
    position: relative;
}
.menu a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
    width: 0;
    height: 2px;
    background: #fff;
    transition: var(--transition);
}
.menu a:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
}
.menu a:hover::after {
    width: 80%;
}
.menu-left ul {
    height: 100%;
    align-content: center;
    content: auto;
    text-align: center;
}
.menu-left ul li{
    display: inline-block;
    padding: 0 8px;
    font-size: 12pt;
    transition: var(--transition);
}
.menu-left ul li:hover {
    transform: translateY(-2px);
}
.menu-left a{
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 8px;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.2);
}
.menu-left a:hover {
    background: rgba(255,255,255,0.25);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.menu-left i{
    margin-left: 8px;
    font-size: 14pt;
    transition: var(--transition);
}
.menu-left a:hover i {
    transform: scale(1.1);
}
footer{
    min-height: 200px;
    background: linear-gradient(135deg, #f3672a 0%, #e55a1f 100%);
    padding: 40px 0;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
    margin-top: 50px;
}
.hr-line {
    width: 100%;
    height: 1px;
    background: var(--main-color-a);
    transform: translate(0, -100%);
}
.copyR {
    background: linear-gradient(135deg, #2f3293 0%, #1a1d5c 100%);
    padding: 25px 0;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
}
.copyR p {
    background: transparent;
    color: rgba(255,255,255,0.9);
    font-size: 14px;
    margin: 0;
}
.copyR p:last-child {
    transform: translateX(-50%);
    margin-top: 15px;
}
.main-color{
    background: linear-gradient(135deg, #2f3293 0%, #1a1d5c 100%);
    color: var(--white-color);
}
.fill-height{
    height: 100% !important;
}
.fill-height {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}
#login h3{
    color: #fff;
}
#login{
    padding: 50px 0;
}
#login input[type='submit']{
    margin: 20px auto;
}
.form-group label{
    margin-bottom: 10px;
    margin-top: 10px;
}
.btn-success, .btn-primary {
    background: linear-gradient(135deg, #f3672a 0%, #e55a1f 100%) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 12px 30px !important;
    font-weight: 600 !important;
    box-shadow: var(--shadow-sm) !important;
    transition: var(--transition) !important;
    position: relative;
    overflow: hidden;
}
.btn-success::before, .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: var(--transition);
}
.btn-success:hover::before, .btn-primary:hover::before {
    left: 100%;
}
.btn-success:hover, .btn-primary:hover {
    background: linear-gradient(135deg, #ff7a3d 0%, #f3672a 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: var(--shadow-md) !important;
}
.btn-success:active, .btn-primary:active {
    transform: translateY(0) !important;
}
.card-body{
    background: linear-gradient(135deg, #f3672a 0%, #e55a1f 100%);
    border-radius: 15px;
    padding: 25px;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 1px solid rgba(255,255,255,0.1);
}
.card-body:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    background: linear-gradient(135deg, #ff7a3d 0%, #f3672a 100%);
}
.card-title{
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.card{
    background: transparent;
    border: none;
    min-height: 300px;
    margin-bottom: 30px;
    transition: var(--transition);
}
.card:hover {
    transform: translateY(-3px);
}
/* Buy Ticket Button Styles - Glassmorphism */
.btn-buy-ticket {
    background: rgba(255, 255, 255, 0.15) !important;
    backdrop-filter: blur(20px) saturate(180%) !important;
    -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 20px !important;
    padding: 18px 45px !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.4),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: none !important;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.btn-buy-ticket::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transition: left 0.6s;
}

.btn-buy-ticket:hover::before {
    left: 100%;
}

.btn-buy-ticket::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.btn-buy-ticket:hover::after {
    width: 300px;
    height: 300px;
}

.btn-buy-ticket i:first-child {
    font-size: 24px;
    transition: var(--transition);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    position: relative;
    z-index: 1;
}

.btn-buy-ticket i:last-child {
    font-size: 16px;
    transition: var(--transition);
    opacity: 0.8;
    position: relative;
    z-index: 1;
}

.btn-buy-ticket span {
    position: relative;
    z-index: 1;
}

.btn-buy-ticket:hover {
    transform: translateY(-5px) scale(1.03) !important;
    background: rgba(255, 255, 255, 0.25) !important;
    border-color: rgba(255, 255, 255, 0.5) !important;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.5),
        inset 0 -1px 0 rgba(255, 255, 255, 0.2),
        0 0 0 4px rgba(255, 255, 255, 0.1) !important;
}

.btn-buy-ticket:hover i:first-child {
    transform: rotate(-15deg) scale(1.15);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.btn-buy-ticket:hover i:last-child {
    transform: translateX(-8px);
    opacity: 1;
}

.btn-buy-ticket:active {
    transform: translateY(-2px) scale(0.98) !important;
    box-shadow: 
        0 5px 20px rgba(0, 0, 0, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.3) !important;
    background: rgba(255, 255, 255, 0.2) !important;
}

.buy-ticket-link {
    text-decoration: none;
    display: inline-block;
}

/* Logo Team Styles - Improved */
.logoTeam-wrapper {
    position: relative;
    height: 100%;
}

.logoTeam-link {
    text-decoration: none;
    display: block;
    height: 100%;
}

.logoTeam {
    transition: var(--transition);
    padding: 15px;
    border-radius: 15px;
    background: rgba(255,255,255,0.08);
    margin: 0;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255,255,255,0.1);
    min-height: 140px;
}

.logoTeam img {
    width: 85%;
    max-width: 120px;
    transition: var(--transition);
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
    position: relative;
    z-index: 2;
}

.logoTeam-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(243, 103, 42, 0.9) 0%, rgba(229, 90, 31, 0.9) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
    border-radius: 15px;
    z-index: 3;
}

.logoTeam-label {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 8px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.logoTeam-overlay i {
    color: #fff;
    font-size: 20px;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(-8px); }
}

.logoTeam:hover {
    transform: translateY(-5px) scale(1.03);
    background: rgba(255,255,255,0.12);
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
    border-color: rgba(255,255,255,0.3);
}

.logoTeam:hover img {
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.3));
    transform: scale(1.08);
}

.logoTeam:hover .logoTeam-overlay {
    opacity: 1;
}
.card-body i{
    font-size: 18pt;
    padding-top: 0;
    margin: 5px;
    color: rgba(255,255,255,0.9);
    transition: var(--transition);
}
.card:hover .card-body i {
    color: #fff;
    transform: scale(1.1);
}
.card-body span.position-absolute{
    top: 7px;
}
.card-body .descP{
    padding: 12px;
    font-size: 13pt;
    font-weight: 500;
    color: rgba(255,255,255,0.95);
    line-height: 1.6;
    border-radius: 8px;
    transition: var(--transition);
}
.card:hover .card-body .descP {
    background: rgba(255,255,255,0.15);
}
/* Additional modern styles */
.logoshow img {
    transition: var(--transition);
    filter: drop-shadow(0 2px 8px rgba(0,0,0,0.2));
}
.logoshow:hover img {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 12px rgba(0,0,0,0.3));
}

/* Card animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card {
    animation: fadeInUp 0.6s ease-out;
}

.card:nth-child(1) { animation-delay: 0.1s; }
.card:nth-child(2) { animation-delay: 0.2s; }
.card:nth-child(3) { animation-delay: 0.3s; }
.card:nth-child(4) { animation-delay: 0.4s; }
.card:nth-child(5) { animation-delay: 0.5s; }
.card:nth-child(6) { animation-delay: 0.6s; }

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

/* Input fields */
.form-control, .form-select {
    border-radius: 10px !important;
    border: 2px solid rgba(255,255,255,0.2) !important;
    background: rgba(255,255,255,0.1) !important;
    color: #fff !important;
    transition: var(--transition) !important;
    padding: 12px 15px !important;
}

.form-control:focus, .form-select:focus {
    border-color: var(--main-color) !important;
    background: rgba(255,255,255,0.15) !important;
    box-shadow: 0 0 0 0.2rem rgba(243, 103, 42, 0.25) !important;
    outline: none !important;
}

.form-control::placeholder {
    color: rgba(255,255,255,0.6) !important;
}

/* Alert boxes */
.alert {
    border-radius: 12px !important;
    border: none !important;
    box-shadow: var(--shadow-sm) !important;
    padding: 15px 20px !important;
}

/* Container improvements */
.container {
    position: relative;
    z-index: 1;
}

/* Mobile Responsive Styles */
@media (max-width: 991px) {
    .menu{
        display: none !important;
    }
    .logoshow{
        text-align: center;
    }
    .menu-left ul {
        padding: 0;
    }
    header{
        height: auto;
        min-height: 150px;
    }
    #app{
        margin-top: 15px;
    }
    .card {
        margin-bottom: 20px;
    }
    
    /* Buy Button Mobile */
    .btn-buy-ticket {
        padding: 16px 35px !important;
        font-size: 17px !important;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        border-radius: 18px !important;
        backdrop-filter: blur(15px) saturate(180%) !important;
        -webkit-backdrop-filter: blur(15px) saturate(180%) !important;
    }
    
    .btn-buy-ticket i:first-child {
        font-size: 22px;
    }
    
    .btn-buy-ticket i:last-child {
        font-size: 15px;
    }
    
    .btn-buy-ticket:hover {
        transform: translateY(-3px) scale(1.02) !important;
    }
    
    /* Logo Team Mobile */
    .logoTeam {
        padding: 12px;
        min-height: 120px;
    }
    
    .logoTeam img {
        width: 80%;
        max-width: 100px;
    }
    
    .logoTeam-label {
        font-size: 16px;
    }
    
    .logoTeam-overlay i {
        font-size: 18px;
    }
    
    /* Card improvements mobile */
    .card-body {
        padding: 20px 15px !important;
    }
    
    .card-title {
        font-size: 20px !important;
    }
}
