

@font-face {
    font-family: 'Shurjo';
    src: url('fonts/ShurjoWeb_400_v5_1.ElAZ9Ehp.woff2') format('woff2'),
        
}

@font-face {
    font-family: 'Shurjo Bold';
    src: url('fonts/ShurjoWeb_700_v5_1.0P7OmnlK.woff2') format('woff2'),
   
}

body {
    font-family: 'Shurjo';
    margin: 0;
    padding: 0;
    /*background: #f2f2f2;*/
    background: #F7F8F9;
    padding-bottom: 60px;
    padding-top: 60px;
}

.shurjo-font-bold {
    font-family: 'Shurjo Bold';
}

/* Animated Button */
.zkt-live {
    position: absolute;

}

.animation {
    position: relative;
    left: 100px;
    transform: translate(-50%, -50%);
}

.animated-btn {
    border-radius: 20px;
    /* Fixed px value */
    padding: 5px 55px 5px 55px;
    border: none;
    background-color: red;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.ping {
    background: #ff3b3b;
    border-radius: 40px;
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: load 1.5s ease-out infinite;
}

@keyframes load {
    0% {
        border: 0px solid rgba(255, 59, 59, 0.7);
    }

    100% {
        border: 10px solid rgba(255, 59, 59, 0.7);
    }
}


.sidebar {
    background-color: #f2f2f2;
}

/* trending button */


.bottom-header {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}
@media (max-width: 768px) {
    .bottom-header {
        bottom: 40px;
    }
}

.scroll-container {
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    /* overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px; */
}

.scroll-content {
    display: inline-flex;
    animation: marquee 40s linear infinite;
    will-change: transform;
    gap: 10px;
}

.scroll-container:hover .scroll-content {
    animation-play-state: paused;
}

@keyframes marquee {
    from {
        transform: translateX(100%);
    }

    to {
        transform: translateX(-100%);
    }
}

.scroll-content button {
    margin: 0 5px;
}




/* swipper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dhakarome a {
    text-decoration: none;
}

.dhakarome:hover a {
    text-decoration: underline;
}



/* প্রিন্ট করার সময় শুধুমাত্র .print-content অংশ দেখাবে */
@media print {
    body * {
        display: none !important;
        /* সবকিছু লুকাবে */
    }

    .print-content,
    .print-content * {
        display: block !important;
        /* শুধুমাত্র নির্দিষ্ট অংশ দেখাবে */
    }
}


/* photo storeis section start */

.video-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}

.video-card img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
}

.video-card:hover img {
    filter: brightness(70%);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    color: #0B521C;
    border-radius: 50%;
    padding: 15px;
    font-size: 24px;
}

.video-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: justify;
}

.section-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.section-title::before {
    content: "";
    width: 5px;
    height: 20px;
    background: #0B521C;
    display: inline-block;
    margin-right: 10px;
}

/* photo story section end */

/* time text color */

.time-text-color {
    color: #0B521C;
    font-size: 0.8rem;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
}

.text-justify {
    text-align: justify;
    font-size: 0.75rem;
    line-height: 1.5rem;

}

.bg-ekhon-white-200 {
    background-color: #fff;
    opacity: 1;
    ;
    width: .25rem;
    height: 1.2rem;
}

.bg-ekhon-orange-200 {
    background-color: #0B521C;
    opacity: 1;
    ;
    width: .25rem;
    height: 1.2rem;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Maintain aspect ratio while covering the container */
}



.playlist-card {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
}

.video-thumbnail1 {
    position: relative;
    width: 100px;
    height: 70px;
    border-radius: 8px;
}

.play-icon1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0B521C;
    color: white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-info {
    flex: 1;
    padding-left: 10px;
}

.video-title {
    font-size: 1rem;
    font-weight: bold;
}

.video-meta {
    font-size: 0.8rem;
    color: gray;
}


/* footer section */
footer {
    background-color: #f8f9fa;
}

.contact-info {
    font-size: 13px;
}

footer a {
    transition: 0.3s;
}

footer a:hover {
    color: #ff6600;
}


/* Default font sizes for larger screens */
.title-text {
    font-size: 20px;
}

.scrolling-text {
    font-size: 20px;
}

/* Reduce font sizes on smaller screens */
@media (max-width: 768px) {
    .title-text {
        font-size: 16px;
    }

    .scrolling-text {
        font-size: 14px;
    }
}

