﻿@import url(fontiran.css);

body {
    font-family: "PeydaWebFaNum";
    direction: rtl;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

input:focus, textarea:focus {
    /*background-color: lightyellow;*/ /* Change background color */
    /*box-shadow: 0 0 5px rgba(255, 165, 0, 0.7);*/ /* Add a glowing effect */
    outline: none; /* Remove default outline */
}
::placeholder {
    color: #00000066;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

.h100 {
    min-height: 100vh;
}

.main-container {
    box-shadow: -1px 1px 38px -17px rgba(0,0,0,0.53);
    -webkit-box-shadow: -1px 1px 38px -17px rgba(0,0,0,0.53);
    -moz-box-shadow: -1px 1px 38px -17px rgba(0,0,0,0.53);
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.fullscreen-bg {
    width: 100vw;
    height: 100vh;
    /*background-image: url('/images/postcard.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-background-primary-main {
    /*background-color: #fff;*/
    background-color: #fff;
}

.logo-box {
    padding: 1.5rem 0 !important;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

@media (min-width: 768px) {
    .max-w-md {
        max-width: 28rem;
    }
}

.max-w-md {
    max-width: 350px; /* 28rem;*/
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.relative {
    position: relative;
}

.header-box {
    padding: 1.5rem 0 !important;
}
/** dgc **/
.dgc-h1 {
    font-size: 20px;
    /*font-size: calc(1.256rem + 2.7vw);*/
    font-weight: 700;
    line-height: 1.4;
}

.dgc {
}

.dgc-box {
    display: flex;
    gap: 0.3rem; /* Adds space between columns */
    padding-bottom: 0.4rem !important;
}

.dgc-col {
    width: 100%; /* Sets width for each column */
}

.dgc-body {
    width: 100%;
    overflow: hidden; /* Ensures no unwanted overflow */

    position: relative;
    /*display: inline-block;*/
    border-radius: 7px;
}

.dgc-img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the div */
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0) 76.44%, rgba(21, 12, 12, 0.4) 100%);*/
}

.dgc-title {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 2px;
    font-size: 17px;
    text-align: center;
    width: 100%;
    /*background: linear-gradient(to bottom, transparent 0%, black 100%);*/
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.44%, rgba(21, 12, 12, 0.4) 100%);
}

.dgc-hc1 {
    height: 168px; /* Set the height of the div */
}

.dgc-hc2 {
    height: 118px; /* Set the height of the div */
}

.dgc-hc3 {
    height: 93px; /* Set the height of the div */
}

.p03 {
    padding: 1rem 0rem !important;
}

.copyright {
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 1rem;
}

    .copyright img {
        padding-left: 5px;
    }

.icn-back {
    padding-top: 5px;
    font-size: 15px;
    font-weight: 500;
}
.icn-home {
    font-size: 15px;
    font-weight: 500;
}

.icn-home a:hover path {
    fill: rgb(119, 144, 239);
    stroke: rgb(119, 144, 239);
}
.icn-support {
    font-size: 14px;
    font-weight: 500;
}

.icn-support a:hover path {
    stroke: rgb(119, 144, 239);
}
.icn-back a:hover path {
    fill: rgb(119, 144, 239);
    stroke: rgb(119, 144, 239);
}
.txt-support {
    font-size: 14px;
}

.txt-home {
    font-size: 15px;
    font-weight: 500;
}

.txt-payment {
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0%;
}

.txt-QRcode {
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
}
/*** gallery ***/
.gallery {
}

.gallery-big {
    position: relative;
}

    .gallery-big img {
        width: 100%;
        border-radius: 10px;
        /*margin-bottom: 20px;*/
    }

    .gallery-big label {
        position: absolute;
        left: 30px;
        top: -20px;
        background-color: #7790EF;
        padding: 7px;
        border-radius: 10px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        cursor: pointer;
    }

.gallery-list {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}

.gallery-big .ImageInput {
    display: none;
}

.gallery-big img {
   /* max-height: 404px;*/
}
/** form cart **/
.boxed {
    border-radius: 10px;
    width: 100%;
    border: 1px solid #dee2e6 !important;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
    height: 168px;
    scroll-behavior: auto;
}

textarea.boxed {
    padding: 1rem;
}

.form-cart input.url {
    text-align: left;
}

.form-textarea {
    position: relative;
}

    .form-textarea label {
        position: absolute;
        top: -12px;
        right: 15px;
        background-color: #fff;
        padding: 0px 5px;
        font-size: 14px;
        font-weight: 400;
    }

        .form-textarea label span {
            padding-right: 5px;
            font-size: 12px;
            font-weight: 300;
        }

.form-cart small {
    /*visibility: hidden;*/
}

.file-input-button input {
    display: none; /* Hide default input */
}

.file-input-button small {
    line-height: 3rem;
    display: block;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0%;
    text-align: center;
    direction: ltr;
    color: #000;
}
.input-disabled {
    background-color: lightgray !important;    
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}

.file-input-button span {
    color: #7162fd;
    display: block;
    font-weight: 700;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.file-input-button label, button.file-input-button {
    /*display: inline-block;*/
    padding: 10px 20px;
    background-color: #7790EF;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0px 4px 4px 0px #00000040;
    transition: all 0.3s ease;
    text-align: center;
    width: 217px;
    height: 38px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
}

    .file-input-button label:hover {
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
        background-color: #5E7CEE;
    }

.map {
    height: 168px;
    width: 100%;
    background-color: #dee2e6;
    border-radius: 10px;
    border: 1px solid #D6D4D4;
}

.text-desc {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0%;
    text-align: right;
    padding: 4px 0 12px;
}

.form-discount, .form-mobile {
    border-radius: 10px;
    border: 1px solid #C4BFBF
}
.form-discount div {
    position: relative;
    padding-left: 65px;
}


    .form-discount label, .form-mobile label {
        line-height: 35px;
        padding-right: 8px;
        font-size: 14px;
        font-weight: 500;
    }

    .form-discount input, .form-mobile input {
        width: 8rem;
        border-radius: 0;
        border: none;
        background-color: transparent;
        font-weight: 600;
        font-size: 14px;
        color: #000;
    }

    .form-discount button {
        width: 65px;
        height: 37px;
        border-radius: 10px;
        border: 0;
        background-color: #7790EF;
        color: #fff;
        text-align: center !important;
        position: absolute;
        left: -1px;
        top: -1px;
    }

/** overright **/
.form-check {
    padding-right: 1.5em !important;
    padding-left: 0 !important;
}

    .form-check .form-check-input {
        float: right !important;
        margin-right: -1.5em !important;
        margin-left: 0 !important;
    }

.form-group-list {
    margin: 0.95rem;
    padding-right: 15px;
}

.form-box {
    background-color: #fff;
    border-radius: 0.45rem;
    width: 100%;
    border: 1px solid #dee2e6 !important;
    padding: 1rem;
}

/*** Digicard ***/
.cart-container {
    min-height: 100vh;
}

.bgCart {
    background-size: cover;
    background-position: center;
}

.card-box {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    margin-top: 50vh;
    min-height: 250px;
}

.card-img {
    position: absolute;
    right: 1.5rem;
    top: -2rem;
}

    .card-img img {
        box-shadow: 0px 4px 4px 0px #00000040;
        width: 65px;
        height: 65px;
        border-radius: 7px;
    }

.cart-body {
    width: 100%;
    top: 30px;
    height: 220px;
}
.cart-header {
    position: relative;
}
/** steps **/
.steps {
    position: relative;
    top: 10px;
    direction: ltr;
    padding-left: 5px;
}

.stepContents {
    min-height: 100%;
    overflow-y: auto;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
}

.steps .step {
  display: block;
  width: 41px;
  margin-bottom: 15px;
  text-align: center;
}
}
.steps .step:hover {
    cursor: pointer;
}

.steps .step .step-icon-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    text-align: center
}
.steps .step .step-icon-wrap .step-icon {
    font-size: 9pt;
}
/*.steps .step .step-icon-wrap::before,*/
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 49%;
  width: 50%;
  height: 2px;
  margin-top: -1px;
  background-color: #777;
  content: '';
  z-index: 1;
}

    .steps .step .step-icon-wrap::after {
        right:-10px;
    }

    .steps .step .step-icon {
        display: inline-block;
        position: relative;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: #777;
        color: #fff;
        font-size: 18px;
        line-height: 35px;
        z-index: 5
    }

    .steps .step:last-child .step-icon-wrap::after {
        display: none
    }

    /*.steps .step.active .step-icon-wrap::before,*/
    .steps .step.active .step-icon-wrap::after {
        background-color: #777
    }

