@import url("./megamenu.css");
@import url("./banner.css");
@import url("./qiuckorder.css");
@import url("./applypath.css");
@import url("./levels.css");
@import url("./services.css");
@import url("./latestarticles.css");
@import url("./testimonials.css");
@import url("./registration.css");
@import url("./alt-slider.css");
@import url("./advertisment.css");
@import url("./scroll-to-top.css");
@import url("./autosteps.css");
@import url("./calculator.css");
@import url("./hexa.css");

/* scrollBar */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f9f9f9;
}

::-webkit-scrollbar-thumb {
    background: #b67fd5;
}

::-webkit-scrollbar-thumb:hover {
    background: #914fb8;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}

a:hover {
    text-decoration: none !important;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

.form-control {
    background: #e8f0fe;
    border: 1px solid #dedede;
    border-radius: 0.5rem;
    font-size: 14px;
}

input {
    font-family: tahoma;
}

input[type=tel] {
    direction: rtl;
}


.card-header h2 button.btn-link {
    color: #ddd;
}

.card-header h2 button.btn-link:hover,
.card-header h2 button.btn-link:focus {
    color: #fff;
    text-decoration: none;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
        /* IE6-8 */
        url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
        /* FF39+,Chrome36+, Opera24+*/
        url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
        url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

ul {
    padding-inline-start: 0px;
}

body,
html,
td,
span,
tspan,
text,
div {
    font-family: IRANSans, 'tahoma' !important;
}

body {
    direction: rtl;
    text-align: right;
    background-color: #1DA1F2 !important;
    background-color: #fafafa !important;
    font-weight: normal !important;
    font-size: 15px;
}

body>header.navigation {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.619);
}

.bg-darkest {
    background: #0E1120;
}


footer {
    background: #181C31;
    padding-top: 50px;
    padding-bottom: 45px;
}

.support {
    box-shadow: 0px 3px 10px rgba(255, 255, 255, 0.619);
    border-radius: 10px;
    margin-bottom: 45px;
    color: #212529;
    margin-top: -100px;
}

.support h4 {
    color: #fafafa;
}

footer p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 30px;
    text-align: justify;
}

.footer_content ul {
    list-style: none;
    padding: 0;
}

.footer_content ul li {
    margin-bottom: 17px;
}

.footer_content ul li a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer_content h4 {
    color: #FFF;
    margin-bottom: 20px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.app_link {
    border-radius: 15px;
    border: 0.5px solid #757C9C;
    background: #fafafa;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
    display: block;
}

.app_link img {
    height: 50px;
}

.social {
    text-align: left;
    padding-top: 15px;
}

.social .sbtnf {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 10px 0 0;
    opacity: .70;
    filter: alpha(opacity=70);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    text-align: center;
    width: 40px;
    text-decoration: none;
}

.social .sbtnf:hover {
    opacity: 1.0;
}

.color.icon-facebook {
    background: #3b5998;
}

.color.icon-twitter {
    background: #00bdec;
}

.color.icon-gplus {
    background: #d94a39;
}

.color.icon-linkedin {
    background: #1b92bd;
}

.app_content_link h4 {
    color: #515670;
    margin-bottom: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.app_content_link h2 {
    color: #FFF;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.bottom_footer_sec {
    background: #181C31;
    padding: 24px 0;
    border-top: 1px solid #757C9C;
}

.bottom_footer_sec span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.title_sec {
    background: linear-gradient(180deg, #7694c9 0%, #7e37a9 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.bg-darkest .title_sec {
    background: linear-gradient(180deg, #ddd 0%, #fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.img-fluid-custom {
    width: 100%;
}

.close {
    float: left;
}

.modal-header .close {
    margin: -1rem auto -1rem -1rem;
}

.modal-footer>:not(:first-child) {
    margin-right: .25rem;
    margin-left: 0;
}

.modal-footer>:not(:last-child) {
    margin-left: .25rem;
    margin-right: 0;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free" !important;
}

a {
    color: #7e37a9;
}

.bg-site-primary {
    background-color: #7e37a9;
}

.btn-primary {
    background-color: #7e37a9;
    border-color: #9d39da;
}

.btn-outline-primary:hover {
    background-color: #7e37a9;
}

.btn-outline-primary {
    color: #7e37a9;
    border-color: #7e37a9;
}

.btn-primary:hover {
    color: #fff;
    background-color: #a93ceb;
    border-color: #9d39da;
}

.ads img {
    border-radius: 10px;
}

.over-opacity:hover {
    opacity: 0.9;
}

.header-search-box {
    position: fixed;
    top: 0;
    width: 360px;
    left: 50%;
    margin-left: -180px;
    opacity: 0;
    transition: all 0.3s;
    background: #fafafa;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 0 0 10px 10px;
    padding: 0 30px;
    visibility: hidden;
}

.slide-in {
    top: 80px;
    opacity: 1.0;
    visibility: visible;
}



@media (max-width: 767px) {
    .support>div {
        margin-bottom: 35px;
    }

    .slide-in {
        top: 68px;
    }
}










.readmore {
    position: relative;
    max-height: 200px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 20px;
    color: #707070;
    transition: max-height 0.5s ease-out;
    font-size: 0.9rem;
}

.readmore.expand {
    max-height: 5000px !important;
    transition: max-height 0.7s ease-in-out;
}

.readmore-link {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    color: #7e37a9;
    font-weight: bold;
    font-size: 16px;
    padding-top: 40px;
    background-image: linear-gradient(to bottom, transparent, white);
    cursor: pointer;
}

.readmore-link.expand {
    position: relative;
    background-image: none;
    padding-top: 10px;
    height: 20px;
}

.readmore-link:after {
    content: "مشاهده بیشتر ...";
    bottom: 15px;
    position: relative;
}

.readmore-link.expand:after {
    content: "مشاهده کمتر";
}

.box-shadow-bottom {
    position: relative;
    padding: 20px 25px;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 18px -16px #131313;
    box-shadow: 0 3px 18px -16px #131313;
    -webkit-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    border-radius: 3px;
}




/*=========================[Modal style]==============================*/
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-dialog {
    margin: 70px auto 0;
}

.modal.fade .modal-dialog {
    transform: translateX(100px);
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}

.modal.show .modal-dialog {
    transform: translateX(0);
    /*top: 90px;*/
}

.modal-dialog .modal-content {
    background: #fff;
    text-align: center;
    border: none;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.modal-dialog .modal-content .close {
    color: #7e37a9;
    font-size: 30px;
    line-height: 15px;
    opacity: 1;
    position: absolute;
    right: auto;
    top: 20px;
    left: 15px;
    z-index: 1;
    transition: all 0.3s;
}

.modal-dialog .modal-content .close span {
    margin: -2px 0 0 0;
    display: block;
}

.modal-content .close:hover {
    color: #1eaaf1;
}

.modal-dialog .modal-content .modal-body {
    padding: 0 30px 30px !important;
}

.modal-dialog .modal-content .modal-body .modal-icon {
    color: #fff;
    background: #7e37a9;
    font-size: 70px;
    line-height: 125px;
    width: 125px;
    height: 125px;
    margin: -63px auto 15px;
    border-radius: 50%;
    display: inline-block;
}

.modal-dialog .modal-content .modal-body .title {
    color: #7e37a9;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px;
    text-transform: capitalize;
    margin: 0 0 15px;
}



.modal-dialog .modal-content .modal-body .description {
    color: #767676;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
}

.modal-dialog .modal-content .modal-body .input-group {
    background-color: #eff7ff;
    padding: 2px 1px;
    margin: 0 auto;
    border: 1px solid #c5cfdb;
    border-radius: 25px;
}

.modal-dialog .modal-content .modal-body input {
    background-color: transparent;
    height: 40px;
    /*width: calc(100% - 45px);
    border-radius: 25px;
    border: none;*/
    box-shadow: none;
}

.modal-dialog .modal-content .modal-body input:focus {
    box-shadow: none;
}

.modal-dialog .modal-content .modal-body .btn:not(.ticket-btn) {
    color: #fff;
    background-color: #7e37a9;
    font-size: 20px;
    line-height: 35px;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    border: none;
    transition: all 0.4s ease 0s;
}

.modal-dialog .modal-content .modal-body .btn:hover {
    color: #fff;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 767px) {
    .modal-dialog {
        width: 95% !important;
    }

    .modal-dialog .modal-content .modal-body {
        padding: 0 25px 45px !important;
    }

    .modal-dialog .modal-content .modal-body .title {
        font-size: 26px;
    }
}

.fa-rotate-225 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(225deg);
}


.modal-error .modal-dialog .modal-content .close,
.modal-error .modal-dialog .modal-content .modal-body .title {
    color: #bb0b0b;
}

.modal-error .modal-content .close:hover {
    color: #ee0a0a;
}

.modal-error .modal-dialog .modal-content .modal-body .modal-icon,
.modal-error .modal-dialog .modal-content .modal-body .btn {
    background: #bb0b0b;
}


.modal-hint .modal-dialog .modal-content .close,
.modal-hint .modal-dialog .modal-content .modal-body .title {
    color: #ffaf03;
}

.modal-hint .modal-content .close:hover {
    color: #f8d848;
}

.modal-hint .modal-dialog .modal-content .modal-body .modal-icon,
.modal-hint .modal-dialog .modal-content .modal-body .btn {
    background: #ffaf03;
}


.modal-success .modal-dialog .modal-content .close,
.modal-success .modal-dialog .modal-content .modal-body .title {
    color: #04e67c;
}

.modal-success .modal-content .close:hover {
    color: #61fab3;
}

.modal-success .modal-dialog .modal-content .modal-body .modal-icon,
.modal-success .modal-dialog .modal-content .modal-body .btn {
    background: #04e67c;
}

/*=========================[/Modal style]==============================*/













.container form .form-row {
    display: flex;
    margin: 10px 0;
    width: 100%;
    flex-wrap: nowrap;
}

form .form-row .input-data {
    width: 100%;
    height: 40px;
    margin: 0 10px;
    position: relative;
}

form .form-row .textarea {
    height: 70px;
}

.input-data input,
.input-data select,
.textarea textarea {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.12);
    background: transparent;
}

.header-search-box .input-data input {
    background: transparent;
}

.input-data input:focus~label,
.textarea textarea:focus~label,
.input-data input:valid~label,
.textarea textarea:valid~label,
.input-data input.empty-valid~label,
.input-data input.empty-valid:placeholder-shown:focus~label,
.input-data select:focus~label,
.input-data select.noempty-select~label {
    transform: translateY(-20px);
    font-size: 13px;
    color: #3498db;
}

.input-data input.empty-valid:placeholder-shown~label {
    font-size: 15px;
    color: inherit;
    transform: translateY(0px);
}

.input-data input:invalid~label,
.textarea textarea:invalid~label,
.input-data select:invalid~label {
    color: rgb(234 67 53);
    transform: translateY(-20px);
    font-size: 13px;
}

.input-data input:invalid:placeholder-shown~label,
.textarea textarea:invalid:placeholder-shown~label,
.input-data select.empty-select:invalid~label {
    color: inherit;
    transform: translateY(0px);
    font-size: 14px;
}

.input-data input:invalid:focus~label,
.textarea textarea:invalid:focus~label,
.input-data select.empty-select:invalid:focus~label {
    color: rgb(234 67 53);
    transform: translateY(-20px);
    font-size: 13px;
}

.textarea textarea {
    resize: none;
    padding-top: 10px;
}

.input-data label {
    position: absolute;
    pointer-events: none;
    bottom: 0px;
    font-size: 15px;
    transition: all 0.3s ease;
    right: 0;
}

.textarea label {
    width: 100%;
    bottom: 40px;
    background: transparent;
    text-align: right;
}

.input-data .underline {
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 100%;
}

.input-data .underline:before,
.input-data input.empty-valid:placeholder-shown~.underline:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    background: #3498db;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    right: 0;
}

.input-data input:focus~.underline:before,
.input-data input:valid~.underline:before,
.textarea textarea:focus~.underline:before,
.textarea textarea:valid~.underline:before,
.input-data input.empty-valid:placeholder-shown:focus~.underline:before,
.input-data select.noempty-select~.underline:before {
    transform: scale(1);
}

.input-data input:invalid~.underline:before,
.textarea textarea:invalid~.underline:before,
.input-data select:invalid~.underline:before {
    background: rgb(234 67 53);
    transform: scale(1);
}

.input-data input:invalid:placeholder-shown~.underline:before,
.textarea textarea:invalid:placeholder-shown~.underline:before,
.input-data select.empty-select:invalid~.underline:before {
    transform: scale(0);
}

.input-data input:invalid:focus~.underline:before,
.textarea textarea:invalid:focus~.underline:before,
.input-data select:invalid:focus~.underline:before {
    background: rgb(234 67 53);
    transform: scale(1);
}

.content {
    height: 51px;
    width: 100%;
    display: flex;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.show-hide {
    position: absolute;
    left: 10px;
    top: 12px;
}

.show-hide i {
    font-size: 19px;
    color: #7e37a9;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.show-hide i.hide::before {
    content: '\f070';
}

input:valid~.show-hide i {
    transform: translateX(0);
}




@media (max-width: 767px) {

    .container form .form-row {
        margin: 6px 0;
        flex-wrap: wrap;
    }

    form .form-row .input-data {
        margin: 0 !important;
    }

    .content {
        height: 52px;
    }
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #a93ceb;
    border-color: #9d39da;
}

.input-data input[readonly],
.input-data textarea[readonly],
.input-data select[disabled] {
    border-bottom: 2px solid transparent !important;
    font-weight: bold;
    color: #000;
}

.input-data input[readonly]~.underline:before,
.input-data textarea[readonly]~.underline:before,
.input-data select[disabled]~.underline:before {
    transform: scale(0);
}

.input-data input[readonly]~label,
.input-data textarea[readonly]~label,
.input-data select[disabled]~label {
    color: #212529;
    transform: translateY(-20px) !important;
    font-size: 14px;
}

.user-desktop button[disabled] {
    display: none;
}

button.form-editor,
button.form-editor:active,
button.form-editor:focus {
    outline: none !important;
    border: 0;
    box-shadow: none;
}



#progress-bar-container li .step-inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 14px;
}

#progress-bar-container li.active,
#progress-bar-container li:hover {
    color: #444;
}

#progress-bar-container li::after {
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #777;
    margin: auto;
    border: 7px solid #fff;
    border-radius: 50%;
    margin-top: 40px;
    box-shadow: 0 2px 13px -1px rgba(0, 0, 0, 0.2);
    transition: all ease 0.25s;
}

#progress-bar-container li:hover::after {
    background: #555;
}

