/* ==== 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:focus {
    box-shadow: none !important;
}
.bengali{
    font-family: 'Atma', sans-serif;
}

.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: 3px;
    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: 3px;
}

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

.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%;
    }
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000 url(./../img/preloader2.gif) no-repeat center center;
/*     background-size: 20%;
    display: flex;
    justify-content: center;
    align-items: center; */
    z-index: 9999;
}

.footer{
    font-size: 0.9rem;
}