/* 400 - Regular */
@font-face {
    font-family: "Vazir";
    src: url("/public/assets/fonts/farsi-fonts/vazir-400.woff2") format("woff2"),
         url("/public/assets/fonts/farsi-fonts/vazir-400.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 700 - Bold */
@font-face {
    font-family: "Vazir";
    src: url("/public/assets/fonts/farsi-fonts/vazir-700.woff2") format("woff2"),
         url("/public/assets/fonts/farsi-fonts/vazir-700.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "vazir",sans-serif;

}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    font-family: "vazir",sans-serif!important;
    line-height: 1;
    word-spacing: 0;
    overflow: hidden;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none!important;
    color: #fff;
}

h1,h2,h3,h4,h5,h6,p,a{
    font-family: "vazir",sans-serif!important;
}
main > section{
    padding: 160px 0;
}
/*navbar---------------------------------*/
.z-10{
    z-index: 10;
}

.bg-nav{
    /*background: rgba(31, 45, 65, 0.8);*/
    /*background-color: #1f2d41;*/
}

/*.bg-nav div ul li a{
    color: #777;
}*/
.bg-nav div ul li a:hover{
    color: #fff!important;
}
.bg-nav.active_nav{
    background: rgba(0, 0, 0,0.5);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
.bg-nav-scroll{
    position: absolute;
    top:0;
    width: 100%;
    height: 0;
    left: 0;
    z-index: -1;
    background: rgba(0,0,0,0.5);
    transition: height 0.5s;
}

.f-l{
    font-size: 1.3rem;
    font-family: "vazir", Helvetica, Arial, sans-serif;
}
.f-lx{
    font-size: 1.5rem;
    font-family: "vazir", Helvetica, Arial, sans-serif;
}
.f-lxx{
    font-size: 1.8rem;
    font-family: "vazir", Helvetica, Arial, sans-serif;
}
.f-xl{
    font-size: 2.1rem;
    font-family: "vazir", Helvetica, Arial, sans-serif;
}
.color-light{
    color: #b1b1b1;
}

a{
    text-decoration: none!important;
}
h1,h2,h3,h4{
    font-family: "vazir", Helvetica, Arial, sans-serif!important;
}
h1,h2{
    font-weight: bold!important;

}
.nav-link{
    text-align: center;
}
.underline{
    position: absolute;
    height: 2px;
    width: 0;
    background-color: #e43f5a;
    bottom: 10px;
    transform: translateX(0);
    transition: all 0.5s;
}.under{
     position: absolute;
     height: 2px;
     width: 100px;
     background-color: #e43f5a;
     bottom: 10px;
     transform: translateX(502px);
     transition: all 0.5s;
 }
.effect-menu{
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(228, 63, 90,0.4);
    top: -19px;
    transform: translateX(0);
    transition: height 0.2s;
    z-index: -1;
    display: none;
}
.sing-in-btn {
    background-color: #e43f5a !important;
    color: #fff!important;
}
.logo{
    width: 50px;
    height: 50px;
    background: url("/public/assets/images/landing/svg/mosque (1).svg");
}
.logo img{
    width: 100%;
    height: 100%;
}
.nav-shop{
    position: absolute;
    top: 130%;
    width: 200px;
    min-width: 200px;
    right: 0;
    background: #fff;
    padding: 15px 15px 10px 10px;
    border-radius: 5px;
}
.nav-shop > ul > li{
    margin-bottom: 10px;
}
.nav-shop:before{

}
/*slider-----------------------------*/
*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
html, body {
    font-size: 62.5%;
    font-family: "vazir", Helvetica, Arial, sans-serif;
}

svg {
    display: block;
    overflow: visible;
}
.direction{
    direction: rtl;
}
.slider-container {
    position: relative;
    height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: all-scroll;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}
.slider-control.inactive:hover {
    cursor: auto;
}
.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}
.slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}
.slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}
.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
}
.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
}
.slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}
.slider.animating {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}
.slider.animating .slide__bg {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}


