@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;
}
body{
      overscroll-behavior: none;
      height: 100vh;
      overflow-x: hidden;
      background: #E8E8E8;
      margin-top: 50px;
      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_M_area{
      width: 100%;
      background: rgba(0, 0, 0, 0.1);
      backdrop-filter: blur(30px);
      align-items: center;
      height: auto;
      align-items: center;
      margin-top: -52px;
      position: fixed;
      z-index: 999;
      left: 0;
}
#top-logo_M_img{
  height: 50px;
  width: auto;
  margin-top: 5px;
  margin-left: 9px;
  border-radius: 5px;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, 5);
}

.top-logo-test {
  width: 100%;
  margin: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 105px;
  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);
    opacity: 0.;
  }
  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;
}
/*#top-logo{
      height: 60px;
      width: 100%;
}*/

/* Main logo */
#top-logo{
      height: 50px;
      width: auto;
      margin-left: 5px;
      border-radius: 5px;
      box-shadow: 1px 2px 3px rgba(0, 0, 0, 5);
}

/* Translate*/

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

#lang-btn {
  background: white;
  color: #000000;
  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;
}











/* Last update */
.last-update{
  background-color: #FFFFFF;
  border: .1px solid #F1E5E5;
  border-radius: 20px;
  margin-left: 20px;
  margin-top: 60px;
  margin: auto;
  width: 65%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: .5s all ease-in;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
}
.last-update-h{
  font-size: 18px;
  color: red;
  text-align: center;
  margin-top: 2px;
}
.last-update-b{
  font-size: 15px;
  font-weight: 800;
  font-family: hind siliguri;
  text-align: center;
  margin-top: -10px;
  color: black;
}
.last-update:hover{
  scale: 1.02;
}
/* last update icon */
#history{
  animation: spin 0.6s ease-in-out;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/* News */
.news{
  margin-top: 10px;
  width: 100%;
  height: auto;
  background: #F9F4F9;
  text-align: center;
  align-items: center;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
}
.news-tr{
  background: #A045E9;
  color: white;
}
.news-td{
  color: black;
}
.news-td-c{
  color: red;
  font-weight: bold;
}

/* gram banner */
.price-g{
  background: white;
  width: 100%;
  height: 423px;
  color: red;
  text-align: center;
  margin: auto;
  margin-bottom: 0px;
  align-items: center;
  margin-top: 11px;
  border: 1px solid #F1E5E5;
  border-radius: 20px;
  font-weight: bold; 
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
  transition: .7s all ease;
  padding-bottom: 135px;
  animation: g_banner 0.9s ease-in;
}
@keyframes g_banner{
  from{
    transform: translateX(-250px);
    opacity: 0;
  }
  to{
    transform: translateX(0);
  }
}
.price-g:hover{
  transform: scale(1.02);
}
.price-banner-g, .banner-g{
  width: 100%;
  height: auto;
}

/* Download Button*/

.download-btn{
  height: 10px;
  width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2e7d32;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 10px;
  font-family: hind siliguri;
  gap: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.download-btn:hover {
  background-color: #1b5e20;
}

.download-btn:active {
  background-color: #1EFF04;
}

.material-symbols-outlined {
  font-size: 24px;
}

.btn-text {
  font-weight: bold;
  font-size: 15px;
}


/* Vori banner */

.price-v{
  background: white;
  width: 100%;
  height: 585px;
  color: red;
  text-align: center;
  margin: auto;
  margin-bottom: 11px;
  align-items: center;
  margin-top: 11px;
  border: 1px solid #F1E5E5;
  border-radius: 20px;
  font-weight: bold; 
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
  transition: .7s all ease;
  padding-bottom: 35px;
  /*animation: vori-b 1s ease-in;*/
}
/* @keyframes vori-b{
  from{
   transform: translateX(250px); 
   opacity: 0;
  }
  to{
    transform: translateX(0); 
  }
}*/
.price-v:hover{
  transform: scale(1.02);
}
.price-banner-v, .banner-v{
  width: 100%;
  height: auto;
}

/* Download Button*/
.download-btn{
  height: 10px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2e7d32;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
  border-radius: 10px;
  font-family: hind siliguri;
  gap: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .8);
}

.download-btn:hover {
  background-color: #1b5e20;
}

.download-btn:active {
  background-color: #1EFF04;
}

.material-symbols-outlined {
  font-size: 24px;
}

.btn-text {
  font-weight: bold;
  font-size: 12.5px;
}
.button-group {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  padding: 0 10px;
  height: 29px;
  width: 50px;
  margin: auto;
}

