@font-face {
  font-family: "Noto Serif Bengali";
  src: url(https://fonts.gstatic.com/s/notoserifbengali/v25/hYkUPvggTvnzO14VSXltirUdnnkt1pwMRJKGSH4.woff2) format("woff2");
  unicode-range: U+0980-09FF, U+0951-0952, U+0964-0965, U+1CD0, U+1CD2, U+1CD5-1CD6, U+1CD8, U+1CE1, U+1CEA, U+1CED, U+1CF2, U+1CF5-1CF7, U+200C-200D, U+20B9, U+25CC, U+A8F1;
}
.noto-serif-bengali {
  font-family: "Noto Serif Bengali", "Open Sans", sans-serif, serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.navbar,
nav {
  margin-top: 10px;
  position: sticky;
  top: 0;
  color: #343a40;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  min-width: 100%;
  background-color: white;
}
.navbar li:has(.brand.logo),
nav li:has(.brand.logo) {
  margin-left: 10px;
  flex-grow: 3;
}
.navbar li:has(.brand.logo) + *,
nav li:has(.brand.logo) + * {
  column-gap: 2em;
  margin-left: 0;
  display: flex;
}
.navbar li:has(.brand.logo) + * > a,
.navbar li:has(.brand.logo) + * a,
nav li:has(.brand.logo) + * > a,
nav li:has(.brand.logo) + * a {
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #cee5fa;
  color: #343a40;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: unset;
}
.navbar li:has(.brand.logo) + * > a:hover,
.navbar li:has(.brand.logo) + * a:hover,
nav li:has(.brand.logo) + * > a:hover,
nav li:has(.brand.logo) + * a:hover {
  background-color: #a0ccf5;
}
.navbar .brand.logo,
nav .brand.logo {
  max-width: 50px;
  height: auto;
  flex-grow: 3;
}
.navbar ul,
nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
  min-width: 100%;
}
.navbar ul > li,
nav ul > li {
  padding: 5px 2px;
}
.navbar ul > li:nth-child(0),
nav ul > li:nth-child(0) {
  flex: 1 1 auto;
}
.navbar ul > li:nth-child(1),
nav ul > li:nth-child(1) {
  margin-left: auto;
}
.navbar ul > li:nth-child(1) > form,
nav ul > li:nth-child(1) > form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: stretch;
  justify-content: flex-end;
  align-items: stretch;
  border: 1px solid;
  padding: 0 5px;
  border-radius: 5px;
}
.navbar ul > li:nth-child(1) > form input,
nav ul > li:nth-child(1) > form input {
  border: none;
  width: 25vw;
}
.navbar ul > li a,
nav ul > li a {
  text-wrap: nowrap;
  color: #343a40;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.navbar ul > li a:hover,
nav ul > li a:hover {
  color: #cee5fa;
}

@media only screen and (max-width: 768px) {
  .navbar,
  nav {
    position: static;
    top: 0;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 0;
    border-radius: 0;
    box-sizing: border-box;
    min-width: 100%;
    background-color: white;
  }
  .navbar li:has(.brand.logo),
  nav li:has(.brand.logo) {
    margin-left: 0;
    flex-grow: 1;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .navbar li:has(.brand.logo) + .links,
  nav li:has(.brand.logo) + .links {
    column-gap: 1px;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
  }
  .navbar li:has(.brand.logo) + .links > a,
  .navbar li:has(.brand.logo) + .links a,
  nav li:has(.brand.logo) + .links > a,
  nav li:has(.brand.logo) + .links a {
    margin: 0 5px;
    border-radius: 10px;
    background-color: #cee5fa;
    color: #343a40;
    font-weight: bold;
    font-size: 0;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-decoration: unset;
    height: 50px;
    aspect-ratio: 1;
    padding: calc(50% - 16px);
    max-width: 100%;
  }
  .navbar li:has(.brand.logo) + .links > a:hover,
  .navbar li:has(.brand.logo) + .links a:hover,
  nav li:has(.brand.logo) + .links > a:hover,
  nav li:has(.brand.logo) + .links a:hover {
    background-color: #a0ccf5;
  }
  .navbar .brand.logo,
  nav .brand.logo {
    height: auto;
    flex-grow: 1;
    margin-bottom: 10px;
  }
  .navbar ul,
  nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    min-width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .navbar ul > li,
  nav ul > li {
    padding: 5px 2px;
    margin-bottom: 10px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .navbar ul > li:nth-child(0),
  nav ul > li:nth-child(0) {
    flex: 1 1 auto;
    aspect-ratio: 1;
  }
  .navbar ul > li:nth-child(1),
  nav ul > li:nth-child(1) {
    margin-left: auto;
  }
  .navbar ul > li:nth-child(1) > form,
  nav ul > li:nth-child(1) > form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: flex-end;
    align-items: stretch;
    border: 1px solid;
    padding: 0 5px;
    border-radius: 5px;
    width: 100vw;
  }
  .navbar ul > li:nth-child(1) > form input,
  nav ul > li:nth-child(1) > form input {
    border: none;
    width: 100%;
  }
  .navbar ul > li a,
  nav ul > li a {
    color: #343a40;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
  }
  .navbar ul > li a:hover,
  nav ul > li a:hover {
    color: #cee5fa;
  }
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: "Noto Serif Bengali", "Open Sans", sans-serif, serif;
  color: #343a40;
  overflow-y: auto;
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  font-family: "Noto Serif Bengali", "Open Sans", sans-serif, serif;
  color: #343a40;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  background-position: center;
}

.categories {
  margin: 50px;
}
h1:has(+ .categories) {
  margin-top: 50px;
  text-align: center;
}

ul.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.cards a {
  display: block;
  width: 100%;
  height: 100%;
}
ul.cards li {
  margin: 10px;
  width: 200px;
  height: 200px;
  background-color: #cee5fa;
  background-repeat: no-repeat;
  border-radius: 5px;
  text-align: center;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
}
ul.cards li:hover {
  transform: scale(1.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
ul.cards li h2 {
  font-size: 24px;
  margin-top: 20px;
}
ul.cards li p {
  font-size: 18px;
  margin-top: 10px;
}

*:has(> svg.icon) {
  font-size: 1.2em;
}
*:has(> svg.icon) > svg.icon:has(> use) {
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #007bff;
  transition: all 0.3s ease-in-out;
}
*:has(> svg.icon) > svg.icon:has(> use):hover {
  stroke: #000;
  stroke-width: 2px;
  fill: #cee5fa;
}
*:has(> svg.icon):hover > svg.icon:has(> use) {
  fill: #007bff;
  stroke: #000;
  stroke-width: 2px;
  stroke-dasharray: 10 50;
}

.btn-primary {
  background: linear-gradient(to right, #4facfe, #00f2fe);
  border: none;
  box-sizing: border-box;
  display: inline-block;
  padding: 5px;
  transition: all 0.3s;
}
.btn-primary:hover {
  background-position-x: 100%;
}

input,
select,
button,
textarea {
  padding: 10px;
  border-radius: 10px;
  margin: 3px 0;
}
input:focus-visible,
select:focus-visible,
button:focus-visible,
textarea:focus-visible {
  outline: none;
  border: 2px solid #007bff;
}
input:user-invalid,
select:user-invalid,
button:user-invalid,
textarea:user-invalid {
  border: 2px solid #dc3545;
}
input:user-valid,
select:user-valid,
button:user-valid,
textarea:user-valid {
  border: 2px solid #28a745;
}

form label {
  display: block;
}

p {
  padding: 5px 0 15px;
}

::placeholder {
  color: #cee5fa;
}

svg {
  fill: transparent;
  stroke: currentColor;
  width: 20px;
  aspect-ratio: 1;
}

*:has(> svg):hover svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: dash 1s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
  gap: 20px;
}
.container > * {
  margin: 0 10px;
}

.row {
  flex-direction: row;
}

.col {
  flex-direction: column;
}

/*# sourceMappingURL=style.css.map */
