@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazirmatn-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --bs-font-sans-serif: Vazirmatn;
    --bs-font-serif: Vazirmatn;
    --bs-font-monospace: Vazirmatn;
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-font-size-base: 1rem;
    --bs-font-size-sm: 0.875rem;
    --bs-font-size-lg: 1.2rem;
    --bs-color-barca-dark-blue: #181733;
    --bs-color-barca-light-blue: #154284;
    --bs-color-barca-light-red: #cd122d;
    --bs-color-barca-yellow: #fece18;
    --bs-body-bg: var(--bs-color-barca-dark-blue);
    --bs-border-color: rgba(250, 250, 250, 0.05);
}

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.75rem !important;
}

.p-4-xl {
    padding: 2rem;
}

body {
    font-family: var(--bs-font-sans-serif), serif;
    background: var(--bs-color-barca-dark-blue);
}

a {
    text-decoration: none;
}

/* Mobile slide menu */
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    height: 100vh;
    width: 250px;
    background-color: var(--bs-color-barca-dark-blue);
    box-shadow: -2px 0 5px rgba(0,0,0,0.1);
    transition: right 0.3s ease-in-out;
    z-index: 1050;
    padding-top: 2rem;
    display: grid;
}

.mobile-menu.active {
    right: 0;
}

.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.3);
    z-index: 1040;
    display: none;
}

.menu-backdrop.show {
    display: block;
}

@media (min-width: 992px) {
    .mobile-menu,
    .menu-backdrop {
        display: none !important;
    }
}

.navbar-dark {
    background-color: var(--bs-color-barca-dark-blue);
}


.navbar::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background-image: linear-gradient(to left, var(--bs-color-barca-light-blue) 0%, var(--bs-color-barca-light-red) 100%);
    bottom: -7px;
    right: 0;
}

.logo {
    height: 55px;
}

.carousel-image {
    width: 100%;
    height: calc(70vh - 80px);
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.carousel-image::after {
    position: absolute;
    content: '';
    height: 50%;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to top, var(--bs-color-barca-dark-blue) 0%, transparent 100%);
}

.carousel-caption {
    bottom: 2.5rem;
    text-decoration: none;
}

.carousel-control {
    position: absolute;
    top: 50%;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity .6s ease;
}

.carousel-control:hover {
    opacity: 1;
    color: var(--bs-color-barca-yellow);
    transition: opacity .6s ease;
}

.carousel-next-btn {
    left: 15%;
}

.carousel-prev-btn {
    right: 15%;
}

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: white;
    opacity: 0.5;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    background-color: var(--bs-color-barca-yellow);
    opacity: 1;
    transition: opacity .6s ease;
}

.red-side {
    position: absolute;
    left: 0;
    top: 35%;
    height: 30%;
    width: 20px;
    background: var(--bs-color-barca-light-red);
    z-index: 700;
}

.blue-side {
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 20px;
    background: var(--bs-color-barca-light-blue);
    z-index: 700;
}

.force {
    display: none !important;
}

.post-holder {
    position: relative;
}

.post-image {
    width: 100%;
    height: calc(90vh - 80px);
    background-position: top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
}

.post-image::after {
    position: absolute;
    content: '';
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(to top, var(--bs-color-barca-dark-blue) 0%, transparent 100%);
}

.post-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.post-card {
    background-color: rgba(250, 250, 250, 0.02);
    backdrop-filter: blur(10px);
}

.post-header {
    background: rgba(20, 20, 43, 0.5);
    backdrop-filter: blur(10px);
    z-index: 1000;
    position: relative;
}

.post-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1200;
    background-color: rgba(250, 250, 250, 0.02);
    backdrop-filter: blur(10px);
    padding: 1rem;
}

.post-actions ul {
    text-align: center;
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
}

.post-actions ul li {
    margin-bottom: 1rem;
}

.post-actions ul li:last-of-type {
    margin-bottom: 0;
}

.post-actions ul li i {
    font-size: 1.3rem;
    cursor: pointer;
}

.like-icon {
    cursor: pointer;
}

.dislike-icon {
    cursor: pointer;
}

.like-icon.active {
    color: var(--bs-color-barca-light-red);
}

.dislike-icon.active {
    color: var(--bs-color-barca-yellow);
}

.comment-avatar {
    height: 45px;
    width: 45px;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
    border: 2px solid rgba(250, 250, 250, 0.7);
}

