/* هدر و منو */
#header {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    background-image: linear-gradient(to bottom, hsla(0, 0%, 0%, 0.7) 0%, transparent 100%);
}
/* کادر زیر هدر */
.kadrZirHeader
{
    position: relative;
    float: right;
    width: 100%;
}
img.aksKadrZirHeader
{
    float: left;
    width: 100%;
}

.tozihatKadrZirHeader
{
    position: absolute;
    top: 66%;
    right: 7%;
    float: right;
    padding: 30px;
    border-radius: 16px;
    background-color: hsla(0, 0%, 0%, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(8px);
    width: 34%;
}

h2.titrKadrZirHeader {
    font-size: 1.75rem;
    margin: 0;
    color: var(--cl-2);
    text-shadow: 0 0 5px hsl(0, 0%, 0%);
}
.matnKadrZirHeader {
    color: hsl(0, 0%, 100%);
}
/* اسلایدر */
#kadrKolSlider {
    float: right;
    width: calc(100% - 60px);
    padding: 40px 30px;
    border-bottom: 1px solid var(--cl-3-2);
}
.kadrTozihSlider {
    float: right;
    width: calc(50% - 20px);
}
h3.titrTozihSlider {
    float: right;
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
}
p.matnTozihSlider {
    float: right;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: justify;
}
#kadrRatioSlider {
    position: relative;
    float: left;
    width: calc(50% - 20px);
    margin: 0;
    direction: rtl;
    border-radius: 16px;
    overflow: hidden;
}
#kadrSlider {
    float: right;
    width: 100%;
}
.itemSlider {
    width: 100%;
    height: 100%;
}
.itemSlider > img {
    display: block;
    width: 100%;
}
.itemSlider:first-child {
    left: 0px;
}
.kadrDokmehSlider {
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 2;
    margin: auto !important;
    width: 40px;
}
#kadrDokmehGhabliSlider {
    right: 10px;
}
#kadrDokmehBadiSlider {
    left: 10px;
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: "" !important;
}
a.dokmehSlider {
    display: block;
    width: 28px;
    height: 16px;
    padding: 7px 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    margin: auto;
    font-family: myIcon4;
    font-size: 1rem;
    line-height: 1;
    border-radius: 50%;
    color: white;
    background-color: hsla(0, 0%, 0%, 0.17);
    text-align: center;
}
a.dokmehSlider:link, a.dokmehSlider:visited {
    background-color: hsla(0, 0%, 0%, 0.62);
}
a.dokmehSlider:hover {
    background-color: hsla(0, 0%, 0%, 0.59);
}
.swiper-button-next a.dokmehSlider {
    padding-right: 2px;
}
.swiper-button-prev a.dokmehSlider {
    padding-left: 2px;
}
#kadrToopSlider {
    width: 72px;
    padding: 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    direction: rtl;
}
#kadrToopSlider span {
    float: left;
    width: 6px !important;
    height: 6px !important;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 3px !important;
    background-color: hsl(0, 0%, 100%);
    opacity: 1;
    transition: width 0.3s;
}
#kadrToopSlider span.swiper-pagination-bullet-active {
    width: 30px !important;
}
/* کادر معرفی */
.moarefi {
    float: right;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 60px);
    padding: 40px 30px 4%;
    background-color: var(--cl-3-1);
}
.kadrMohtavaMoarefi {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
    width: 100%;
}
.itemTozihMoarefi {
    float: right;
    width: 35%;
}
p.matnMoarefi {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1rem;
    text-align: justify;
    text-indent: 10px;
}
img.aksLogoMoarefi {
    float: left;
    width: 100%;
    margin-top: 25px;
    opacity: 0.1;
}
.itemMoarefi {
    float: right;
    width: calc(20% - 40px);
    padding: 0 20px;
    text-align: center;
}
.itemMoarefi:last-child {
    margin-left: 25px;
}
.itemMoarefi.itemMoarefiBozorg {
    transform: scale(1.2);
}
a.linkAksItemMoarefi
{
    float: left;
    width: 100%;
}
img.aksItemMoarefi {
    float: left;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 0px 5px hsl(0, 0%, 82%);
}
h5.titrItemMoarefi {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 0;
}
a.linkItemMoarefi, a.linkItemMoarefi:link, a.linkItemMoarefi:visited {
    float: left;
    width: 100%;
    font-size: 1.125rem;
    font-weight: bold;
    color: var(--cl-5);
    transition: color 0.2s;
}
a.linkItemMoarefi:hover {
    color: var(--cl-4);
}
a.linkItemMoarefi:active {
    transition: none;
    color: var(--cl-4-2);
}
p.matnItemMoarefi {
    float: right;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
}
.kadrBtnMoarefi {
    float: right;
    width: 100%;
    margin-top: 10px;
}
a.btnMoarefi, a.btnMoarefi:link, a.btnMoarefi:visited {
    float: left;
    padding: 5px 10px 5px 5px;
    margin-right: 50px;
    border-radius: 8px;
    border: 1px solid var(--cl-4);
    color: var(--cl-4-1);
    transition: background-color 0.2s;
}
a.btnMoarefi:hover {
    background-color: var(--cl-4-3);
}
a.btnMoarefi:active {
    transition: none;
    background-color: var(--cl-5-3);
}
/* گالری */
.kadrKolGallery {
    position: relative;
    float: right;
    width: calc(100% - 60px);
    padding: 40px 30px;
}
a.titrKadrGallery, a.titrKadrGallery:link, a.titrKadrGallery:visited {
    float: right;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1.25rem;
    text-align: center;
    color: var(--cl-4);
}
a.titrKadrGallery:hover {
    color: var(--cl-4-1);
}
a.titrKadrGallery:active {
    color: var(--cl-4-2);
}
.kadrKolGallery a.btnNamayeshBishtar {
    top: 20px;
    bottom: unset;
}
.kadrItemGallery {
    float: right;
    width: 100%;
    margin-top: 10px;
}
.itemGallery {
    position: relative;
    float: right;
    width: calc(25% - 9px);
    margin: 0 0 0 12px;
    overflow: hidden;
    border-radius: 16px;
}
.itemGallery:nth-child(4n) {
    margin: 0 0 12px 0;
}
a.linkAksGallery, a.linkAksGallery:link, a.linkAksGallery:visited {
    float: right;
    width: 100%;
}
img.aksGallery {
    float: right;
    width: 100%;
}
a.titrItemGallery, a.titrItemGallery:link, a.titrItemGallery:visited {
    position: absolute;
    bottom: 0;
    right: 0;
    width: calc(100% - 20px);
    height: 26px;
    padding: 7px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: hsla(0, 0%, 0%, 0.6);
    color: hsl(0, 0%, 1000%);
    transition: color 0.2s;
}
a.titrItemGallery:hover {
    color: var(--cl-4);
}
a.titrItemGallery:active {
    transition: none;
    color: var(--cl-4-1);
}
#tablighSV {
    margin: 0;
    border-radius: 0;
}

