@import url('https://fonts.googleapis.com/css2?family=Anek+Bangla:wght@100..800&family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Hind+Siliguri:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
html{
      scroll-behavior: smooth;
      min-height: 100%;
}
body{
      background: #E8E8E8;
      font-family: hind siliguri;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
}

.top-logo{
      width: 100%;
      height: auto;
      background: rgba(0, 0, 0, .1);
      backdrop-filter: blur(30px);
      align-items: center;
      align-items: center;
      top: 0;
      left: 0;
      right: 0;
      position: fixed;
      z-index: 999;
}
.top-logo-test{
  width: 100%;
  margin: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 52px; /* change */
  z-index: 99;
  background: #ffffff;
  border-radius: 5px;
  padding: 5px 0;
}
#top-logo-test{
  height: 95px;
  width: auto;
  border-radius: 10px;
  animation: logo 1.2s ease-out;
}
@keyframes logo{
  0%{
    transform: translateY(-70px);
  }
  50%{
    transform: translateY(30px);
    opacity: 0;
  }
  75%{
    transform: translateY(-20px);
  }
  100%{
    transform: translateY(0);
  }
}
.top-logo-area{
  text-align: center;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 100%;
  height: auto;
  padding: 0px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 5px;
  margin: 15px 0;
  margin-top: -35px;
  animation: sub_logo 1s ease-in;
}
@keyframes sub_logo{
  0%{
    transform: translateX(-300px);
    opacity: 0;
  }
  
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}
.top-logo-text{
  font-size: 20px;
  font-family: hind siliguri;
  font-weight: 800;
  color: #B28A00;
}
/* Main logo */
#top-logo{
      height: 50px;
      width: auto;
      margin-top: 5px;
      margin-left: 8px;
      border-radius: 5px;
      box-shadow: 1px 2px 3px rgba(0, 0, 0, 5);
}


/*Bottom Navbar */
.navbar{
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      padding: 20px 0;
      background-color: rgba(0, 0, 0, 1);
      border: .1px solid #F1E5E9;
      display: flex;
      justify-content: space-around;
      align-items: center;
      padding-bottom: 10px;
      box-shadow: 1px 2px 5px 5px rgba(255, 255, 255, .4);
      z-index: 1000;
    }
    .nav-item {
      display: flex;
      justify-content: space-around;
      align-items: center;
      color: #757575;
      font-size: 14px;
      cursor: pointer;
      background: rgba(255, 255, 255, .01);
    }
    .nav-item:hover{
      
    }
    .nav-item.active {
      color: #00FFF0;
    }
    .nav-item a{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-decoration: none;
      color: inherit;
      transition: color 0.3s ease-in-out;
      background: rgba(255, 255, 255, .01);
      color: #FFFFFF;
      box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
      border-radius: 10px;
      }
    .nav-item i{
      font-size: 18px;
      margin-bottom: 0px;
      display: inline-block;
      padding: 0px 0px;
      color: #FFFFFF;
      transition: background-color 0.3s ease, color 0.3s ease;
      background: black;
      backdrop-filter: blur(50px);
    }
    .nav-item.active a i {
      background-color: black;
      color: #00FFF0;
      font-weight: bolder;
    }
    .nav-item.active span {
      color: #00FFF0;
      font-weight: bold;
    }
    
    
    
/* Rate */
.old_doc{
    height: auto;
    width: 100%;
    margin: auto;
    margin-bottom: 80px;
    justify-content: center;
    display: flow-root;
    border-radius: 20px;
    background-color: white;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.5);
    transition: .5s all ease;
}
.old_doc:hover {
    transform: scale(1.003);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0);
}
.old_doc_head{
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    color: black;
    margin-top: 70px;
    
}
#old_doc_head_position{
    width: 100%;
    height: auto;
    background: white;
    border-radius: 50px;
}


#old_doc_body{
    border: none;
    background: white;
}
#doc_h{
    width: 100%;
}
.doc_content{
    text-align: center;
    font-size: 15px;
    font-weight: 800;
    width: 33.33% !important;
}
.old_doc_body1 {
    background: black;
    color: white;
    font-weight: 400;
    font-size: 15px;
}

.old_doc_body2 {
    color: red;
    text-decoration: none;
}

.pdf_1{
    margin-top: 10px;
    width: 30px;
    height: auto;
}
.in_de{
    width: 30px;
    height: auto;
    padding: 10px 0px;
    border-radius: 50px;
}
.in_de_tdata{
    display: flex;
    justify-content: center;
}
#td_bg{
    background: rgba(243, 243, 243, 1);
}
.in_de_tdata_text{
    margin-top: 15px;
    font-size: 15px;
    font-weight: 800;
}


/* Translate*/

.lang-switch-container {
  position: fixed;
  top: 8px;
  right: 8px;
  padding: 11px 10px;
  border-radius: 5px;
  background: rgba(0, 255, 255, 1);
  color: #111111;
  font-size: 13px;
  font-family: hind siliguri;
  font-weight: 700;
  z-index: 1001;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

#lang-btn{
  background: white;
  color: black;
  border: none;
  padding: 2px 10px;
  border-radius: 20px;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  font-size: 13px;
  font-weight: bold;
  font-family: hind siliguri;
}
#lang-btn:hover{
  background: #7501FF;
  color: white;
}

/* Copyright & visitor*/
.copyright {
  text-align: center;
  display: flex;
  flex-flow: column-reverse;
  font-size: 14px;
  margin-bottom: -95px;
}
.visitor_c {
  text-align: left;
  font-size: 14px;
  margin-bottom: -30px;
}


/* Will not download Any image */
img {
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}
