@import "../fonts/fontawesome/css/fontawesome.css";
@import "../fonts/fontawesome/css/brands.css";
@import "../fonts/fontawesome/css/solid.css";

@font-face {
font-family: iranyekan;
font-weight: 800;
src: url('../fonts/iranyekan/iranyekanwebextraboldfanum.eot') format('eot'),
    url('../fonts/iranyekan/iranyekanwebextraboldfanum.woff') format('woff');
}
@font-face {
font-family: iranyekan;
font-weight: 700;
src: url('../fonts/iranyekan/iranyekanwebboldfanum.eot') format('eot'),
    url('../fonts/iranyekan/iranyekanwebboldfanum.woff') format('woff');
}
@font-face {
font-family: iranyekan;
font-weight: 500;
src: url('../fonts/iranyekan/iranyekanwebmediumfanum.eot') format('eot'),
        url('../fonts/iranyekan/iranyekanwebmediumfanum.woff') format('woff');
}
@font-face {
font-family: iranyekan;
font-weight: 400;
src: url('../fonts/iranyekan/iranyekanwebregularfanum.eot') format('eot'),
        url('../fonts/iranyekan/iranyekanwebregularfanum.woff') format('woff');
}
@font-face {
font-family: iranyekan;
font-weight: 300;
src: url('../fonts/iranyekan/iranyekanweblightfanum.eot') format('eot'),
    url('../fonts/iranyekan/iranyekanweblightfanum.woff') format('woff');
}
@font-face {
font-family: iranyekanblack;
src: url('../fonts/iranyekan/iranyekanwebblackfanum.eot') format('eot'),
    url('../fonts/iranyekan/iranyekanwebblackfanum.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    background: #fefefe;
    direction: rtl !important;
    font-family: iranyekan;
}

html {
    scroll-behavior: smooth;
}

.mySwiperBanner .swiper-pagination-bullet-active {
    width: 2rem;
    border-radius: 0.5rem;
    opacity: 0.5;
}

.is-sticky {
    position: fixed;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.search-top-item {
    animation: slideDown 0.35s ease-out;
}

.is-bottom-search-sticky {
    position: fixed;
    transition: 0.5s cubic-bezier(.18,.89,.32,1.28);
}

.description-details p {
    line-height: 1.25rem;
}

.bottom-fixed {
    bottom: 3rem !important;
}

.animate-rotate-slow {
    animation: rotate 7s linear infinite;
}
@keyframes rotate {
    to {
        transform:rotate(1turn)
    }
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(0,0,0,.05);
}

.arrow-left {
    animation-name: arrow-left;
    animation-duration: 1000ms;
    animation-timing-function: ease;
    animation-delay: 1000ms;
    animation-iteration-count: infinite;
}

@keyframes arrow-left {
    0% {
        transform: translateX(0px);
    }
    60% {
        transform: translateX(-3.5px);
    }
    100% {
        transform: translateX(0px);
    }
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.fade:not(.show) {
    opacity: 0;
}

.off {
    text-decoration: line-through;
}

.error {
    color: #ff4e4e;
    font-size: 0.7rem !important;
    padding-top: 0.1rem;
}

@keyframes slideInRight {
    from { opacity: 0; transform: translateX(20px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes slideInLeft {
    from { opacity: 0; transform: translateX(-20px); }
    to { opacity: 1; transform: translateX(0); }
}
.msg-out { animation: slideInLeft 0.2s ease-out forwards; }
.msg-in { animation: slideInRight 0.2s ease-out forwards; }
.msg-remove { animation: fadeOut 0.1s ease forwards; }
@keyframes fadeOut {
    to { opacity: 0; transform: translateY(-50px); }
}
@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(8px); }
}
.animate-bounce {
    animation: bounce 1.5s infinite ease-in-out;
}
.custom-scroll::-webkit-scrollbar {
    width: 4px;
}
.custom-scroll::-webkit-scrollbar-track {
    background: #e2e2e2;
    border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb {
    background: #ff7348;
    border-radius: 10px;
}
.video-list-container {
    -webkit-overflow-scrolling: touch;
}
.video-item {
    border-left: none !important;
}
.video-item.active {
    background-color: #fff0ed !important;
    border-right: 3px solid #ff7348 !important;
    border-left: none !important;
}
.video-item.active .text-dark-black {
    color: #ff7348 !important;
}

.animate-fade-in {
    animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-bounce {
    animation: bounce 1s infinite ease-in-out both;
}
@keyframes bounce {
    0%, 80%, 100% { transform: scale(0); }
    40% { transform: scale(1); }
}
.animate-spin {
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.tiny-content .ds-markdown-paragraph > span{
    color: #292929 !important;
}

@media screen and (min-width: 320px) and (max-width: 1023px) {
    .tiny-content .ds-markdown-paragraph > span {
        font-size: 0.9rem !important;
    }
    .tiny-content h1 {
        font-size: 1.15rem !important;
    }
    .tiny-content h2 {
        font-size: 1.05rem !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1223px) {
    .tiny-content .ds-markdown-paragraph > span {
        font-size: 1rem !important;
    }
    .tiny-content h1 {
        font-size: 1.3rem !important;
    }
    .tiny-content h2 {
        font-size: 1.10rem !important;
    }
}

@media screen and (min-width: 1224px) and (max-width: 1446px) {
    .tiny-content .ds-markdown-paragraph > span {
        font-size: 1rem !important;
    }
    .tiny-content h1 {
        font-size: 1.32rem !important;
    }
    .tiny-content h2 {
        font-size: 1.15rem !important;
    }
}

@media screen and (min-width: 1447px) {
    .tiny-content .ds-markdown-paragraph > span {
        font-size: 1.05rem !important;
    }
    .tiny-content h1 {
        font-size: 1.35rem !important;
    }
}
/*.map-items {*/
/*    background-image: url("../images/banner/banner2.png");*/
/*}*/