#progress-bar-container li.active::after {
    background: #207893;
}

#progress-bar-container #line {
    width: 90%;
    margin: auto;
    background-color: #eee;
    height: 6px;
    position: absolute;
    left: 5%;
    top: 50px;
    z-index: 1;
    border-radius: 50px;
    transition: all ease 0.75s;
}

#progress-bar-container #line-progress {
    content: " ";
    width: 16%;
    height: 100%;
    background-color: #207893;
    background: linear-gradient(to right #207893 0%, #2ea3b7 100%);
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.25);
}

#progress-content-section {
    position: relative;
    top: 100px;
    width: 100%;
    margin: auto;
    background: #f3f3f3;
    background: #7e37a9;
    background-image: -webkit-linear-gradient(to right, #7e37a9, #7694c9);
    background-image: linear-gradient(to right, #7e37a9, #7694c9);
    color: #ddd;
    border-radius: 4px;
}

#progress-content-section .section-content {
    padding: 30px 40px;
    text-align: center;
}

.progress-wrapper {
    margin: auto;
    max-width: 1080px;
}

#progress-bar-container {
    position: relative;
    width: 100%;
    margin: auto;
    height: 100%;
    margin-top: 65px;
}

#progress-bar-container ul {
    padding-top: 15px;
    z-index: 999;
    position: absolute;
    width: 100%;
    margin-top: -40px;
}

