﻿
:root {
            --bg: #eef3f7;
            --card: #ffffff;
            --txt: #111827;
            --muted: #6b7280;
            --primary: #2f7cf6;
            --ring: #cfe1ff;
            --input: #f3f5f7;
            --shadow: 0 20px 40px rgba(31,41,55,.12);
            --radius: 22px;
        }

        * {
            box-sizing: border-box
        }
        @font-face {
	font-family: iranyekan;
	font-style: normal;
	font-weight: normal;
	src: url('/frontPage/font/iranyekanwebregular.eot');
	src: url('/frontPage/font/iranyekanwebregular.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/frontPage/font/iranyekanwebregular.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/frontPage/font/iranyekanwebregular.ttf') format('truetype');
}
          @font-face {
	font-family: IRANSansWeb;
	font-style: normal;
	font-weight: normal;
	src: url('/frontPage/font/IRANSansWeb.eot');
	src: url('/frontPage/font/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('/frontPage/font/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('/frontPage/font/IRANSansWeb.ttf') format('truetype');
}



        
        html, body {
            height: 100%;font-family: IRANSansWeb;
        }

        body {
            margin: 0;
           
            background: var(--bg);
            color: var(--txt);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px;
            direction: rtl;
            text-align: right;
        }

        .shell {
            max-width: 1100px;
            width: 100%;
        }

        .card {
            background: var(--card);
            border-radius: 28px;
            box-shadow: var(--shadow);
            overflow: hidden;
            position: relative;
        }

        .grid {
            display: grid;
            grid-template-columns: 1fr;
        }

        @media (min-width: 980px) {
            .grid {
                grid-template-columns: .95fr 1.05fr;
            }
        }

        .formSide {
            padding: 40px 40px 48px 40px;
            position: relative;
        }

       @media (min-width:980px) {
            .formSide {
                padding: 56px 56px 64px 56px;
            }
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
            flex-direction: row-reverse
        }
       .brand a {
                color: #000;
    font-weight: bold;
    text-decoration: none;
        }
        .dot {
            width: 16px;
            height: 16px;
            border-radius: 50%;
            background: #F44336;
            box-shadow: 0 6px 18px rgba(59,130,246,.35)
        }

        .brand h1 {
            margin: 0;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: .2px
        }

        .headingTop {
            color: #98a2b3;
            font-weight: 700;
            letter-spacing: .04em;
            font-size: 12px;
            margin-top: 10px
        }

        .h2 {
            font-size: 22px;
            line-height: 1.15;
            margin: 10px 0 12px 0;
            font-weight: 900
        }

        .muted {
            color: var(--muted);
            font-size: 14px
        }

            .muted a {
                color: #1d4ed8;
                text-decoration: none
            }

        .fields {
            margin-top: 26px;
            display: grid;
            grid-template-columns: 1fr;
            gap: 14px
        }
        
        @media (min-width:700px) {
            .fields {
                grid-template-columns: 1fr 1fr
            }

                .fields .full {
                    grid-column: 1 / -1
                }
                
        }

        .input {
            background: var(--input);
            border-radius: 12px;
            padding: 12px 14px;
            border: 1px solid transparent;
            outline: none;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: .2s ease;
            flex-direction: row-reverse;
        }

            .input:focus-within {
                border-color: var(--ring);
                box-shadow: 0 0 0 4px rgba(47,124,246,.09)
            }

            .input input {
                border: 0;
                background: transparent;
                outline: none;
                width: 100%;
                font-size: 14px;
                color: #111827;
                text-align: right
            }

            .input small {
                display: block;
                color: #9ca3af;
                font-size: 12px;
                margin-bottom: 4px
            }

            .input.stack {
                flex-direction: column;
                align-items: stretch
            }

            .input .row {
                display: flex;
                align-items: center;
                gap: 8px;
                flex-direction: row-reverse
            }

        .actions {
            display: flex;
            gap: 16px;
            margin-top: 22px;
            flex-wrap: wrap;
            flex-direction: row-reverse
        }

        .btn {
            cursor: pointer;
            border: 0;
            border-radius: 999px;
            padding: 12px 22px;
            font-weight: 700;
            font-family: IRANSansWeb;font-size: 13px;
    text-decoration: none;
        }

            .btn.secondary {
                background: #f1f5f9;
                color: #64748b
            }

            .btn.primary {
            color: #fff;
    box-shadow: 0px 0px 12px 0px #bdbdbd;
    background: #000;
    display: flex;
    text-align: center;
    padding: 15px 15px;
    justify-content: space-between;
    align-items: center;
    width: 150px;
    flex-direction: row-reverse;
            }
            .btn.primary:hover  {
background-color: #123885;
}

        .media {
            position: relative;
            background: #fff;
            min-height: 320px;margin-top:0px;
        }

        .blobWrap {
            position: absolute;
            inset: 0
        }

            .blobWrap svg {
                width: 100%;
                height: 100%;
                display: block
            }

        .media img {
            position: absolute;
            inset: 0;
            width: 100%;
            height: 100%;
            object-fit: cover
        }

        .dash {
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0; /* یا left:0 اگر بخواهی سمت چپ تصویر باشد */
            width: 200px; /* باید با viewBox هماهنگ باشد */
            height: 100%;
            pointer-events: none;
            opacity: .55;z-index:9;
        }


            .dash line {
                vector-effect: non-scaling-stroke;
            }
            .otp-input{
                text-align: center;
    font-size: 23px;
    letter-spacing: 34px;
            }
            mt-25{
                margin-top:15px;
            }
            .mobile{
                display:none;
            }
        @media (min-width:980px) {
            .dash {
                display: block
            }
            
        }

        .wm {
            position: absolute;
            left: 28px;
            bottom: 26px;
            display: flex;
            gap: 8px;
            align-items: center;
            opacity: .85;
            flex-direction: row-reverse
        }

            .wm i {
                width: 6px;
                height: 6px;
                border-radius: 50%;
                background: #fff;
                display: inline-block
            }

            .wm b {
                display: inline-block;
                width: 28px;
                height: 10px;
                border-radius: 2px;
                background: #fff
            }

        .floating {
            filter: drop-shadow(0 24px 35px rgba(15,23,42,.15))
        }
        #gradient {
            width: 100%;
            height: 100%;
            position: fixed;
            left: 0px;
            right: 0px;
            z-index: -1;
            top: 0px;
        }
         .mobile{
                    display:none;
                }
         /* blob مخصوص دسکتاپ */
