@font-face {
    font-family: 'IRANYekanX';
    src: url('../assets/font/IRANYekanX(Pro)/Variable Font/IRANYekanXVF.ttf')format('truetype');
    /*font-weight: normal;*/
    /*font-style: normal;*/
}
body {
    font-family:"IRANYekanX" !important;
    letter-spacing: -.3px !important ;
    /*-webkit-font-smoothing: antialiased;*/
    /*-moz-osx-font-smoothing: grayscale;*/
    width: 100vw;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    background: #F5F5F7;
    button,
    input,
    optgroup,
    select,
    textarea {
        font-family:"IRANYekanX" !important
    };


}

html,
body {
    overscroll-behavior-y: none;
    /*scroll-behavior: smooth;*/
    scroll-snap-type: none !important
}
#faq-close {
    display: none;
}

.faq-heading {
    -webkit-transition: text-indent 0.2s;
}

.faq {
    width: 100%;
    position: relative;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.faq label {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 26px;
    /*width: 100%;*/
    background-color: white;
    border-radius: 12px;
}

.faq input[type="checkbox"] {
    display: none;
}

.faq-arrow {
    content: url("../assets/icon/arrow-down.svg");
}
.faq input[type="checkbox"]:checked + .faq-header  {
    display: block;
    height:150px;
    transition: height 0.8s;
    margin-bottom: 40px;
}
.faq input[type="checkbox"]:checked +  .faq-header-d {
    display: block;
    height:190px;
    transition: height 0.8s;
    margin-bottom: 40px;
}

.faq input[type='checkbox']:not(:checked) + .faq-header {
    display: block;
    transition: height 0.8s;
    height: 70px;
    margin-bottom: 40px;
}
.faq input[type="checkbox"]:checked + .faq-header .faq-arrow {
    transform: rotate(180deg);
}
.faq-arrow {
    transition: transform 0.3s ease;
}

::-webkit-scrollbar {
    display: none;
}
#menuToggle
{
    position: absolute;
    top: 33%;
    right: 5%;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: black;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0 0;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
    position: absolute;
    width: 200px;
    margin: -100px 0 0 0;
    padding: 20px;
    padding-top: 125px;
    right: -38px;
    background: #F5F5F7;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    transform-origin: 0 0;
    transform: translate(100%, 0);
    transition: transform 1s cubic-bezier(0.77,0.2,0.05,1.0);
    border-radius: 4px;
}

#menu li
{
    padding: 10px 20px;
    font-size: 16px;
    text-align: center;
}
.active{
    font-weight: bold;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: scale(1.0, 1.0);
    opacity: 1;
}
.overlay {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index: 11;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    margin: 70px auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    width: 60%;
    position: relative;
    transition: all 5s ease-in-out;
    height: 70vh;
}

.popup h2 {
    margin-top: 0;
    color: #333;
}
/*.popup .close {*/
/*    position: absolute;*/
/*    top: 18px;*/
/*    left: 30px;*/
/*    transition: all 200ms;*/
/*    font-size: 30px;*/
/*    font-weight: bold;*/
/*    text-decoration: none;*/
/*}*/
.popup .close:hover {
    color: #0061AF;
}
.popup .content {
    /*margin-top: 20px;*/
    /*min-height: 612px;*/
    position: relative;
    overflow: auto;
    height: inherit;
}
.field-label_title{
    font-size: 12px !important;
}
.logo input[type="radio"] {
    display: none !important;
}
nav> div > input[type="radio"] {
    display: none !important;
}
nav> input[type="radio"]:checked + a  {
    font-weight:600 ;
}
#menu-default:checked ~ a {
    font-weight:400 ;!important;
}
.card > div:hover {
    cursor: pointer;
    /*transition: 0.5s ease-in-out;*/
    /*box-shadow: 0px 10px 10px 4px rgba(32, 40, 99,0.2);*/
    transform: scale(1.05);
}
.card > div{
    transition:.5s ease-in-out;
}

.no-scroll {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
}
.linear{
    background: linear-gradient(0, transparent 25%, #d0dae7 66%, transparent 80%);
}
.back-position{
    background-position: 0 85px;
}

@media screen and (max-width: 700px){
    .box{
        width: 70%;
    }
    .popup{
        width: 90%;
    }
}
@media (min-width: 1000px) and (max-width: 1500px){
    .ticket{
        width: 50% !important;
    }
}
@media (max-width: 1200px) {
    .card{
        flex-basis: 49% !important;
        /*margin-top: 20px !important;*/
    }
    .bkgImgContainer{
        width: unset!important;
    }
    .last-card{
        margin: 20px auto !important;
    }
}
@media (min-width: 800px) and (max-width: 1200px){

    .card{
        margin-top: 20px !important;
    }
    .last-card{
        margin-top: 20px !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .bkgImg{
        top:65% ;
        right: 2% ;
    }
    .bkgImg2{
        top:65% ;
    }
}
@media (min-width: 1000px) and (max-width: 1300px) {
    .accountSteps{
        height: 480px;
    }
}
@media (min-width: 1300px) and (max-width: 1400px) {
    .accountSteps{
        height: 600px;
    }
}
@media (min-width: 1400px) and (max-width: 1500px) {
    .accountSteps{
        height: 650px;
    }
}
@media (min-width: 1500px) and (max-width: 1600px) {
    .accountSteps{
        height: 650px;
    }
}

@media (min-width: 500px) and (max-width: 768px) {
   .accountSteps{
       background-image: url("../assets/images/o-a.svg");

   }
}
@media (min-width: 610px) and (max-width: 768px) {
    .accountSteps{
        height: 300px;
    }
}
@media (min-width: 500px) and (max-width: 610px) {
    .accountSteps{
      height: 250px;
    }
}
@media (min-width: 450px) and (max-width: 500px) {
    .accountSteps{
        height: 910px;
    }
}
@media (min-width: 500px) and (max-width: 768px) {
    .faq input[type="checkbox"]:checked + label {
        height: 210px;
    }
    .faq input[type="checkbox"]:checked + .faq-header {
        height:180px;
    }
    .faq input[type="checkbox"]:checked + #payma {
        height:190px;
    }

}
@media (min-width: 300px) and (max-width: 500px) {
    /*.popup .content{*/
    /*    height: 82vh;*/
    /*}*/

    .faq input[type="checkbox"]:checked + .faq-header {
        height:192px;
    }
    .faq input[type="checkbox"]:checked + #payma {
        height:210px;
    }
    .faq input[type="checkbox"]:checked + #support {
        height:195px;
    }
}
@media (min-width: 300px) and (max-width: 380px) {
    .address , .faq-heading ,.down-menu > a {
        font-size: 12px;
    }
    .questions{
        width: 109px;
    }
}





