.swiper {
    max-width: 100vw !important;
    max-height: 100vh !important;
}
@font-face {
    font-family: IRANSansX;
    font-style: normal;
    font-weight: 700;
    src:
        url('../fonts/Webfonts/Woff/IRANSansXFaNum-Medium.woff') format('woff'),
        url('../fonts/Webfonts/Woff2/IRANSansXFaNum-Medium.woff2') format('woff2')
}
body {
    font-family: IRANSansX ,'serif';
    background-color: #eeffff !important;
}

.container{
    width: 80% !important;
}
@media all and (max-width: 900px) {
    .menu_desktop_responsive{
        display: none;
    }
    .nav-item{
        margin-top: 5vh!important;
    }
}
@media all and (min-width: 901px) {
    .posAb{
        position: absolute!important;
    }
    .sectionOverFlow{
        max-height: 100vh!important;
        overflow-y: hidden;
    }
    .menu_mobile_responsive{
        display: none;
    }
    .mtCustom{
        margin-top: 10vh!important;
    }
}

.lw-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(4px);
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 999999 !important;
}
.shadow-blue{
    box-shadow: 0 1rem 3rem rgba(190, 246, 230, 0.51) !important;
}

.shadow-md{
    box-shadow: 0 1rem 3rem rgba(108, 106, 106, 0.21) !important;
}
.btn_theme_blue{
    background: #c0eaea;
}
.btn_theme_blue_o_80{
    background: rgba(192, 234, 234, 0.8);
}
.bg_light_blue{
    background-color: #9fd5d5 !important;
}

.bg_dark_blue{
    background-color: #d4e8e8 !important;
}
.blur-layer-theme{
    background-color: rgba(159, 213, 213, 0.10) !important;
    backdrop-filter: blur(20px)!important;
    -webkit-backdrop-filter: blur(20px)!important;
}
.blur-layer-theme2{
    background-color: rgba(56, 85, 85, 0.1) !important;
    backdrop-filter: blur(20px)!important;
    -webkit-backdrop-filter: blur(20px)!important;
}