.btn-dark {
    background-color: rgba(250, 250, 250, 0.02);
    border-color: var(--bs-border-color);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:visited, .btn-dark:active, .btn-dark:target, .btn-dark.active {
    background-color: rgba(250, 250, 250, 0.1);
    border-color: var(--bs-border-color);
}

.comment-actions ul {
    text-align: center;
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
}

.comment-actions ul li {
    margin-left: 1rem;
    display: flex;
}

.comment-actions ul li:last-of-type {
    margin-bottom: 0;
}

.comment-actions ul li i {
    font-size: 1.3rem;
    cursor: pointer;
    margin-left: 0.3rem;
}

.page-link {
    background-color: rgba(250, 250, 250, 0.02);
    border-color: transparent;
    border-radius: 0 !important;
    color: var(--bs-body-color);
}

.page-link:hover, .page-link:focus, .page-link:visited, .page-link:active, .page-link:target {
    background-color: rgba(250, 250, 250, 0.1);
    border-color: transparent;
}

.page-item.active > .page-link {
    background-color: var(--bs-color-barca-light-blue);
    border-color: transparent;
}

.page-item.disabled > .page-link {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: transparent;
}

.post-card-bg-image {
    width: 100%;
    height: 250px;
    background-position: top !important;
    background-size: cover !important;
    position: relative;
}

.post-card-bg-image::after {
    transition-duration: 0.2s;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    content: '';
    background-image: radial-gradient(farthest-corner, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 100;
    opacity: 0.65;
}

.post-card-bg-image:hover::after {
    backdrop-filter: blur(3px);
    opacity: 0.8;
}

.post-details {
    z-index: 150;
}

.border-light {
    border-color: rgba(250, 250, 250, 0.4) !important;
}

.border-light-1 {
    border-color: rgba(250, 250, 250, 0.1) !important;
}

.border-light-2 {
    border-color: rgba(250, 250, 250, 0.2) !important;
}

.border-light-3 {
    border-color: rgba(250, 250, 250, 0.3) !important;
}

.barca-title {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 3.5rem;
}

.barca-title::after {
    position: absolute;
    right: 0;
    top: 3rem;
    content: '';
    width: 50px;
    height: 3px;
    background: var(--bs-color-barca-light-red);
}

.barca-title::before {
    position: absolute;
    right: 0;
    top: calc(3rem + 3px);
    content: '';
    width: 70px;
    height: 3px;
    background: var(--bs-color-barca-light-blue);
}

.auth-wrap {
    background-size: cover;
    background: url("../images/auth-bg.jpg") center;
    min-height: 100vh;
    width: 100%;
    display: flex;
}

.bg-light-blur-7 {
    background-color: rgba(250, 250, 250, 0.7) !important;
    backdrop-filter: blur(10px);
}

.bg-light-blur-6 {
    background-color: rgba(250, 250, 250, 0.6) !important;
    backdrop-filter: blur(10px);
}

.bg-light-blur-5 {
    background-color: rgba(250, 250, 250, 0.5) !important;
    backdrop-filter: blur(10px);
}

.bg-light-blur-4 {
    background-color: rgba(250, 250, 250, 0.4) !important;
    backdrop-filter: blur(10px);
}

.bg-light-blur-3 {
    background-color: rgba(250, 250, 250, 0.3) !important;
    backdrop-filter: blur(10px);
}

.bg-light-blur-2 {
    background-color: rgba(250, 250, 250, 0.2) !important;
    backdrop-filter: blur(10px);
}

.bg-light-blur-1 {
    background-color: rgba(250, 250, 250, 0.1) !important;
    backdrop-filter: blur(10px);
}

.bg-dark-blur-6 {
    background-color: rgba(0, 0, 0, 0.6) !important;
    backdrop-filter: blur(10px);
}

.bg-dark-blur-5 {
    background-color: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(10px);
}

.bg-dark-blur-4 {
    background-color: rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(10px);
}

.bg-dark-blur-3 {
    background-color: rgba(0, 0, 0, 0.3) !important;
    backdrop-filter: blur(10px);
}

.bg-dark-blur-2 {
    background-color: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(10px);
}

.bg-dark-blur-1 {
    background-color: rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px);
}

.start-1 {
    right: 0.25rem !important;
}

.start-2 {
    right: 0.5rem !important;
}

.start-3 {
    right: 0.75rem !important;
}

.start-4 {
    right: 1rem !important;
}

.start-5 {
    right: 1.25rem !important;
}

.start-6 {
    right: 1.5rem !important;
}

.start-7 {
    right: 1.75rem !important;
}

.start-8 {
    right: 2rem !important;
}

.start-1- {
    right: -0.25rem !important;
}

.start-2- {
    right: -0.5rem !important;
}

.start-3- {
    right: -0.75rem !important;
}

.start-4- {
    right: -1rem !important;
}

.start-5- {
    right: -1.25rem !important;
}

.start-6- {
    right: -1.5rem !important;
}

.start-7- {
    right: -1.75rem !important;
}

.start-8- {
    right: -2rem !important;
}

.end-1 {
    left: 0.25rem !important;
}

.end-2 {
    left: 0.5rem !important;
}

.end-3 {
    left: 0.75rem !important;
}

.end-4 {
    left: 1rem !important;
}

.end-5 {
    left: 1.25rem !important;
}

.end-6 {
    left: 1.5rem !important;
}

.end-7 {
    left: 1.75rem !important;
}

.end-8 {
    left: 2rem !important;
}

.top-1 {
    top: 0.25rem !important;
}

.top-2 {
    top: 0.5rem !important;
}

.top-3 {
    top: 0.75rem !important;
}

.top-4 {
    top: 1rem !important;
}

.top-5 {
    top: 1.25rem !important;
}

.top-6 {
    top: 1.5rem !important;
}

.top-7 {
    top: 1.75rem !important;
}

.top-8 {
    top: 2rem !important;
}

.bottom-1 {
    bottom: 0.25rem !important;
}

.bottom-2 {
    bottom: 0.5rem !important;
}

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

.bottom-4 {
    bottom: 1rem !important;
}

.bottom-5 {
    bottom: 1.25rem !important;
}

.bottom-6 {
    bottom: 1.5rem !important;
}

.bottom-7 {
    bottom: 1.75rem !important;
}

.bottom-8 {
    bottom: 2rem !important;
}

.z-2000 {
    z-index: 2000;
}

.profile-banner {
    height: 350px;
    width: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.mt-100- {
    margin-top: -100px;
}
.profile-avatar {
    height: 200px;
    width: 200px;
    border-radius: 100%;
    border: 5px solid rgba(250, 250, 250, 0.6);
    background-size: cover !important;
    background-position: center !important;
}

.edit-btn {
    cursor: pointer;
    opacity: 0.5;
    transition-duration: 0.2s;
}

.edit-btn:hover {
    opacity: 1;
}

.text-justify {
    text-align: justify;
}

.cursor-pointer {
    cursor: pointer;
}

.dropdown-item:hover {
    background: rgba(250, 250, 250, 0.1);
}
