@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.banner h1,
.banner h2,
.banner h3,
b,
strong {
  font-weight: 600;
}

.dark,
.dark p,
.dark td {
  color: #fff;
  line-height: 1.6;
}

.box-text a:not(.button),
.box-text h1,
.box-text h2,
.box-text h3,
.box-text h4,
.box-text h5,
.box-text h6,
.box-text p {
  margin: 0;
}

.box-text {
  font-size: 100%;
  padding: 0;
}

.icon-box-img img,
.icon-box-img svg {
  padding: 0;
}

.w-100 {
  width: 100% !important;
}

.mw-f {
  max-width: 100% !important;
}

.ms-0 {
  margin-left: 0 !important;
}
.me-auto {
  margin-right: auto !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.d-inline-flex {
  display: inline-flex !important;
}

.title {
  margin-bottom: 3rem;
}

.title h2 {
  font-weight: 300;
  text-align: left;
  color: #0f1e44;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.title h2 strong {
  font-weight: 700;
}

/* home */

.homeSlider .swiper-pagination {
  position: relative;
  display: flex;
  align-items: center;
  top: unset;
  bottom: unset;
}

.homeSlider .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
}

.homeSlider .swiper-pagination-bullet {
  width: unset;
  height: unset;
}

.homeSlider .swiper-autoplay-toggle {
  padding: 0;
  margin: 0;
  min-height: unset;
  width: 27px;
  height: 27px;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  line-height: 1;
  min-width: 27px;
}

.homeSlider .swiper-autoplay-toggle svg {
  width: 10px;
  height: 10px;
}

.homeSlider .swiper-pagination-wrapperb {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.home2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home3 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.home4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f3f3f3;
}

.home5 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
