/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/

h1, h2, h3, h4, h5, h6, p, .countdown-widget, button, input, a.nc-trigger, .nc-titlewrapper--tile,
    .nc-popup-content label.error
    {
        font-family: IRANYekanX !important;
    }
@supports (font-variation-settings: normal) {
    h1, h2, h3, h4, h5, h6, p, .countdown-widget, button, input, a.nc-trigger, .nc-titlewrapper--tile,
    .nc-popup-content label.error
    {
        font-family: IRANYekanXVF !important;
    }
}

/* COUNTDOWN */
.countdown-widget.large .dash {
    font-feature-settings: "ss03";
}
.countdown-widget .dash_title {
    font-style: normal;
}

/* NAVIGATION */
#nc-navigation > div.flex-column {
    justify-content: flex-start;
}
.nc-navigation--box {
    flex-direction: row-reverse;
}
.nc-navigation--box .info {
    text-align: right;
    margin-inline: 20px;
}

/* HAMBURGER MENU */
.nc-menutrigger-wrap {
    position: fixed;
    z-index: 1;
    background: #000;
    width: 64px;
    height: 64px;
    border-radius: 8px;
    border: 2px solid rgb(255 255 255 / 24%);
    transition: transform 350ms;
}

/* SUBSCRIBE POPUP */
.nc-popup-content {
    border-radius: 16px;
}
.nc-popup-content label.error {

}
/* .align-c {
    direction: rtl;
} */
.form-widget-inputicon .form-widget--form-control {
    text-align: right;
    padding-right: 50px;
    border-radius: 8px;
}
.form-widget--icon {
    right: 0;
}
.nc-popup-content .btn {
    border-radius: 8px;
}
.nc-titlewrapper--tile {
    color: #333;
}
.solid.btn-primary {
    letter-spacing: normal;
}
/* hides input scrollbars
    for Chrome, Safari, Edge, Opera
 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {            /* Firefox */
    -moz-appearance: textfield;
}



@media (min-width: 1200px) {
	

}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
		
}

@media (min-width: 768px) {
    .nc-menutrigger-wrap {
        top: 70px;
        right: 70px;
    }
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
    .nc-menutrigger-wrap {
        top: 20px;
        right: 20px;
    }
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
    .owl-carousel.owl-loaded{
        display: grid;
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .owl-carousel.owl-loaded{
        display: grid;
    }
}
@media (min-width: 480px) and (max-width: 599px) {
    .owl-carousel.owl-loaded{
        display: grid;
    }
}
@media (min-width: 200px) and (max-width: 479px) {
    .owl-carousel.owl-loaded{
        display: grid;
    }

}