@font-face {
    font-family: "SolaimanLipi";
    src: url(../fonts/SolaimanLipi_22-02-2012.ttf);
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "SolaimanLipi";
    src: url(../fonts/SolaimanLipi_Bold_10-03-12.ttf);
    font-style: bold;
    font-weight: 700;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
    /* transition: all 0.2s linear; */
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    font-family: var(--font-solaiman);
    color: var(--text-color);
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    overflow-x: hidden;
}

section {
    padding: 2rem 0;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

p {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.2;
}

ul,
ol {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0;
}

a {
    text-decoration: none;
    color: var(--text-color);
}

a:hover {
    color: var(--text-color);
}

.hoverable {
    transition: all 0.2s linear;
}
.hoverable:hover {
    color: var(--brand-color) !important;
}

img {
    max-width: 100%;
    height: auto;
}
:root {
    /* colors */
    --brand-color: #00aeee;
    --text-color: #2e2d2d;
    --text-color-2: #333;
    --text-color-light: #666;
    --text-color-light-2: #c3c3c3;
    --text-color-light-3: #e2e2e2;
    --text-color-dark: #121212;

    --white: #ffffff;
    --black: #000000;

    /* font */
    --font-solaiman: "SolaimanLipi", sans-serif;
    --font-roboto: "Roboto", sans-serif;
}
/* colors */
.brand-color {
    color: var(--brand-color) !important;
}

.text-color {
    color: var(--text-color) !important;
}

.text-color-2 {
    color: var(--text-color-2) !important;
}
.text-color-light {
    color: var(--text-color-light) !important;
}
.text-color-light-2 {
    color: var(--text-color-light-2) !important;
}
.text-color-light-3 {
    color: var(--text-color-light-3) !important;
}

.text-color-dark {
    color: var(--text-color-dark) !important;
}

.black-color {
    color: var(--black) !important;
}

/* background colors */
.bg-brand {
    background-color: var(--brand-color) !important;
}
.bg-brand-light {
    background-color: var(--brand-color-light) !important;
}
.bg-text {
    background-color: var(--text-color) !important;
}
.bg-text-2 {
    background-color: var(--text-color-2) !important;
}
.bg-text-light {
    background-color: var(--text-color-light) !important;
}
.bg-text-light-2 {
    background-color: var(--text-color-light-2) !important;
}
.bg-text-light-3 {
    background-color: var(--text-color-light-3) !important;
}
.bg-text-dark {
    background-color: var(--text-color-dark) !important;
}
.bg-black {
    background-color: var(--black) !important;
}

/* fonts */
.font-solaiman {
    font-family: var(--font-SolaimanLipi);
    letter-spacing: 2px;
}
.font-roboto {
    font-family: var(--font-roboto);
}

.fs-10 {
    font-size: 1rem !important;
}
.fs-11 {
    font-size: 1.1rem !important;
}
.fs-12 {
    font-size: 1.2rem !important;
}
.fs-13 {
    font-size: 1.3rem !important;
}
.fs-14 {
    font-size: 1.4rem !important;
}
.fs-15 {
    font-size: 1.5rem !important;
}
.fs-16 {
    font-size: 1.6rem !important;
}
.fs-17 {
    font-size: 1.7rem !important;
}
.fs-18 {
    font-size: 1.8rem !important;
}
.fs-22 {
    font-size: 2.2rem !important;
}
.fs-24 {
    font-size: 2.4rem !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

/* Borders */
.border-dark {
    border: 1px solid var(--text-color);
}
.border-dark-top {
    border-top: 1px solid var(--text-color);
}
.border-dark-bottom {
    border-bottom: 1px solid var(--text-color);
}

.rounded-4 {
    border-radius: 0.75rem !important;
}
.rounded-top-4 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}
.rounded-bottom-4 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}

.rounded-5 {
    border-radius: 1rem !important;
}
.rounded-top-5 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
}
.rounded-bottom-5 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
}
.logo {
    height: 6rem;
}

.header .searchBox {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 1px 1px 7px rgb(0 0 0 / 25%);
    border-top: 2px solid var(--text-color);
    padding: 15px;
    position: absolute;
    right: 0;
    top: 130%;
    width: 30rem;
    max-width: 30rem;
    z-index: 9999;
}

.dropdown-menu {
    min-width: 250px;
    padding: 10px 5px;
    font-size: 16px;
    color: #212529;
}

.dropdown-item {
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #212529;
}

.dropdown-item:hover {
    color: #000;
    background-color: #f8f9fa;
}

.dropdown-item:focus {
    color: #000;
    background-color: #f8f9fa;
}
/* Latest News Section CSS Start Here */
.news-with-cap {
    position: relative;
}

.news-with-cap img {
    height: 14rem;
    width: 100%;
}

.news-with-cap .news-cap {
    background: rgb(0 0 0 / 75%);
    color: var(--white);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1rem;
    font-size: 1.3rem;
}

.latest-news-swiper .swiper-button-prev:after,
.latest-news-swiper .swiper-button-next:after {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--white);
    min-width: 3.5rem;
    max-width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}
/* Latest News Section CSS End Here */

/* Category Post Section CSS Start Here */

.category-posts .category-post .cat-title {
    border-bottom: 1px solid var(--text-color-light-2);
    padding-bottom: 0.5rem;
    position: relative;
}

.category-posts .category-post .cat-title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 5rem;
    height: 2px;
    background: red;
}

.category-posts .category-post > div {
    border-bottom: 1px solid var(--text-color-light-3);
    padding: 1.2rem 0;
}

.category-posts .category-post .cat-sub-post {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.category-posts .category-post .cat-sub-post img {
    width: 80px;
    height: auto;
}
/* Category Post Section CSS End Here */

/* Single Post Details Page CSS Start Here */
.post-container-content {
    max-width: 700px;
    margin: 0 auto;
}
.post-container .post-description {
    font-size: 2.1rem;
    line-height: 1.5;
    text-align: justify;
    color: var(--text-color-2);
}

.post-description p {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.post-container img {
    margin-bottom: 1.5rem;
}
/* Single Post Details Page CSS End Here */

/* Privacy Policy Page CSS Start Here */
.privacy-policy p,
.terms p {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.privacy-policy ul,
.terms ul {
    list-style-type: disc;
    list-style-position: inside;
    line-height: 1.7;
}

/**** Footer ****/
.footer-col h2 {
    color: #fff;
    font-size: 22px;
    margin: 20px 0;
}

.footer-col ul li {
    line-height: 2;
}

.footer-col ul a {
    color: #fff;
    text-decoration: none;
}

.footer-col ul a:hover {
    color: var(--brand-color);
}

.footer-col p {
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    margin: 10px 0;
}

.footer-bottom p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-top: 5px;
}
/**** Pagination ****/
/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination .page-item {
    margin: 0 5px;
}

.pagination .page-link {
    color: #00AEEE;
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 6px 12px;
    border-radius: 4px;
}

.pagination .page-link:hover {
    background-color: #00AEEE;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background-color: #00AEEE;
    border-color: #00AEEE;
    color: #fff;
}

/* Privacy Policy Page CSS End Here */
@media (max-width: 991.98px) {
    .logo {
        height: 4rem;
    }

    .col .news .news-img img {
        height: 30rem !important;
        width: 100%;
        object-fit: cover;
        margin-bottom: 1rem;
    }
}
