@font-face {
    font-family: SolaimanLipi;
    font-style: normal;
    font-weight: 400;
    src: url(../webfonts/solaimanlipi_20-04-07.eot) format("embedded-opentype"),
        url(../webfonts/solaimanlipi_20-04-07.woff) format("woff"),
        url(../webfonts/solaimanlipi_20-04-07.ttf) format("truetype"),
        url(../webfonts/solaimanlipi_20-04-07.svg) format("svg");
    font-display: swap;
}
* {
    font-family: SolaimanLipi, Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: 0;
    border: none;
    text-decoration: none;
    transition: 0.3s linear;
}
:root {
    --primary: #052f30;
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #b30f0f;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #052f30;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray74: #bdbdbd;
    --gray-light: #e2e1e1;
    --gray-dark: #343a40;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --shadeofgray: #ddd;
}
body {
    background: var(--bg);
}
li {
    list-style-type: none;
}
a {
    text-decoration: none !important;
}
header {
    width: 100% !important;
    overflow: hidden;
}
.header-color,
.search {
    background-color: var(--white);
}
.epaper a {
    color: #1b1a1a;
}
.card-title a:hover,
.dropdown-item:hover,
.epaper a:hover,
.homeBy-nav a:hover,
.opinion-list .title:hover,
.read-more:hover,
.sport-sub a:hover {
    color: var(--primary);
}
.datetime {
    padding-left: 1rem;
}
.social-media-icons .social-icon {
    width: 30px;
    height: 30px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-icons .social-icon i {
    color: var(--white);
}

.nav-link:focus,
.nav-link:hover {
    color: var(--primary);
    /* background-color: var(--primary); */
    border-top: 2px solid var(--primary);
}
.facebook {
    background: #1877f2;
}
.messenger {
    background: #09f;
}
.twitter {
    background: #000;
}
.linkedin {
    background: #0a66c2;
}
.instagram {
    background: #e4405f;
}
.youtube {
    background: #ff3d00;
}
.pinterest {
    background: #bd081c;
}
.whatsapp {
    background: #25d366;
}
.nav-link {
    color: var(--dark);
    font-size: 18px;
    padding: 5px;
    font-weight: 800;
    border-top: 2px solid transparent;
    transition: all 300ms ease-in-out;
}
.drop-area {
    position: static;
}
.dropdown-item,
.footer-reg-adds ul li a {
    color: var(--dark);
}
.mega-area {
    position: absolute;
    width: 100%;
    top: 35px;
    left: 0;
}
.more_link,
.more_link_photo,
.single-block {
    position: relative;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
}
@media only screen and (max-width: 991px) {
    .width-respon {
        width: 100%;
    }
}
.icons {
    color: var(--dark);
    cursor: pointer;
    font-size: 1rem;
    margin-left: 1rem;
}
.search-form {
    display: none;
}
.search-form.active {
    display: block;
}
#search-box:focus {
    box-shadow: none;
}
.epaper {
    color: var(--dark);
}
.epaper:hover {
    color: var(--primary);
}
.text-scroll {
    margin-top: 5px;
}
.text-scroll-latest .latests {
    color: var(--light);
    background-color: var(--primary);
    padding: 5px 20px;
    margin-bottom: 0;
    font-size: 18px;
}
.text-scroll-latest {
    display: flex;
    border: 1px solid #787474;
}
.text-scroll-latest a {
    font-size: 19px;
    color: var(--dark);
}
.first-section-card-for-add .first-add img {
    width: 250px;
    margin-top: 10px;
}
.more_link {
    margin: 0;
    font-size: 20px;
    padding-left: 15px;
    padding-bottom: 7px;
    color: var(--dark);
    font-weight: 700;
}
.post-body,
.read-more {
    font-size: 18px;
}
.more_link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: var(--primary);
    width: 3px;
    height: 24px;
}
.category-header .more_link a {
    font-size: 24px;
    font-weight: 600;
    color: var(--gray-dark);
    margin: 0 5px;
}

.category-header .more_link a:hover {
    color: var(--primary);
    transition: 0.5s;
}

.more_link_photo {
    margin: 0 0 15px;
    font-size: 20px;
    padding-bottom: 7px;
    color: var(--white);
    font-weight: 700;
}

/* .more_link_photo::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    background: var(--primary);
    width: 16px;
    height: 20px;
    transform: skew(0deg, 45deg);
} */

.category-header .more_link_photo a {
    font-size: 24px;
    font-weight: 600;
    color: var(--white);
    margin: 0 5px;
}

.read-more-photo {
    color: var(--white);
}