.slide:nth-child(1) {
    left: 0;
}
.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("/public/assets/images/landing/karbala01.jpg");
}

.slide:nth-child(1) .slide__overlay-path {
    fill: rgba(31, 45, 65, 0.8);
}

@media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {
        background-color: rgba(233, 156, 126, 0.8);
    }
}


.slide:nth-child(2) {
    left: 100%;
}
.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("/public/assets/images/landing/Hussein02.jpg");
}
.slide:nth-child(2) .slide__overlay-path {
    fill: rgba(31, 45, 65, 0.8);

}
@media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {
        background-color: rgba(225, 204, 174, 0.8);
    }
}


.slide:nth-child(3) {
    left: 200%;
}
.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("/public/assets/images/landing/Hussein01.jpg");
}
.slide:nth-child(3) .slide__overlay-path {
    fill: rgba(31, 45, 65, 0.8);

}
@media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {
        background-color: rgba(173, 197, 205, 0.8);
    }
}


.slide:nth-child(4) {
    left: 300%;
}
.slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("/public/assets/images/landing/karbala01.jpg");
}
.slide:nth-child(4) .slide__overlay-path {
    fill: rgba(31, 45, 65, 0.8);
}
@media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {
        background-color: rgba(203, 198, 195, 0.8);
    }
}

.slide:nth-child(5) {
    left: 400%;
}
.slide:nth-child(5) .slide__bg {
    left: -200%;
    background-image: url("/public/assets/images/landing/Hussein01.jpg");
}
.slide:nth-child(5) .slide__overlay-path {
    fill: rgba(31, 45, 65, 0.8);
}
@media (max-width: 991px) {
    .slide:nth-child(5) .slide__text {
        background-color: rgba(203, 198, 195, 0.8);
    }
}

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s, -webkit-transform 0.5s 0.5s;
    will-change: transform, opacity;
    -webkit-transform: translate3d(30%, -3%, 0);
    transform: translate3d(30%, -3%, 0);
    opacity: 0;
    fill: rgba(31, 45, 65, 0.8);
}
.slide__text h2,.slide__text p,.slide__text a{
    direction: rtl;
    text-align: right;
}
@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}
.slide__overlay path {
    opacity: 0.8;
}
.slide__text {
    position: absolute;
    width: 25%;
    bottom: 15%;
    left: 66%;
    color: #fff;
    transition: opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s, -webkit-transform 0.5s 0.8s;
    will-change: transform, opacity;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
}
@media (max-width: 991px) {
    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 20rem;
        text-align: center;
        -webkit-transform: translateY(50%);
        transform: translateY(50%);
        transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s;
        padding: 0 1rem;
    }
}
.slide__text-heading {
    font-family: "vazir", Helvetica, Arial, sans-serif;
    font-size: 5rem;
    margin-bottom: 2rem;
}
@media (max-width: 991px) {
    .slide__text-heading {
        line-height: 20rem;
        font-size: 3.5rem;
    }
}
.slide__text-desc {
    font-family: "vazir", Helvetica, Arial, sans-serif;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
    .slide__text-desc {
        display: none;
    }
}
.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem 0.9rem;
    cursor: pointer;
    font-family: "vazir", Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
