.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}


.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.h-full {
  height: 100%;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

/* header */
header {
  min-height: 58px;
}

.header {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  transition: transform .5s linear;
}

.hide_header {
  transform: translateY(-200%);
}

.mt-header {
  margin-top: 120px;
}

.collapse-icon {
  display: none;
}

[aria-expanded="false"] .collapse-icon {
  display: block;
}

.uncollapse-icon {
  display: block;
}

[aria-expanded="false"] .uncollapse-icon {
  display: none;
}

.navbar-toggler {
  border: none;
}

.position-absolute-lg {
  position: absolute;
}

@media (min-width: 992px) {
  .position-absolute-lg {
    position: relative;
  }
}

.collapse {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

/* offcanvas */
.offcanvas {
  width: 60% !important;
}

.offcanvas-btn {
  border: none;
  background-color: white;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
}

.offcanvas-btn:hover {
  color: black;
}

.nav-link {}

.nav-link:hover {
  border-bottom: 1px solid rgba(33, 33, 33, .1);
  /* box-shadow: 0 0 11px rgba(33,33,33,.1); */
}


/* main-tittle */
.main-tittle {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.main-tittle svg {
  top: -20px;
}

.text__h {
  background: linear-gradient(180deg, #264482, #321056);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: max(48px, min(5vw, 76px));
  line-height: 1;
  letter-spacing: -.05em;
  padding: 12px;
}

.text__p {
  background: linear-gradient(180deg, #264482, #453c4f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  font-size: max(24px, min(2vw, 38px));
  line-height: 1, 5;
  letter-spacing: 3px;
  padding: 12px;
  text-align: center;
  max-width: 700px;
}

/* carousel-item */
.carousel-item {
  height: 16rem;
}

.carousel-item img {
  object-fit: cover;
}

.desc {
  background-color: rgba(56, 63, 143, 0.605);
  padding: 8px;
  border-radius: 10px;
}

/* small__img */

.small__img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}

.small__imgbox {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.small__imgbox img {
  width: 50px;
  transition: all ease-in-out .8;
}

.small__imgbox img:hover {
  transform: scale(1.2);
}

.small__imgbox span {
  text-wrap: wrap;
  max-width: 100px;
  text-align: center;
}

.footer {
  display: flex;
  align-items: center;
  gap: 8px;
}


/* accordion */
.accordion-body ul {
  min-width: 25%;
  padding: 0 8px;
  border: 1px solid #dee2e6;
}

.accordion-body ul li {
  list-style: none;
}

.accordion-body ul li a {
  min-height: 45px;
  padding: 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion-body ul li:hover {
  border-bottom: 1px solid rgba(33, 33, 33, .1);
}

.accordion-body ul li img {
  padding: 4px;
  max-width: 80px;
  max-height: 50px;
}
.ac {
  height: 200px;
}
.acl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap
}

.acl img {
  max-width: 150px;
}

@media (min-width: 992px) {
  .acl {
    flex-wrap: wrap;
  }
}