.read-more {
    color: var(--dark);
}
.opinion-list img {
    border-radius: 50%;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.opinion-list .title {
    font-size: 20px;
    color: var(--dark);
}
.card-body .card-text {
    color: var(--dark);
    padding: 5px;
    font-size: 16px;
}
.first-section-border {
    border: 4px solid var(--gray);
}
.card-body {
    padding: 0;
    margin-top: 5px;
}
.card-body .card-title {
    color: var(--dark);
    font-size: 16px;
    font-weight: 500;
    padding: 5px;
}
.card-body .card-title:hover {
    color: var(--primary);
    cursor: pointer;
}

.most-read:hover {
    color: var(--white);
    background-color: #088525;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--white);
    background-color: var(--primary);
}
.the-latest .most-read {
    color: var(--white);
    background: var(--primary);
    text-align: center;
    padding: 5px 10px;
}
.the-latest .archive {
    background: transparent;
    text-align: center;
    padding: 5px 10px;
    border: 1px solid var(--primary);
    color: #000;
}

.the-latest .archive:hover {
    background-color: var(--primary);
    color: white;
}
.single-section img {
    width: 150px;
}
.card-title a {
    font-size: 16px;
    color: #0d0d0d;
}
.third-section-card img {
    width: 100%;
    margin-top: 18px;
    display: flex;
    justify-content: center;
}
.across-country-headgin-border {
    border-bottom: 2px solid var(--gray);
    margin-bottom: 5px;
    width: 75%;
}
.across-country-headgin-full-border {
    border-bottom: 2px solid var(--gray);
    margin-bottom: 5px;
    width: 100%;
}
.card-bottom-full-border {
    border-bottom: 1px solid var(--gray74);
    margin-bottom: 8px;
    width: 100%;
}
.sport-sub a {
    color: var(--dark);
    font-weight: 600;
}
.health-border {
    border-left: 2px solid var(--gray);
}
.finishnow {
    border-bottom: 2px solid var(--red);
    width: 100%;
    margin-top: 100px;
}
.st0 {
    opacity: 0.7;
}
.st1 {
    fill: #80c2eb;
}
.st2 {
    fill: none;
}
.st10,
.st11,
.st14,
.st3,
.st4,
.st5,
.st6,
.st7,
.st8,
.st9 {
    fill: var(--red);
    stroke: #ffffff;
    stroke-width: 0.75;
    stroke-miterlimit: 10;
}
.st13,
.st15 {
    fill: var(--red);
    stroke: #ffffff;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
}
.st16 {
    enable-background: new;
}
.st17 {
    fill: #ffffff;
}
.st18 {
    opacity: 0.34;
}
#borishal:hover path.st19,
#chittagong:hover path.st19,
#dhaka:hover path.st19,
#khulna:hover path.st19,
#mymensingh:hover path.st19,
#rajshahi:hover path.st19,
#rangpur:hover path.st19,
#sylhet:hover path.st19,
.st19 {
    fill: #d5d5d5;
}
#borishal:hover path,
#chittagong:hover path,
#dhaka:hover path,
#khulna:hover path,
#mymensingh:hover path,
#rajshahi:hover path,
#rangpur:hover path,
#sylhet:hover path {
    fill: #9a1515;
}
#borishal:hover path.st17,
#chittagong:hover path.st17,
#dhaka:hover path.st17,
#khulna:hover path.st17,
#mymensingh:hover path.st17,
#rajshahi:hover path.st17,
#rangpur:hover path.st17,
#sylhet:hover path.st17 {
    fill: #fff;
}
.img-upper-overlay {
    background-color: #0000005a;
}
.short-image img {
    width: 50px;
    height: 50px;
}
.homeBy-nav a {
    color: var(--dark);
    font-weight: 700;
}
.overlay-category {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(107, 105, 105, 0.792);
    padding: 2px 10px;
}
.overlay-category a {
    color: #fff;
}
.footer-logo img {
    width: 200px;
}
.footer-reg-adds {
    padding: 10px 20px 0 0;
}
ul {
    padding-left: 0;
}
footer {
    background-color: var(--gray-light);
    padding: 40px 10px;
}
.search-relative {
    position: relative;
    align-items: start;
}
p[style="text-align:justify"] {
    font-size: 20px;
}
.search-btn {
    position: absolute;
    right: 10px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1140px) {
    .search-btn {
        position: absolute;
        right: 10px;
        top: 3px;
    }
    .search-form.active {
        margin-top: -7px;
    }
}
.caption {
    padding: 3px 15px;
    color: gray;
    font-style: italic;
}
.video-container iframe {
    width: 90%;
    aspect-ratio: 16/9;
}
.thumbnail-container img {
    width: 100%;
    aspect-ratio: 16/9;
}

.photo-right {
    max-height: 600px;
    overflow-y: auto;
}

.photo-right::-webkit-scrollbar {
    width: 5px;
    background-color: #383838;
}
.photo-right::-webkit-scrollbar-thumb {
    background-color: white;
}