@media (max-width: 991px) {
    .slide__text-link {
        display: none;
    }
}
.slide__text-link:before {
    z-index: -1;
    border-radius: 4px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #e43f5a;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: rotateX(-85deg);
    transform: rotateX(-85deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    will-change: transform;
}
.slide__text-link:hover:before {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}
/*-------------------------------------------------------------------------------*/

/*main--------------------------------*/





/*-------------section news----------------*/
.section-road{
    padding: 160px 0;
}
.road-line{
    width: 100%;
    height: 4px;
}
.road-left,.road-right{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    color: #fff;
    background: #1f4068;
    z-index: 9;
    cursor: pointer;
}
.road-left{
    left: 0;
}
.road-right{
    right: 0;
}

.road-text{
    width: 219px;
    min-width: 219px;
    height: 200px;
    border-top: 4px solid #1f4068;
    position: relative;
}
.road-Condition{
    position: absolute;
    top: -15px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.road-Condition-Finished{
    background: #162447;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 5px 1px rgba(22, 36, 71, 0.6);
}
.road-Condition-Finished i{
    transform: scale(0.7);
}
.road-Condition-Active{
    border: 7px solid #e43f5a;
    background: white;
    box-shadow: 0 0 5px 1px rgba(228, 63, 90, 0.6);
}
.road-Condition-in-queue{
    background: white;
    border: 7px solid #162447;
    box-shadow: 0 0 5px 1px rgba(22, 36, 71, 0.6);
}
.road-content{
    transition: all 0.2s;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
}
.road-content:hover{
    background: #162447;
    color: #fff;
}
.road-content:hover:before{
    display: block;
}
.road-content:hover .road-btn-mor{
    display: block;
}
.road-content:before{
    content: "";
    transition: all 0.2s;
    transition-timing-function: step-start;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #162447;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: -20px;
    display: none;
}
.road-content-active{
    transition: all 0.2s;
    border-radius: 7px;
    cursor: pointer;
    position: relative;
    border: 3px solid #e43f5a;
}
.road-content-active:hover{
    background: #162447;
    color: #fff;
}
.road-content-active:after{
    content: '';
    display: block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #e43f5a;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.road-eye{
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -50px;
    background: #e43f5a;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.2s;
    opacity: 0;
}
.road-content-active:hover .road-eye,.road-content:hover .road-eye{
    bottom: 50px;
    opacity: 1;
}
.section-news{
    background: #162447 url("/public/assets/images/landing/our-coin-shape.png") no-repeat fixed;
    background-size: cover;
    padding: 160px 0;
}
.opacity-0{
    opacity: 0;
}
/*-------------end section news----------------*/
.snip1369 {
    font-family: "vazir", Helvetica, Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    background: #999;
    text-align: left;
    color: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    display: inline-block;
}
.snip1369 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.snip1369 > img,
.snip1369 .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    max-width: 100%;
}
.snip1369 > img {
    vertical-align: top;
    position: relative;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.6;
}
.snip1369 figcaption,
.snip1369 .image {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.snip1369 .image {
    position: absolute;
    top: 0;
    bottom: 25%;
    right: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2);
}

.snip1369 .image img {
    position: absolute;
    top: 0;
}
.snip1369 figcaption {
    position: absolute;
    top: 75%;
    bottom: 46px;
    left: 20px;
    right: 20px;
    border-bottom: 2px solid #ffffff;
    padding-top: 20px;
    z-index: 1;
}
.snip1369 h3,
.snip1369 p {
    margin: 0;
}
.snip1369 h3 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.snip1369 p {
    font-size: 0.9em;
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 0;
}
.snip1369 .read-more {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    color: #ffffff;
    right: 0;
    bottom: 0;
    font-weight: 500;
    position: absolute;
}
.snip1369 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.snip1369:hover .read-more,
.snip1369:hover figcaption{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}
.snip1369:hover figcaption,
.snip1369:hover .image{
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.snip1369:hover figcaption{
    top: 30%;
}
.snip1369:hover .image{
    bottom: 70%;
}
.snip1369:hover p{
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
/*---------------------------------------------------------------------------------*/

html {
    position: relative;
    overflow-x: hidden !important;
}


a, a:hover {
    text-decoration: none;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.background {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.background:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, rgba(209, 0, 42, 0.6) 0%, #0E5DC4 100%);
    opacity: 0.9;
}
.background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}

.item-bg {
    width: 300px;
    height: 500px;
    position: absolute;
    top: 30px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    opacity: 0;
    transition: all .3s;
    left: -30px;
}
.item-bg.active {
    left: 0;
    top: 0;
    opacity: 1;
}

.news-slider {
    z-index: 2;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
}
@media screen and (max-width: 1300px) {
    .news-slider {
        max-width: 1000px;
    }
}
@media screen and (max-width: 576px) {
    .news-slider {
        margin-top: 45px;
    }
}
.news-slider__wrp {
    display: flex;
    align-items: flex-start;
    position: relative;
    z-index: 2;
}
.news-slider__item {
    width: 400px!important;
    flex-shrink: 0;
}
@media screen and (max-width: 992px) {
    .news-slider__item {
        width: 340px;
    }
}
.news-slider__item.swiper-slide {
    opacity: 0;
    pointer-events: none;
    transition: all .3s;
}
.news-slider__item.swiper-slide-active, .news-slider__item.swiper-slide-prev, .news-slider__item.swiper-slide-next {
    opacity: 1;
    pointer-events: auto;
}
.news-slider__ctr {
    position: relative;
    z-index: 12;
}
.news-slider__arrow {
    background: #fff;
    border: none;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 12;
    cursor: pointer;
    outline: none !important;
}
.news-slider__arrow:focus {
    outline: none !important;
}
.news-slider__arrow .icon-font {
    display: inline-flex;
}
.news-slider__arrow.news-slider-prev {
    left: 15px;
    transform: translateY(-280px);
}
.news-slider__arrow.news-slider-next {
    right: 15px;
    transform: translateY(-280px);
}
.news-slider__pagination {
    text-align: center;
}
.news-slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
}
.news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
    width: 100px;
    transition-delay: 0s;
}
@media screen and (max-width: 576px) {
    .news-slider__pagination .swiper-pagination-bullet-active {
        width: 70px;
    }
}
.news__item {
    padding: 40px;
    color: #fff;
    border-radius: 10px;
    display: block;
    transition: all .3s;
}
@media screen and (min-width: 800px) {
    .news__item:hover {
        color: #222222;
        transition-delay: .1s;
    }
    .news__item:hover .news-date, .news__item:hover .news__title, .news__item:hover .news__txt {
        opacity: 1;
        transition-delay: .1s;
    }
    .news__item:hover .news__img {
        box-shadow: none;
    }
}
.news__item.active {
    color: #222222;
}
.news__item.active .news-date, .news__item.active .news__title, .news__item.active .news__txt {
    opacity: 1;
}
.news__item.active .news__img {
    box-shadow: none;
}

@media screen and (max-width: 576px) {
    .news__item {
        padding: 20px;
    }
}
.news-date {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    display: inline-block;
    opacity: .7;
    transition: opacity .3s;
}
@media screen and (max-width: 576px) {
    .news-date {
        margin-bottom: 10px;
        display: inline-flex;
        align-items: center;
        padding-bottom: 0;
    }
}
.news-date__title {
    display: block;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 500;
}
@media screen and (max-width: 576px) {
    .news-date__title {
        margin-right: 10px;
    }
}
.news-date__txt {
    font-size: 16px;
}
.news__title {
    font-size: 25px;
    font-weight: 500;
    opacity: .7;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: opacity .3s;
}
@media screen and (max-width: 576px) {
    .news__title {
        font-size: 22px;
        margin-bottom: 10px;
    }
}
.news__txt {
    margin: 10px 0;
    line-height: 1.6em;
    font-size: 15px;
    opacity: .7;
    transition: opacity .3s;
}
.news__img {
    border-radius: 10px;
    box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
    height: 200px;
    margin-top: 30px;
    width: 100%;
    transition: all .3s;
    transform-origin: 0% 0%;
}

.news__img img {
    max-width: 100%;
    border-radius: 10px;
    height: 100%;
    width: 100%;
}
/*--------------------------------------------------------*/
.section-video{
    background: #fff url("/public/assets/images/landing/advisor-shape.png");
    /*
    background-image:linear-gradient(135deg, transparent 0%, #fff 25%, #fff 75%, transparent 100%), url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAIklEQVQoU2N89+7dfwYsQEhIiBEkzDgkFGDzAbIY2Cv4AACvrBgJjYNGfwAAAABJRU5ErkJggg==);
    */
}

.line{
    position: relative;
}
.line:after{
    content: "";
    position: absolute;
    width: 39%;
    height: 1px;
    background: #eee;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    right: 0;
    bottom: 10px;
}
.line:before{
    content: "";
    position: absolute;
    width: 39%;
    height: 1px;
    background: #eee;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    left: 0;
    bottom: 10px;
}

.video{
    width: 900px;
    margin: 0 auto;
}
.play-btn{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(150,150,150,1);
    right:0;
    left: 0;
    margin: 0 auto;
    top: 40%;
    position: relative;
    transition: all 0.5s;
}
.play-icon{
    position: absolute;
    top:33%;
    right:31%;
    transition: all 0.5s;
}
.play-btn:hover{
    transform: scale(1.2);
    background: #5a6268;
}
.btn-video-more{
    padding: 12px 18px;
    background: #ccc;
    text-align: center;
    color: black;
    width: 160px;
    border-radius: 5px;
    font-family: "vazir", Helvetica, Arial, sans-serif;
    font-size: 1.7rem;
    margin: 50px auto 0 auto;
    transition: all 0.5s ;
    cursor: pointer;
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.2);
}


