@font-face {
  font-family: "Comic Sans MS";
  src: url("../font/comic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  margin: 0;
}

body {
  font-family: "Comic Sans MS", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

#main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  background-image: url("../images/blind-bg-1.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0;
  transition: opacity 0.75s ease-in-out;
  z-index: -1;
}

.body-bg::before {
  opacity: 0.35 !important;
}

#main.fade-in::before {
  opacity: 0.35;
}

.bg-custom-shib {
  background-color: #fcb321;
}

.color-shib {
  color: #fcb321;
}

.btn-shib {
    background-color: #fcb321; /* Custom background color */
    color: white; /* Custom text color */
    border: none; /* Remove default border */
}

.btn-shib:hover {
    background-color: #f1a712; /* Darker shade on hover */
}

.content {
  z-index: 1;
}

.gif {
  width: 128px;
  height: auto;
}

.braille-text {
  white-space: pre-wrap; /* Preserve whitespace and wrap text */
  word-wrap: break-word; /* Break long words if necessary */
  overflow-wrap: break-word; /* Break long words if necessary */
}

.tele-icon {
  font-size: 3.5rem;
  color: #569fd7 !important;
}

.x-icon {
  font-size: 3.5rem;
  color: black !important;
}

.btn-glow:hover {
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.7),
    0 0 10px rgba(255, 255, 255, 0.5), 0 0 15px rgba(255, 255, 255, 0.3);
}

.bg-gray {
  background-color: #f3f4f5;
}

.home {
  background: linear-gradient(to bottom, #f3f4f5 25%, transparent 100%);
}

.no-resize {
  resize: none;
}

.image-128 {
  width: 128px;
  height: auto;
}

.image-192 {
  width: 192px;
  height: auto;
}

.image-256 {
  width: 256px;
  height: auto;
}

.image-h-64 {
  height: 64px;
  width: auto;
}

.image-h-128 {
  height: 128px;
  width: auto;
}

.image-h-192 {
  height: 192px;
  width: auto;
}

.image-h-256 {
  height: 256px;
  width: auto;
}

.description-box {
  background-color: #fcb32167;
  border-radius: 10px;
}

.navbar-toggler {
  border: none;
  background: transparent;
}
.navbar-toggler-icon {
  background: none;
}
.custom-toggler-icon {
  font-size: 1.5rem;
}

@media (min-width: 0px) {
  .gif {
    width: 80px;
    height: auto;
  }

  .image-256 {
    height: 96px;
    width: auto;
  }

  .image-h-64 {
    height: 32px;
    width: auto;
  }

  .image-h-128 {
    height: 64px;
    width: auto;
  }

}

@media (min-width: 576px) {
  .gif {
    width: 96px;
    height: auto;
  }

  .image-256 {
    height: 128px;
    width: auto;
  }

  .image-h-64 {
    height: 48px;
    width: auto;
  }

  .image-h-128 {
    height: 96px;
    width: auto;
  }

}

@media (min-width: 768px) {
  .gif {
    width: 128px;
    height: auto;
  }

  .image-256 {
    height: 256px;
    width: auto;
  }

  .image-h-64 {
    height: 64px;
    width: auto;
  }

  .image-h-128 {
    height: 128px;
    width: auto;
  }
}