#progress-bar-container li::before {
    content: " ";
    display: block;
    margin: auto;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid #aaa;
    transition: all ease 0.3s;
}

#progress-bar-container li.active::before,
#progress-bar-container li:hover::before {
    border: 2px solid #fff;
    background-color: #007bff;
}

#progress-bar-container li {
    list-style: none;
    float: right;
    width: 33%;
    text-align: center;
    color: #aaa;
    text-transform: uppercase;
    font-size: 11px;
    cursor: pointer;
    font-weight: 700;
    transition: all ease 0.2s;
    vertical-align: bottom;
    height: 60px;
    position: relative;
}



.section-content h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #333;
    color: #fff;
    letter-spacing: 1px;
}

.section-content p {
    font-size: 16px;
    line-height: 1.8rem;
    color: #777;
    color: #fff;
}

.section-content {
    display: none;
    animation: FadeinUp 0.7s ease 1 forwards;
    transform: translateY(15px);
    opacity: 0;
}

.section-content.active {
    display: block;
    opacity: 1;
}


@keyframes FadeInUp {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}


input[type=number],
input[type=tel] {
    font-family: IRANSans, 'tahoma' !important;
}







#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: right;
    background: #c5d7f7;
    color: #222;
    padding: 20px;
}

#faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: left;
}