/* Even smaller font for mobile (phones) */
@media (max-width: 480px) {
    .title-text {
        font-size: 14px;
    }

    .scrolling-text {
        font-size: 12px;
    }
}


/* header navbar */


@keyframes pulse-animation {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.pulse-effect {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgb(255 54 54);
    border-radius: 50px;
    animation: pulse-animation 1.5s infinite;
}


.navbar.fixed-bottom {
    padding: 10px 0;
    border-top: 1px solid #ddd;
}

/* .nav-link {
  font-size: 14px;
  font-weight: bold;
  color: black;
}

.nav-link i {
  font-size: 20px;
} */


.navbar-nav .nav-link {
    font-size: 22px;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-nav .nav-link i {
    font-size: 20px;
    /* আইকনের সাইজ বাড়বে */
}



.navbar-nav .nav-link,
.navbar-nav .accordion-button {
    font-size: 20px;
    /* এখানে দেশ এখন-এর ফন্ট সাইজ সেট করুন */
    font-weight: 600;
    /* ওজন সামঞ্জস্য করতে */
    color: #000;
    /* কালার নিশ্চিত করতে */
}

.accordion-button {
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.accordion-button::after {
    margin-left: auto;
    /* Arrow icon will move to the right */
}


.paragraph a {
    text-decoration: none;
    color: #000;
    /* font-size: 5px; */
}

.paragraph a:hover {
    text-decoration: underline;
    /* Hover করলে underline দেখাবে */
}




.playlist-container {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 15px;
    max-width: 350px;
}

.video-list {
    max-height: 300px;
    /* 4 টার বেশি হলে স্ক্রল হবে */
    overflow-y: auto;
}

.video-item-photo-story {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.video-item-photo-story.active,
.video-item-photo-story:hover {
    color: white;
    background: #0B521C;
}

.video-thumbnail-photo-story {
    position: relative;
    margin-right: 10px;
}

.video-thumbnail-photo-story img {
    width: 70px;
    height: 50px;
    border-radius: 5px;
    object-fit: cover;
}

.play-icon-photo-story {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    color: #0B521C;
    border-radius: 50%;
    padding: 6px;
    font-size: 14px;
}

.video-info {
    flex-grow: 1;
}

.video-title {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

/* Scrollbar Styling */
.video-list::-webkit-scrollbar {
    width: 6px;
}

.video-list::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 5px;
}

.video-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}



.subscription-box {
    /* background: #eee; */
    border-radius: 10px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); */
    color: #000;
}

.subscription-box h5 {
    font-weight: bold;
}

.input-group input {
    border-radius: 30px 0 0 30px;
    border: none;
    padding: 10px 15px;
}

.input-group .btn-primary {
    background-color: #ff6f61;
    border: none;
    border-radius: 0 30px 30px 0;
    padding: 10px 20px;
}

.input-group input:focus,
.input-group .btn-primary:focus {
    outline: none;
    box-shadow: none;
}

#response {
    font-weight: bold;
    color: #fff;
}



.active-link {
    color: #0B521C !important;
    font-weight: bold;
    /* border-bottom: 2px solid #0B521C; */
}


@media print {
    body * {
      display: none !important; /* সব কিছু লুকান */
    }
    .details, .details * {
      display: block !important; /* শুধু নিউজ দেখান */
    }
  }
  
 
.mobile-font-size {
    font-size: 11px !important;
}

  
@media (max-width: 991px) { /* Only for Mobile & Tablets */
    #offcanvasMenu {
        width: 85vw !important;
    }
}



.custom-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; /* শুধুমাত্র প্রয়োজনীয় জায়গা নিবে */
    /* background: rgba(0, 0, 0, 0.5); */
    display: flex;
    justify-content: center;
    z-index: 9999;
    /* padding-top: 10px; একটু gap দিতে চাইলে */
}

.custom-modal-content {
    background: #f2f2f2;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    width: 400px;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.hidden {
    display: none;
}

/* Modal Header */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.modal-logo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.modal-buttons {
    margin-top: 15px;
}

.modal-header p {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    line-height: 1.2; /* ঠিকভাবে text align করতে */
    display: flex;
    align-items: center; /* Text কে vertically center করা */
}

button {
    margin: 5px;
    padding: 6px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#allow-notification {
    background: green;
    color: white;
}

#deny-notification {
    background: red;
    color: white;
}

.scroll-logo {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    object-fit: contain;
}
