﻿
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/iransans/IRANSansWeb.eot?');
    src: url('../fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/IRANSansWeb.woff') format('woff'), url('../fonts/iransans/IRANSansWeb.woff2') format('woff2'), url('../fonts/iransans/IRANSansWeb.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansWeb_bold';
    src: url('../fonts/iransans/IRANSansWeb_Bold.eot?');
    src: url('../fonts/iransans/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/IRANSansWeb_Bold.woff') format('woff'), url('../fonts/iransans/IRANSansWeb_Bold.woff2') format('woff2'), url('../fonts/iransans/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'IRANSansWeb_Medium';
    src: url('../fonts/iransans/IRANSansWeb_Medium.eot?');
    src: url('../fonts/iransans/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/IRANSansWeb_Medium.woff') format('woff'), url('../fonts/iransans/IRANSansWeb_Medium.woff2') format('woff2'), url('../fonts/iransans/IRANSansWeb_Medium.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansWeb_Light';
    src: url('../fonts/iransans/IRANSansWeb_Light.eot?');
    src: url('../fonts/iransans/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/IRANSansWeb_Light.woff') format('woff'), url('../fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'), url('../fonts/iransans/IRANSansWeb_Light.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'IRANSansWeb_Black';
    src: url('../fonts/iransans/IRANSansWeb_Black.eot?');
    src: url('../fonts/iransans/IRANSansWeb_Black.eot?#iefix') format('embedded-opentype'), url('../fonts/iransans/IRANSansWeb_Black.woff') format('woff'), url('../fonts/iransans/IRANSansWeb_Black.woff2') format('woff2'), url('../fonts/iransans/IRANSansWeb_Black.ttf') format('truetype');
    font-weight: bold;
}
#qrcode {
    width: 135px;
    height: 135px;

}
    #qrcode img {
        display: none !important;
    }
canvas {
    display: block !important;
}
:root {
    --brand-red: #c82230; /* پس‌زمینه اصلی */
    --ink: #1c1c1c;
    --border: rgba(255,255,255,.35);
}

html, body {
    height: 100%;
}

body {
    background: var(--brand-red);
    color: #fff;
    font-family: "IRANSansWeb", Tahoma, sans-serif;
    overflow-x: hidden;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../img/pattern.jpg);
    z-index: -1;
    margin: 15px;
    line-height: normal;
    background-position: left;
    direction: rtl;
}
a {
    text-decoration: auto;
}
ul {
    margin-top: 15px;
    padding-right: 15px;
}
li {
    font-size: 14px;
    padding-top: 5px;
}
/* هدر مطابق پوستر */
.hero {
    padding-top: 15px;
    text-align: center;
    background: #c82230;
    border-radius: 10px;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgb(52 50 51);
    box-shadow: 0 18px 60px rgba(0, 0, 0, .35);
    color: #fff;
    isolation: isolate;
}
.btn:hover {
    color: #4d7500;
    background-color: #181818;
}

.brand-line {
    color: #ffffffcc;
    font-weight: 500;
}

.brand-title {
    font-family: "Montserrat",sans-serif;
    font-weight: 900;
    line-height: 0;
    font-size: clamp(36px, 6vw, 76px);
    color: #161616;
}

    .brand-title .rr {
        background: #fff;
        color: #b52024;
        padding: 0 .2em;
        border-radius: .25rem;
    }

/* ====== باکس میانی با الگوی R ====== */
.box-wrap {
    position: relative;
    padding: 0px;
}

.invite-card {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid rgb(89 89 91);
    box-shadow: 0 18px 60px rgba(0,0,0,.35);
    color: #fff;
    isolation: isolate; /* برای لایه‌ها */
}

    /* لایه شیشه‌ای بسیار ملایم برای خوانایی */
    .invite-card .glass {
        background: #231f20e8;
    }

/* R سفید که نصفش بیرون است */
.r-floating {
    position: absolute;
    top: -50px;
    left: 30px;
    font: 903 clamp(114px, 18vw, 135px) / 1 "Montserrat", sans-serif;
    color: #fff;
    text-shadow: 0 10px 28px rgba(0, 0, 0, .25);
    z-index: 1;
    pointer-events: none;
    user-select: none;
    background: #c82230;
    width: 30px;
    height: 74px;
    border-radius: 5px;
}

