@import url("https://fonts.cdnfonts.com/css/arial-mt");
@import url("https://fonts.cdnfonts.com/css/shorif-shishir-ansi-v1");

body {
  font-family: "Arial MT", sans-serif;
  background: #fff;
}
.bn {
  font-family: shorif shishir ansi v1;
}

/* swiper js */

:root {
  --swiper-navigation-size: 20px !important;
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
}
.parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}

/* swiper js */

/* button slide */
.next-btn,
.pev-btn {
  width: 10px;
  height: 10px;
  background-size: 10px 10px;
}

/* button slide */

/* details */
.bg-hero5 {
  background-image: linear-gradient(
    90deg,
    #050505,
    #0c0e1b 34.38%,
    #0a0217 94.79%
  );
}
/* details */

.custom-input::placeholder {
  font-family: Shorif Shishir Unicode; /* Change this to your desired font family */
  /* Optional: Change the placeholder text color */
}

/* tab */
/* Style the tab */

/* video */
.video-container {
  margin-top: 1rem;
}

.video-container video {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* pdf */
.modal {
  display: none;
  position: fixed;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
}