/* اصلاح عکس اصلی */
@media only screen and (max-width: 1625px)
{
    h2.titrKadrZirHeader
    {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1390px)
{
    h2.titrKadrZirHeader
    {
        font-size: 1.25rem;
    }
    .tozihatKadrZirHeader
    {
        padding:25px;
    }
}


@media only screen and (max-width: 1180px)
{
    h2.titrKadrZirHeader
    {
        font-size: 1rem;
    }
    .tozihatKadrZirHeader
    {
        padding:10px;
    }
}


/* موبایل */
@media only screen and (max-width: 767px)
{
    #fullContainer
    {
        margin-top: 0;
    }

    /* هدر */
    .tozihatKadrZirHeader
    {
        top: 58%;
        right: 5%;
        max-width: calc(90% - 60px);
        padding: 30px;
        width: auto;
    }
    h2.titrKadrZirHeader
    {
        font-size: 1.25rem;
    }
    .matnKadrZirHeader
    {
        font-size: 0.875rem;
    }

    /* اسلایدر */
    #kadrKolSlider
    {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }
    #kadrRatioSlider
    {
        width: 100%;
    }
    .kadrTozihSlider
    {
        width: 100%;
        margin-top: 20px;
    }

    /* کادر معرفی */
    .moarefi
    {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }
    .itemTozihMoarefi
    {
        width: 100%;
    }
    img.aksLogoMoarefi
    {
        display: none;
    }
    .itemMoarefi
    {
        width: calc(100% - 40px);
        margin: 40px 0 0 0 !important;
    }
    .itemMoarefi.itemMoarefiBozorg {
        transform: scale(1);
    }
    h5.titrItemMoarefi
    {
        padding: 10px 0;
    }
    .kadrBtnMoarefi
    {
        margin-top: 5px;
    }

    /* گالری */
    .kadrKolGallery
    {
        width: calc(100% - 40px);
        padding: 30px 20px;
    }
    .itemGallery
    {
        width: 100%;
        margin: 0 0 15px 0;
    }
}



/* اصلاح عکس اصلی */
@media only screen and (max-width: 500px)
{
    .tozihatKadrZirHeader
    {
        top: 58%;
        max-width: calc(90% - 30px);
        padding: 15px;
    }

    h2.titrKadrZirHeader
    {
        font-size: 0.9375rem;
    }

}

/* اصلاح عکس اصلی */
@media only screen and (max-width: 357px)
{
    .tozihatKadrZirHeader
    {
        top: 58%;
        max-width: calc(90% - 20px);
        padding: 10px;
    }

    h2.titrKadrZirHeader
    {
        font-size: 0.8125rem;
    }

}