.btn-video-more:hover  {
    transform: translateY(-5px);
    background-color: #1b1b2f;
    color: #fff;
    box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.7);
}

.hover-1{
    color: rgba(255, 255, 255, 0.7);
}
.hover-1:hover{
    color: white!important;
    cursor: pointer;
}
.color-footer{
    color: rgba(255, 255, 255, 0.7);
}
::placeholder{
    font-family: "vazir", Helvetica, Arial, sans-serif;
    color: rgba(255, 255, 255, 0.7)!important;
}
.color-copy{
    background-color: #1b1b2f;
}
@-webkit-keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}

@keyframes bounce {
    0%, 20%, 53%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    40% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -2px, 0);
        transform: translate3d(0, -2px, 0);
    }
}
/*----------------------------------------------------------*/



/*------------------Services-----------------------------------*/

.Services-svg{
    width: 26%;
    height: 60px;
    text-align: center;
    background-repeat: no-repeat!important;
    margin: 0 auto;
}
.hover-shadow-lg:hover{
    -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, 0.125) !important;
}
.hover-translate-y-n10:hover{
    -webkit-transform: translateY(-10px) !important;
    -ms-transform: translateY(-10px) !important;
    transform: translateY(-10px) !important;
}
.card{
    border: 1px solid #EFF2F7!important;
    border-radius: 0.375rem!important;
    box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
    transition: all 0.2s ease!important;
}
/*-------------------------------------------------------------*/

