/* ==== Typography ==== */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Atma:wght@300;400;500;600;700&display=swap');

input,textarea:focus {
    box-shadow: none !important;
}
.bengali{
    font-family: 'Atma', sans-serif;
}
.justify{
    text-align: justify;
}

.about{
    font-weight: 300;
    font-size: 1.2rem;;
    line-height: 1.5;
    letter-spacing: 0px;
    text-align: justify;
}

h1,h2,h3,h4,h5,h6,body,p{
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
}


/* ======= Scrollbar style ======= */
::-webkit-scrollbar {
    width: 0px;
}
::-webkit-scrollbar-track {
    background: #fff;
}
::-webkit-scrollbar-thumb {
    background: #101010;
}
::-webkit-scrollbar-thumb:hover {
    background: #101010;
}

body{
    background: #101010;
}

a{
    text-decoration: none;
}
.nav-item{
    font-weight: 500;
    font-size: 1rem;
    letter-spacing: 0px;
    color:#8a8a8a;
    transition: 0.4s ease-in-out;
}
.nav-item.active{
    color: #d4d4d4;
    font-weight: 600;
    letter-spacing: 0px;
    text-decoration-line: underline;
    text-decoration-color: #e30801;
    text-underline-offset: 10px;
}
.nav-item.active i{
    color:#e30801;
}
.nav-item.subactive{
    color: #d4d4d4;
    font-weight: 600;
    letter-spacing: 0px;
}

.nav-item:hover{
    color: #d4d4d4;
    font-weight: 600;
    letter-spacing: 2px;
}

.navbar-head-mobile{
    padding: 10px 10px;
}
.navbar-head-mobile .social-icon i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 3px 5px;
    color: #ffffff;
}
.navbar-head-mobile .contact-text a{
    color: #ffffff;
    font-weight: 500;
    font-size: 0.8rem;
}

/* Toggle Buttons */
.sidebar-toggle-btn {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1040;
  background: #ffffff;
  color: #e30801;
  font-size: 1.5rem;
  /* border: 1px solid #ddd; */
  border-radius: 50%;
  padding: 5px 10px 3px 10px;
  /* box-shadow: 0 4px 5px rgba(0,0,0,0.1); */
-webkit-box-shadow: inset 0px 0px 6px -1px rgba(77,77,77,0.68); 
box-shadow: inset 0px 0px 6px -1px rgba(77,77,77,0.68);
}

.sidebar-close-btn {
  position: absolute;
  top: 5px;
  right: 3px;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #666;
  z-index: 1051;
}

.offcanvas{
    /* background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.95)), 
             url('./../img/menuback.jpg') center/cover;  */
    background: #000000;
    border: none;
}

.offcanvas-header{
    justify-content: center;
}

/* .offcanvas-body::-webkit-scrollbar {
    display: none;
}

.offcanvas-body {
    -ms-overflow-style: none;
    scrollbar-width: none; 
} */

/* Mobile Behavior */
@media (min-width: 992px) {
    .offcanvas{
        max-width: 300px;
    }
    body{
        padding-left: 300px;
    }
}
@media (max-width: 991px) {
    .offcanvas{
        max-width: 85%;
    }
}
@media (min-width: 768px) { /* 'md' breakpoint */
  .h-md-100 {
    height: 100% !important;
  }
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000 url(./../img/preloader2.gif) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 2s ease; /* 0.5s fade-out */
}

#preloader.fade-out {
    opacity: 0;
    pointer-events: none;
}

/* Preloader */
#preloader2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000 url(./../img/preloader.gif) no-repeat center center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    opacity: 1;
    transition: opacity 2s ease; /* 0.5s fade-out */
}

#preloader2.fade-out {
    opacity: 0;
    pointer-events: none;
}

.footer{
    font-size: 0.9rem;
}

.img-fluid {
    transition: transform 0.5s ease;
    object-fit: cover;
}
.img-fluid:hover {
    transform: scale(1.1);
}

/* ======= Progress-wrap style ======= */
.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.3);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.3);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #6c6d6d;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }
.progress-wrap svg path {
  fill: none; 
}
.progress-wrap svg.progress-circle path {
  stroke: #6c6d6d;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }
.progress-wrap {
  -webkit-box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.3);
  box-shadow: inset 0 0 0 2px rgba(130, 130, 130, 0.3); }
.progress-wrap::after {
  color: #6c6d6d; 
}
.progress-wrap svg.progress-circle path {
  stroke: #6c6d6d; 
}