.desktop-blob {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  
   
}.btn_reserve.btn-pending {
    position: relative;
    background: linear-gradient(90deg, var(--btn-reserve-color, #2e7d32), #43a047, var(--btn-reserve-color, #2e7d32));
    background-size: 200% 100%;
    animation: pendingGradient 1.4s ease-in-out infinite;
    opacity: 0.92;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    direction:rtl;
}

@keyframes pendingGradient {
    0% { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.pending-dots {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.pending-dots span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    animation: pendingDotBounce 1s infinite ease-in-out both;
}

.pending-dots span:nth-child(1) { animation-delay: -0.32s; }
.pending-dots span:nth-child(2) { animation-delay: -0.16s; }
.pending-dots span:nth-child(3) { animation-delay: 0s; }

@keyframes pendingDotBounce {
    0%, 80%, 100% { transform: scale(0.6); opacity: 0.5; }
    40% { transform: scale(1); opacity: 1; }
}
 .ms_home {
    position: fixed;
    z-index: 999;
    bottom: 15px;
    right: 15px;
    display: block;
    width: 52px;
    text-align: center;
    height: 44px;
    border-radius: 50%;
    color: #fff;
    padding-top: 7px;
    font-size: 36px;
    background: linear-gradient(to bottom, rgb(255 117 0) 0%, #f58220cf 0%, rgb(245 130 32) 43%, #f58220b3 100%);
}
        @media only screen and (max-width: 980px) {

            .dash {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 91%;
    height: 120%;
    pointer-events: none;
    opacity: .55;
    z-index: 9;
}
            .hd-mobile{
                    display:none;
                }
                .mobile{
                    display:block;
                }
                .shell {
  
    height: 100%;
}
        }





