@import "header.css";
@import "footer.css";
@import "../fontlar/Poppins.css";
@import "modal_paylas.css";

.bd-mode-toggle {
  z-index: 1500;
}

@media (width <=540px) {
  .offcanvas {
    width: 80% !important;
  }
}

@media (width >=540px) {
  .offcanvas {
    width: 40% !important;
  }
}

@media (width >=720px) {
  .offcanvas {
    width: 20% !important;
  }
}