/*--------------------------participation----------------------*/
.section-participation{
    background: #162447;
}
.participation-nav{
    margin-top: 100px;
    border-bottom: 1px solid #fff;
}
.participation-contents{
    display: none;
}
.participation-nav-items{
    font-size: 2rem;
    font-family: "vazir",sans-serif;
    color: #b1b1b1;
    padding: 0 10px 15px;
    text-align: center;
    flex: 1;
    font-weight: bold;
    cursor: pointer;
}
.participation-nav-items-active{
    border-bottom: 4px solid #e43f5a;
    margin-bottom: -2px;
    color: #fff;
}
.participation-content-Legend-color-1,.participation-content-Legend-color-2{
    width: 15px;
    height: 15px;
    background: #1f4068;
    border-radius: 50%;
    margin-left: 5px;
}
.participation-content-Legend-color-2{
    background: #e43f5a;
}

/*-------------------------------------------------------------*/

/*---------------------------Footer----------------------------*/
.footer-svg{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.footer-svg svg{
    fill: #162447;
    height: 3rem;
    width: 100%;
}
footer{
    background: #162447;
}
.bg-hussein{
    top: -34px;
    left: -95px;
}
.bg-hussein img{
    width: 600px;
    height: 100%;
    opacity: 0.5;
}
/*-----------------------------------------------------------*/

@media screen and (max-width: 992px) {
    .news__item {
        padding: 30px;
    }
    .video{
        width: 550px;
    }
}

@media screen and (max-width: 576px) {
    .news__img {
        height: 180px;
        margin-top: 20px;
    }
    .video{
        width: 450px;
    }
    .container-fluid{
        padding: 0;
    }
}


















