@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  box-sizing: border-box;
  scroll-behavior: smooth;
  overscroll-behavior: none;
  -webkit-tap-highlight-color: transparent;
}

:target {
  scroll-margin-top: 112px;
}

::-webkit-scrollbar {
  width: 2px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background: #231f20;
  height: 300px;
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Poppins", serif;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a,
button {
  text-decoration: none;
  cursor: pointer;
  color: #000000;
}

button,
input,
select,
textarea {
  border: none;
  outline: none;
  background: none;
}

.row {
  margin: 0;
}

.home_container {
  min-height: 100dvh;
  max-height: 100dvh;
  width: 100vw;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 576px) {
  .home_container {
    height: unset;
  }
}
.home_container video {
  width: 100%;
  height: 100%;
  min-height: 100dvh;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 576px) {
  .home_container video {
    display: none;
  }
}
.home_container .inner_container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5019607843);
}
@media screen and (max-width: 576px) {
  .home_container .inner_container {
    position: static;
  }
}
.home_container .inner_container .branches_title {
  font-size: 18px;
  color: #000000;
  margin: 0;
  font-weight: 600;
  text-align: center;
  font-style: italic;
}
.home_container .inner_container .branches {
  width: min(100% - 32px, 800px);
  min-height: 70vh;
  background: rgba(255, 255, 255, 0.7019607843);
  border-radius: 32px;
  padding: 42px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 576px) {
  .home_container .inner_container .branches {
    width: 100vw;
    border-radius: 0;
    min-height: 100dvh;
    justify-content: center;
  }
}
.home_container .inner_container .branches .logo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home_container .inner_container .branches .logo img {
  height: 120px;
  -o-object-fit: contain;
  object-fit: contain;
}
.home_container .inner_container .branches form {
  background-color: #fff;
  display: flex;
  gap: 16px;
  padding: 8px 8px 8px 16px;
  border-radius: 80px;
}
.home_container .inner_container .branches form input {
  width: 100%;
  border: none;
  outline: none;
  background: none;
  padding: 0 8px;
  box-shadow: none !important;
}
.home_container .inner_container .branches form button {
  min-width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #000000;
}
.home_container .inner_container .branches form button img {
  height: 16px;
}
.home_container .inner_container .branches .branches_list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 16px;
}
.home_container .inner_container .branches .branch {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 8px;
  border-radius: 100px;
}
.home_container .inner_container .branches .branch .branch_info {
  background: #ec501c;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-radius: 100px;
  height: 48px;
}
.home_container .inner_container .branches .branch .branch_info h3 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 400;
}
.home_container .inner_container .branches .branch .branch_info img {
  height: 18px;
}
.home_container .inner_container .branches .branch .branch_img {
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  overflow: hidden;
}
.home_container .inner_container .branches .branch .branch_img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home_container .inner_container .payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.branch_container {
  min-height: 100dvh;
  padding: 40px 0;
  background-image: url("../images/pattern1.png");
  background-repeat: repeat;
  background-size: 1000px;
  background-position: center;
  background-color: #f4f4f4;
}
.branch_container::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  z-index: 1;
}
.branch_container .hero_swiper {
  position: relative;
  z-index: 10;
  border-radius: 24px;
  height: 200px;
  overflow: hidden;
  margin-bottom: 16px;
}
.branch_container .hero_swiper .hero_slide {
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}
.branch_container .hero_swiper .hero_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.branch_container .menu {
  border: 1px solid #f4f4f4;
  padding: 16px;
  border-radius: 16px;
  background: #ffffff;
  position: sticky;
  top: 120px;
  z-index: 10;
}
.branch_container .menu h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  border-bottom: 1px solid #f4f4f4;
  padding: 8px 0;
  color: #ec501c;
}
.branch_container .menu ol {
  padding: 0 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.branch_container .menu ol li a {
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.branch_container .menu ol li a:hover, .branch_container .menu ol li a.active {
  color: #ec501c;
}
.branch_container .section_title {
  background: #ffffff;
  padding: 16px 32px;
  border-left: 10px solid #ec501c;
  color: #000000;
  position: relative;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 5px 0px, rgba(0, 0, 0, 0.06) 0px 0px 1px 0px;
}
.branch_container .section_title h2 {
  font-size: 22px;
  margin: 0;
  font-weight: 500;
}
.branch_container .item_card {
  display: flex;
  flex-direction: column;
  background: #fff;
  cursor: pointer;
  gap: 16px;
  height: 100%;
  z-index: 10;
  position: relative;
  border: 1px solid #f4f4f4;
  padding: 12px;
  border-radius: 16px;
}
.branch_container .item_card .item_img {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 16px;
}
.branch_container .item_card .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.branch_container .item_card .item_info h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
.branch_container .item_card .item_info p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #777;
}
.branch_container .item_card .item_info span {
  font-size: 18px;
  font-weight: 600;
  color: #ec501c;
}

.modal-header {
  border-bottom: 0;
}
.modal-header .btn-close {
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  margin-inline-end: 0 !important;
  margin-inline-start: auto !important;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  opacity: 1;
}
.modal-header .btn-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  font-size: 14px;
  color: #000000;
}
.modal-header .btn-close:hover {
  background: #e2e2e2 !important;
}
.modal-header h5 {
  color: #000000 !important;
  margin-bottom: 0 !important;
  font-size: 16px;
}
.modal-header h5 span {
  color: #ec501c;
}

.modal-content {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
}
.modal-content h6 {
  margin-bottom: 20px;
  color: #000000;
  font-weight: 500;
}

.modal .modal-xl {
  max-width: unset;
  width: min(100% - 24px, 1340px);
  margin: 20px auto;
  justify-content: center;
}

.modal-footer {
  border: 0;
}
.modal-footer button {
  padding: 12px 32px;
  border-radius: 16px;
  background: #ec501c;
  color: #fff;
  border: 0;
  font-size: 14px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}
@media screen and (max-width: 576px) {
  header {
    height: unset;
  }
}
header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 576px) {
  header nav {
    flex-wrap: wrap;
  }
}
header .logo {
  height: 76px;
  display: flex;
  order: 1;
}
header .logo img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .download {
  display: flex;
  align-items: center;
  gap: 12px;
  order: 2;
}
@media screen and (max-width: 576px) {
  header .download {
    order: 3;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 0;
    margin-bottom: 12px;
  }
}
header .download img {
  height: 36px;
}
header .login {
  order: 3;
  background: #ec501c;
  border-radius: 100px;
  padding: 8px 32px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  header .login {
    order: 2;
  }
}
header .login:hover {
  background: #000000;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}

footer {
  background: #000000;
  color: #fff;
  padding: 24px 0;
  text-align: center;
  z-index: 1000;
  position: relative;
}
footer a {
  color: rgba(255, 255, 255, 0.7019607843);
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #fff;
}
footer .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 100%;
  margin-top: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  footer .contact {
    gap: 16px;
  }
}
footer .copy_follow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  margin-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 576px) {
  footer .copy_follow {
    flex-direction: column-reverse;
    gap: 16px;
    align-items: center;
  }
}
footer .social {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .social div {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer p {
  font-size: 14px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7019607843);
}
footer p a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */