:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --primary: #94024C;
    --gray: #787769;

}


*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    color: #2c2b27;
    background: white;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;

    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.img-fluid {
    max-width: 100%;
}

p {
    margin-bottom: 0;
    margin-top: 0;
}

a {
    text-decoration: none;
}

.no-padding {
    padding: 0;
}

.position-relative {
    position: relative;
}

.align-items-center {
    align-items: center;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}

@media (max-width: 576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50% !important;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}


:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}

.row {
    --bs-gutter-x: 20px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}


@media (min-width: 576px) {
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1400px) {
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

.text-center {
    text-align: center;
}
@font-face {
    font-family: 'iransans';
    src: url('../fonts/iransans.woff2');
}
body{
    font-family: 'iransans', serif;
    background: #f5f5f5;
}
.row-space{
    margin-top: 40px;
}
.post-card {
    position: relative;
    height: 600px;
    display: block;
}
.post-card img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.post-card-info h2{
    color: white;
    font-size: 18px;
}
.post-card-info{
    position: absolute;
    background-image: linear-gradient(360deg, #000000cc 0%, transparent 60%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding: 10px 10px 20px 10px;
}

.adv-banner{
    border-radius: 10px;
    width: 100%;
}
.post-carousel-card{
    background: white;
    overflow: hidden;
    padding: 10px;
    display: block;
    color: black;
}
.carousel-card-info{
        margin-top: 10px;
}
.carousel-card-info p{
    font-size: 12px;
    margin-top: 5px;
}
.carousel-card-info h3{
    font-size: 14px;
    padding-bottom: 20px;
    font-weight: normal;
    min-height: 65px;
}
.carousel-section-title{
    border-right: 3px solid #FA9420;
    padding-right: 10px;
    margin-bottom: 30px;
    font-size: 17px;
}
.owl-dots{
    display: flex;
    gap: 5px;
    justify-content: center;
    margin-top: 10px;
}
.owl-dots .owl-dot span{
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: gray;
    display: inline-block;
}
.owl-dots .owl-dot.active span{
    background: rgb(1,160,225);
}
.menu-footer {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.menu-footer a{
    font-size: 12px;
    color : black;
}
.footer-title{
    font-size: 16px;
    margin-bottom: 15px;
}
.footer-desc{
    font-size: 12px;
    line-height: 2em;
}
#footer {
    background: white;
    padding: 35px 0;
}
#footer{
  margin-bottom: 10px;
}
.footer-logo{
    height: 50px;
}
#header{
    background: white;
}
.navbar{
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 30px;
    gap: 20px;
}
.header-logo img{
    height: 40px;
}
.menu-items a{
    color: black;
}
.menu-items{
    display: flex;
    gap: 20px;
    font-size: 14px;
    align-items: center;
}
.post-bar-wrapper .post-bar-card:last-child{
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.post-bar-card{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid lightgray;
    color: black;
}
.post-bar-card .post-image img{
    height: 100%;
    object-fit: cover;
}
.post-bar-card .post-image{
    width: 155px;
    height: auto;
    min-height: 110px;
}

.post-title-excerpt p{
    font-size: 13px;
}
.post-bar-details h2{
    font-size: 16px;
    margin-bottom: 12px;
}
.post-bar-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0;
    flex: 1;
}
.post-meta{
    display: flex;
    gap: 10px;
    font-size: 12px;
}
#post-bar{
    background: white;
    padding: 50px 0;
}
.breadcrumb {
    background: white;
    width: 100%;
    margin: 15px 0 20px 0;
    padding: 20px;
    box-shadow: 0 0 20px rgb(0 0 0 / 6%);
    border-radius: 10px;
    position: relative;
    white-space: nowrap;
    border: 1px solid #d4d8dd;
    overflow-x: auto;
    text-overflow: ellipsis;
    font-size: 14px;
    display: flex;
    gap: 10px;
}
.breadcrumb a{
    color: black;
}
.post-content-wrapper .post-title{
    font-size: 18px;
    margin-bottom: 20px;
}
.single-post-img-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-post-img-wrapper{
    max-height: 600px;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 15px;
}
.post-content h1{
    font-size: 22px;
}
.post-content h2 , .post-content h3{
      font-size: 20px;
}
.post-content h4 , .post-content h5{
    font-size: 18px;
}
.post-content h6{
    font-size: 17px;
}
.post-content p , .post-content h1 , .post-content h2 , .post-content h3 , .post-content h4 , .post-content h5{
    margin-bottom: 15px;
}
.post-content{
    line-height: 2em;
}
.carousel-card-img{
    height: 280px;
    object-fit: cover;
}
.sidebar-blog-item img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.sidebar-blog-item .title a{
    font-size: 13px;
    color: black;
    font-weight: normal;
}
.sidebar-blog-item{
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}
.sidebar-title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ffad03;
}
.content-title > h1{
    font-size: 22px;
    margin: 15px 0 20px 0;
}
.page-content{
    font-size: 14px;
    line-height: 1.8em;
}
.page-content  h2{
    font-size: 21px;
}
.page-content  h3{
    font-size: 20px;
}
.page-content  h4{
    font-size: 19px;
}
.page-content  h5{
    font-size: 18px;
}
.page-content  h6{
    font-size: 17px;
}
.page-content  h2 , .page-content  h3 , .page-content  h4, .page-content  h5 , .page-content  h6{
    margin-bottom: 10px;
    margin-top: 15px;
}
#single-post .single-image img{
    width: 100%;
}
.blog-item-wrapper{
    margin-bottom: 20px;
}
.archive-page-header{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.pagination span.current{
    border: 1px solid #f19404;
}
.pagination a{
    background: #3aa1d7;
    color : white;
    border: 1px solid transparent;
}
.pagination span , .pagination a{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.pagination{
    display: flex;
    gap: 10px;
}