 /**
* Template Name: Taranga News Advance News
* Template URL: https://techtaranga.com/attraibarta/
* Author: Sheikh Nesarul Islam by Tech Taranga
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* bengali */

@font-face {
  font-family: 'SutonnyMJ';
  font-style: normal;
  font-weight: 400;
  src: url(../font/SutonnyMJ.woff2) format('woff2');
}

@font-face {
  font-family: 'SolaimanLipi';
  src: url(../font/SolaimanLipi.eot);
  src: url(../font/SolaimanLipi.woff) format('woff'),
       url(../font/SolaimanLipi.ttf) format('truetype'),
       url(../font/SolaimanLipi.svg#SolaimanLipiNormal) format('svg'),
       url(../font/SolaimanLipi.eot?#iefix) format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


@font-face {
    font-family: 'NesarAJ';
    src: url('../font/VarendraAP-Light_v7.ttf') format('truetype');
    font-weight: 300; /* Light */
}

@font-face {
    font-family: 'NesarAJ';
    src: url('../font/VarendraAP-Regular_v7.ttf') format('truetype');
    font-weight: 400; /* Regular */
}

@font-face {
    font-family: 'NesarAJ';
    src: url('../font/VarendraAP-Semibold_v7.ttf') format('truetype');
    font-weight: 600; /* SemiBold */
}

@font-face {
    font-family: 'NesarAJ';
    src: url('../font/VarendraAP-Bold_v7.ttf') format('truetype');
    font-weight: 700; /* Bold */
}

@font-face {
    font-family: 'NesarAJ';
    src: url('../font/VarendraAP-Black_v7.ttf') format('truetype');
    font-weight: 900; /* Black */
}

.tt-primary-bg{
  background-color: var(--tt_primary_color)  !important;
}
.tt-primary-color{
  color: var(--tt_primary_color)  !important;
}


body {
    font-family: 'NesarAJ', Arial, sans-serif !important;
    background:var(--tt-white-color) ;

}

a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  color: #3d3d3d;
  text-decoration: none;
}
a.tech-text:hover{
  color:  var(--tt_primary_color) ;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'NesarAJ', Arial, sans-serif !important;
    font-weight: bold;
}

.form-control:focus {
    box-shadow: unset !important;
}

/* scrol bar */
.no-scrol-bar::-webkit-scrollbar {
    width: 0;  /* Remove scrollbar space */
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.no-scrol-bar::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.tt_pbg{
  background: var(--tt_primary_color);
}
.tt_pbg:hover{
  background: var(--tt_primary_color);
}
.cursor-pointer{
  cursor: pointer;
}

/* Social Icon */
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    line-height: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
}

.social-icon:hover {
    transform: scale(1.1);
    color: white;
}

/* Brand Colors */
.facebook { background-color: #1877F2; }
.twitter { background-color: #3f3f46; }
.linkedin { background-color: #0077B5; }
.instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.youtube { background-color: #FF0000; }
.whatsapp { background-color: #25D366; }
.email { background-color: #EA4335; }

/* Action Button */
.action_button {
    padding: 0 10px;
}
.action_button a {
    font-weight: 600;
}
.action_button a:hover {
    color: var(--tt_primary_color);
}
.mobile_online_btn {
    background: var(--tt_primary_color);
    display: inline-block;
    padding: 8px 10px;
    color: white;
    font-weight: 700;
    border-radius: 4px;
}

/*  Tech taranga Epaper  */
.techtaranga-all-page,
.techtaranga-page-area img{
  user-select: none;
}
.techtaranga-map-item{
  display: block;
  position: absolute;
  transition: 0.2s;
  cursor: pointer;
}
.techtaranga-map-item:hover {
    background: rgb(255 0 0 / 13%);
    border: 1px solid red;
}
.techtaranga-all-page{
    height: 100%;
    overflow: hidden;
}
.techtaranga-all-page div{
    cursor: pointer;
}
@media (max-width: 991.98px) {

  .techtaranga-all-page {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    height: unset !important;
    white-space: nowrap;
    gap: 8px;
    scroll-behavior: smooth;
  }

  .techtaranga-all-page::-webkit-scrollbar {
    height: 8px;
  }
  .techtaranga-all-page::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
  }
  .techtaranga-all-page::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  .techtaranga-all-page > div {
    flex: 0 0 auto;
    width: 100px;
  }
  .techtaranga-all-page img {
    width: 100%;
  }
}


.active-page{
    border-color: var(--tt_primary_color) !important;
}

/* Pagination */
.page_navigator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.prev_page, .next_page {
  flex: 0 0 auto;
}

.all_page {
  display: flex;
  gap: 5px;
  overflow-x: auto;
  white-space: nowrap;
  flex: 1;

  /* scrollbar hide */
  -ms-overflow-style: none;  /* IE, Edge */
  scrollbar-width: none;     /* Firefox */
}

.all_page::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.techtaranga-date-picker {
    position: relative;
}
.techtaranga-date-picker label {
    position: absolute;
    cursor: pointer;
    top: 53%;
    right: 12px;
    transform: translateY(-50%);
}
/* Epaper */
.action_btn_group {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.action_btn_group .action_btn {
    padding: 10px 4px;
    border: 1px solid var(--tt_primary_color);
    border-radius: unset;
    display: block;
    width: 100%;
    transition: 0.3s;
    font-size: 15px;
    font-weight: 600;
}
.action_btn_group .action_btn:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.action_btn_group .action_btn:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.action_btn_group .action_btn:hover {
    background-color: #3f3f46;
    color: white;
}
.action_btn_group .action_btn.active {
    background-color: #3f3f46;
    color: white;
}
#techtarangaPaperCutting{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow);
}

@media (max-width: 991.98px) {
  .action_btn_group {
      padding: 0 12px;
  }
  .action_btn_group .action_btn {
      font-size: 10px;
  }
  #techtarangaPaperCutting{
     box-shadow: unset;
  }
  .paper_preview_sidebar {
      position: fixed;
      display: none;
      top: 0;
      left: 0;
      background: rgb(121 121 121 / 59%);
      padding: 10px;
      height: 100%;
      width: 100%;
      z-index: 999;
  }
  .paper_preview_sidebar.active {
      display: block;
  }
  .techtaranga_paper_sidebar {
      position: fixed;
      top: 50%;
      left: 50%;
      background: white;
      padding: 10px;
      max-height: 100%;
      transform: translate(-50%, -50%);
      overflow: auto;
      height: 90%;
      width: 90%;
      z-index: 9999999;
  }
  .techtaranga_close {
      position: fixed;
      top: 10px;
      right: 10px;
      display: block !important;
      background: red;
      z-index: 99999999;
      height: 30px;
      width: 30px;
      text-align: center;
      line-height: 33px;
      color: white;
      border-radius: 50%;
  }
}

.paperPreview {
    background: #ffffff;
    padding: 10px;
    padding-top: 24px;
    margin: auto;
    min-width: 350px;
    display: block;
}
.paperPreviewInner{
  border: 2px solid var(--tt_primary_color);
  border-radius: 0.5rem;
  padding: 10px;
  position: relative;
}
.paperPreview .preview-logo {
    position: absolute;
    height: 35px;
    background: white;
    padding: 0 8px;
    top: -18px;
    left: 5px;
}
.preview-header {
    border-bottom: 2px solid #dadada;
}
.preview-date {
    margin-top: 7px;
    padding-left: 10px;
    border-left: 4px solid var(--tt_primary_color);
}

.footer_middle{
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
.footer_row{
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 991.98px) {
  .footer_middle{
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    border-left: unset;
    border-right: unset;
  }
  .footer_row{
    border-top: unset;
    border-bottom: unset;
  }
}
/*  Container */
/* .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 16px;
    padding-left: 16px
}

@media (min-width: 640px) {
    .container {
        max-width:640px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:768px
    }
}

@media (min-width: 1024px) {
    .container {
        max-width:1024px
    }
}

@media (min-width: 1280px) {
    .container {
        max-width:1280px
    }
}

@media (min-width: 1536px) {
    .container {
        max-width:1280px
    }
} */