.l-floating {
    position: absolute;
    top: -50px;
    right: 30px;
    font: 903 clamp(114px, 18vw, 135px) / 1 "Montserrat", sans-serif;
    color: #fff;
    text-shadow: 0 10px 28px rgba(0, 0, 0, .25);
    z-index: 1;
    pointer-events: none;
    user-select: none;
    background: #c82230;
    width: 30px;
    height: 74px;
    border-radius: 5px;
}
.r2-floating {
    position: absolute;
    top: -50px;
    left: 30px;
    font: 903 clamp(114px, 18vw, 135px) / 1 "Montserrat", sans-serif;
    color: #fff;
    text-shadow: 0 10px 28px rgba(0, 0, 0, .25);
    z-index: 1;
    pointer-events: none;
    user-select: none;
    background: #343233;
    width: 30px;
    height: 74px;
    border-radius: 5px;
}

.l2-floating {
    position: absolute;
    top: -50px;
    right: 30px;
    font: 903 clamp(114px, 18vw, 135px) / 1 "Montserrat", sans-serif;
    color: #fff;
    text-shadow: 0 10px 28px rgba(0, 0, 0, .25);
    z-index: 1;
    pointer-events: none;
    user-select: none;
    background: #343233;
    width: 30px;
    height: 74px;
    border-radius: 5px;
}
.tag.badge {
    font-weight: 800;
    letter-spacing: .6px;
}

.tag.vip {
  
    color: #111;
    width: 100%;
}

.tag.cip {
    background: linear-gradient(90deg,#cfd4d9,#ffffff);
    color: #111;
}

.tag.normal {
    background: linear-gradient(90deg,#a7f3d0,#34d399);
    color: #111;
}

.tag.staff {
    background: linear-gradient(90deg,#93c5fd,#3b82f6);
    color: #111;
}

.form-control, .form-select {
    background: rgba(255,255,255,.12);
    color: #fff;
    border-color: transparent;
}

    .form-control::placeholder {
        color: #ffffffb3;
    }

    .form-control:focus, .form-select:focus {
        background: rgba(255,255,255,.2);
        color: #fff;
        box-shadow: none;
        border-color: #fff6;
    }

.btn-ghost {
    background: #fff;
    color: #b52024;
    font-weight: 800;
    border: none;
    margin-top: 15px;
}

.status-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-left: .4rem;
    vertical-align: middle;
}

.tiny {
    font-size: .85rem;
    opacity: .95;
}

.imglogo2 {
    /*            border-top: 2px solid #db6f78;
            padding-top: 10px;
            margin-top: 10px;*/
}

.brand-title img {

    margin-bottom: 0px;
}
p {
    width: 100%;
    margin-top: 20px;
    text-align: justify;
    color: #858585;
}
.tiny span {
    color: #8d8d8d;
    margin-right: 10px;
}
@media only screen and (max-width: 1000px) {

    .imglogo2 {
        width: 100%;
    }

}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 900px;
    }
}
.social ul {
    margin: 0 auto;
    width: fit-content;
    padding-top: 13px;
    padding-bottom: 5px;
}
.social li {
    display: inline-block;
    zoom: 1;
    margin: 0 5px;
}
    .social li a {
        color: #ffffff;
        font-size: 33px;
        margin: 10px;
    }
.social li a i {
    transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
}
.carousel img {
    width: 100%;
    border-radius: 8px;
}
/* استایل فرم لاگین */
.sendVideo {
    max-width: 450px;
    margin: 40px auto;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    direction: rtl;
    font-family: 'IRANSans', sans-serif;
    margin-top: 15px;
    margin-bottom: 0px;
}

    /* استایل فیلدها */
    .sendVideo input[type="text"] {
        width: 100%;
        padding: 12px 14px;
        border: 1px solid #ddd;
        border-radius: 8px;
        margin-bottom: 15px;
        font-size: 15px;
        transition: 0.3s;
        background: #fafafa;
    }

        .sendVideo input[type="text"]:focus {
            border-color: #c82230;
            outline: none;
            box-shadow: 0 0 6px rgba(200, 34, 48, 0.3);
            background: #fff;
        }

/* استایل دکمه */
#sendVideoBtn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    background: #c82230;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

    #sendVideoBtn:hover {
        background: #a91c27;
        box-shadow: 0 3px 8px rgba(200,34,48,0.4);
    }

/* ریسپانسیو */
@media (max-width: 576px) {
    .sendVideo {
        padding: 0px;
    }

    #sendVideoBtn {
        font-size: 14px;
        padding: 10px;
    }
}