@font-face {
  font-family: 'Sirin Stencil';
  src: url('/Resource/Font/English_SirinStencil.ttf') format('truetype');
  font-weight: 1000;
  font-style: normal;
}

@font-face {
  font-family: 'Anek_Bangla';
  src: url('/Resource/Font/Bangla_Anek.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gff';
  src: url('/Resource/Font/English_Gff.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Expletus';
  src: url('/Resource/Font/English_Expletus/static/ExpletusSans-Bold.ttf') format('truetype');
  font-weight: 1000;
  font-style: normal;
}



:root{
--main-font: "Expletus", "Anek_Bangla";
--atbackground: rgba(23, 23, 23, 0.695);
--paobackground:rgba(27, 27, 27, 0.376);
}


html, body {
margin: 0 auto;
padding: 0;
overflow: auto;
align-items: center;
height: auto;
-webkit-overflow-scrolling: touch;
max-width: var(--max-width);
scroll-behavior: smooth;
zoom: 100%;
height: 100%; 
width: 100%;
}


* {
  user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--main-font);
  max-width: var(--max-width);
  outline: none;
  -webkit-tap-highlight-color: transparent;
  background-color: black;
  background-image: url(/Resource/Image/Background/Dark/2.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: var(--main-font);
  /* background-color: #121212;
  background-image: 
  radial-gradient(circle at 80% 20%, rgba(115, 183, 255, 0.15), transparent 40%),
  radial-gradient(circle at 20% 80%, rgba(0, 179, 255, 0.386), transparent 40%);
  background-attachment: fixed; */
}


body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(64px);
  z-index: -1;
}

img {
touch-action: auto;            
user-select: none;              
-webkit-user-drag: none;       
user-drag: none;             
display: block;              
}

a {
text-decoration: none;
color: inherit;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

input[type=number] {
-moz-appearance: textfield;
}