.step a {
    cursor: pointer;
}

.step.active path {
    fill-opacity: 1;
}
.de-active path {
    fill-opacity: 0.5;
}
.flex-sm-nowrap {
    flex-wrap: nowrap !important;
}

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

    .playPauseBtn span {
        position: relative;
        right: -20px;
        font-weight: bold;
    }

    .playPauseBtn .fa-play, .playPauseBtn .fa-pause {
        color: transparent;
        -webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: black;
        cursor: pointer;
    }

    .playPauseBtn i {
        font-size: 5rem;
    }

.duration {
    font-size: 1.2rem;
}
/*@media (max-width: 576px) {
    .flex-sm-nowrap .step .step-icon-wrap::before,
    .flex-sm-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 768px) {
    .flex-md-nowrap .step .step-icon-wrap::before,
    .flex-md-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 991px) {
    .flex-lg-nowrap .step .step-icon-wrap::before,
    .flex-lg-nowrap .step .step-icon-wrap::after {
        display: none
    }
}

@media (max-width: 1200px) {
    .flex-xl-nowrap .step .step-icon-wrap::before,
    .flex-xl-nowrap .step .step-icon-wrap::after {
        display: none
    }
}
*/
.bg-faded, .bg-secondary {
    background-color: #f5f5f5 !important;
}