.view-btn {
  width: 100px;
  height: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 255, 233, 1);
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 10px;
  font-family: Hind Siliguri;
  font-size: 12px;
  gap: 5px;
  border: .1px solid #ccc;
  cursor: pointer;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2);
  transition: all 0.4s ease;
  margin-top: 20px;
}
.view-btn:hover {
  background-color: rgba(10, 220, 202, 1);
}
.view-btn:active {
  background: #FFFFFF;
  transform: scale(0.98);
}
.download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #2e7d32;
  color: white;
  padding: 10px 18px;
  text-decoration: none;
  border-radius: 10px;
  font-family: Hind Siliguri;
  gap: 5px;
  transition: background-color 0.4s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .3);
}





/* Gold Rate Banner */
.goldtable{
      width: 100%;
      border-collapse: collapse;
      overflow: hidden;
      border-radius: 20px;
      display: flex;
      text-align: center;
      align-items: center;
      justify-content: center;
}
#golddown{
    transition: .7s all ease;
    margin-bottom: 11px;
}
#golddown:hover{
    transform: scale(1.02);
}
#main_text_gold_banner{
  color: #D5A600;
  letter-spacing: 0.6px;
}
.product1{
      width: 28%;
      font-weight: 700;
      font-family: Hind Siliguri;
      color: #21303a;
      text-align: center;
}
.desc1{
      width: 44%;
      opacity: 0.9;
      text-align: center;
      letter-spacing: 0.6px;
}
.price1{
      width: 28%;
      text-align: center;
      font-weight: 900;
      color: #16303a;
      text-align: center;
}
.goldtable th {
      background: #0d2930;
      color: var(--gold);
      padding: 18px 0px;
      font-size: 16px;
      text-align: center;
}
.goldtable td{
      padding: 25px 25px;
      background: #fdf1af;
      border-bottom: solid rgba(0, 0, 0, 0.7);
      font-size: 15px;
      text-align: center;
      vertical-align: middle;
}
#goldbanner{
      justify-content: center;
      height: auto;
      width: 100%;
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
#gb_img_position{
      padding: 0px;
      background: #0d2930;
  
}
#goldbanner1{
      width: 100%;
      height: auto;
}



/* silver banner */

#sb_img_position{
        padding: 0px;
        background: #0d2930;
}
#main_text_silver_banner{
  color: white;
}
#silverbanner1{
        width: 100%;
        height: auto;
}
#silverbanner {
    height: auto;
    width: 100%;
    display: flex;
    border: 1px solid silver;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.silvertable{
      margin-top: -27px;
      width: 100%;
      margin-top: 0px auto#42445A;
      border-collapse: collapse;
      overflow: hidden;
      border-radius: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 200px;
}
#silverdown{
    transition: .7s all ease;
    margin-bottom: 100px;
}
#silverdown:hover{
    transform: scale(1.02);
}
.product2{
      width: 28%;
      font-weight: 700; 
      color:#21303a;
      text-align: center;
}
.desc2{
      width: 44%;
      opacity: 0.9;
      text-align: center;
      letter-spacing: 0.6px;
}
.price2{
      width: 28%;
      text-align: center;
      font-weight: 800;
      color: #16303a;
      text-align: center;
}
.silvertable th {
      background: #0d2930;
      color: var(--gold);
      padding: 18px 0px;
      font-size: 15px;
      text-align: center;
}
.silvertable td{
      padding: 25px 25px;
      background: var(--silver);
      border-bottom: solid rgba(0, 0, 0, 0.7);
      font-size: 15px;
      text-align: center;
      vertical-align: middle;
    }





/*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;
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
}
    .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{
      background: rgba(255, 255, 255,.1);
    }
    .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: white;
      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: #E7EBEB;
      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;
    }
    


    
    .ticker-wrap{
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      height: 33px;
      background:#000;
      color:var(--gold);
      padding: 10px 10px;
      font-weight: 700;
      z-index: 100;
      box-shadow: 0 -6px 20px rgba(0,0,0,0.5);
    }
    .ticker{
      overflow: hidden;
      white-space: nowrap;
    }
    .ticker .text{
      display: inline-block;
      padding-left: 100%;
      height: 28px;
      animation: scroll 60s linear infinite;
      margin-top: 7px;
      font-size: 15px;
    }
    @keyframes scroll{
      from{transform: translateX(0)}
      to{transform: translateX(-100%)}
    }
    
.text{
  color: #B28A00; /*new*/
}
.copyright{
  text-align: center;
  display: flex;
  flex-flow: column-reverse;
  margin-top: -180px;
}
.visitor_c {
  position: absolute;
  font-size: 14px;
  margin-top: 30px;
}


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