#faq .card .card-header .btn-header-link.collapsed {
    background: #7e37a9;
    color: #fff;
}

#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#faq .card .collapsing {
    background: #c5d7f7;
    line-height: 30px;
}

#faq .card .collapse {
    border: 0;
}

#faq .card .collapse.show {
    background: #c5d7f7;
    line-height: 30px;
    color: #222;
}

.brand img {
    max-height: 50px;
}


#cart-icon {
    position: relative;
}

.cart-dropdown {
    position: absolute;
    top: 20px;
    /* فاصله از آیکون */
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1440px) {
    .cart-dropdown {
        right: -100px;
    }
}

@media (max-width: 1070px) {
    .cart-dropdown {
        right: -150px;
    }
}

@media (max-width: 760px) {
    .cart-dropdown {
        right: -200px;
        display: none !important;
    }
}

.cart-item-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 90px;
}


#dropArea {
    height: auto;
}

#browseBtn,
.ticket-modal .modal-dialog .modal-content .modal-body .btn {
    width: auto;
    height: auto;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: normal;
}

.ticket-modal .modal-dialog .modal-content .modal-body .btn {
    width: 100px;
    padding: 8px 10px;
}

.ticket-modal .modal-dialog .modal-content .modal-body .btn.btn-outline-primary {
    width: 40px;
    padding: 8px 10px;
}

.ml-xs-2 {
    margin-left: .5rem;
}

.ticket-message {
    width: 70%;
}

@media (max-width: 450px) {
    .ticket-modal .modal-dialog .modal-content .modal-body .btn {
        width: 41%;
        padding: 7px 9px;
    }

    .ticket-modal .modal-dialog .modal-content .modal-body .btn.btn-outline-primary {
        width: 12%;
        padding: 7px 9px;
    }

    .ml-xs-2 {
        margin-left: 0;
    }

    .modal-dialog .modal-content .modal-body {
        padding: 0 20px 45px !important;
    }

    .ticket-message {
        width: 95%;
    }
}