.step-content {
    display: none;
}

    .step-content.active {
        display: block;
    }

.step-play img {
    width: 92px;
    height: 67px;
}

.step-logo img {
    box-shadow: 0px 4px 4px 0px #00000040;
    width: 65px;
    height: 65px;
    border-radius: 7px;
}

.step-url {
    font-weight: 700;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 1px;
    text-align: center;
}

.text-share {
    font-weight: 700;
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}

.text-copyright {
    font-family: Peyda(FaNum);
    font-weight: 600;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.charT {
    font-family: Times;
    font-weight: 900;
    font-size: 1.4em;
    line-height: 2rem;
}
/** form-copy **/
.form-copy {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.form-copy button {
    width: 80px;
    border: medium;
    border-radius: 10px 0 0 10px;
    background-color: #7790EF;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center !important;
    padding: 0 !important;
}

.form-copy input {
    border-radius: 10px;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    height: 39px;
    padding-right: 5px;
    direction: ltr;
    flex-grow: 1;
    text-align: center !important;
}
.form-copy label {
    border-radius: 10px;
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 15px;
    /*line-height: 100%;*/
    letter-spacing: 0%;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    height: 39px;
    padding-right: 5px;
    direction: ltr;
    flex-grow: 1;
    text-align: center !important;
    overflow: hidden;
    text-wrap: nowrap;
}

.form-copy label a {
    line-height: 39px;
}
.form-copy label a:hover {
    color: #212529;
}

.img-QRCode {
    width: 109px;
    /*    width: 10rem;
    border: 1px solid #aeaeae;
    padding: 2px;*/
}

.btn-download {
    background-color: #7790EF;
    border: 0 solid;
    color: #fff;
    width: 89px;
    height: 38px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
}

a {
    text-decoration: none;
    color: #000;
}

.form-check-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #000;
}

.form-check-label-sub {
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
}

/** form-payment **/
.form-payment .title-payment {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0%;
}

.text-price, .text-price-discount {
    font-weight: 700;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    padding-right: 15px;
    color: #6242F1;
}

/*.text-price-discount {
    margin-right: 80px;
}*/

.text-price.line {
    position: relative;
}

.text-price.line img {
    position: absolute;
    top: 0;
    left: 0;
    /*visibility: hidden*/
}

visibility {
    visibility: visible;
}

.text-uploadfile {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

    .text-uploadfile .txt1 {
        font-weight: 500;
        font-size: 20px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }

    .text-uploadfile .txt2 {
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }
.error {
    display: none;
    color: red;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: center;
    padding-top: 0.5rem;
}

/* For small devices (phones) */
@media only screen and (max-width: 600px) {
    .container-mobile {
        width: 100%; /* Full width on mobile */
    }
}

/* For tablets */
@media only screen and (max-width: 768px) {
    .container-mobile {
        width: 100%;
    }
}

/* For desktops */
@media only screen and (min-width: 992px) {
    .container-mobile {
        width: 100%;
    }
}

/* Player */
.example {
    margin-bottom: 40px;
    overflow: hidden;
}

.example-header {
    padding: 15px 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.example-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.player-container {
    flex: 1;
    min-width: 300px;
}

.code-container {
    flex: 1;
    min-width: 300px;
}


.buttons {
    margin-top: 10px;
}

button {
    background: #4285f4;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 8px;
    font-size: 14px;
}
#shareBtn{cursor:pointer;}