@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreRegular.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreBlack.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreBold.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreBlackItalic.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreBoldItalic.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreLight.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreLightItalic.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreMedium.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreMediumItalic.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreRegularItalic.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreSemibold.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreSemiboldItalic.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreThin.otf");
}
@font-face {
  font-family: "Calibre";
  src: url("fonts/CalibreThinItalic.otf");
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: "Calibre", sans-serif;
}

.bg-banner {
  background-image: url("/img/banner-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-texture {
  background-image: url("/img/grid-img-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.navbar-scroll {
  background-color: #000;
}
.bg-grid {
  background-image: url("/img/new-texture.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-footer {
  background-image: url("/img//footer-grid.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  z-index: 1000;
}
.background-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.swiper-container {
  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;
}

/* Custom arrow styles */
.custom-swiper-button {
  position: absolute;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 10;
}

.custom-swiper-button img {
  width: 30px;
  height: 30px;
}

.custom-swiper-button-prev {
  color: white;
  right: 90px;
}

.custom-swiper-button-next {
  color: white;
  right: 30px;
}

/* Pagination bullets */
.swiper-pagination-bullet {
  border-radius: 0 !important;
  margin: 0 10px;
  padding: 8px;
  background-color: #0b0a0a !important; /* Change background color */
}

/* Active pagination bullet */
.swiper-pagination-bullet-active {
  background-color: #fff !important; /* Change active background color */
}
/* whatsapp
 */

.whatsapp-style i {
  font-size: 36px;
  color: #25d366;
}
.whatsapp-style {
  position: fixed;
  left: 10px;
  bottom: 50px;
  z-index: 100000000;
  background-color: #000;
  border-radius: 10px;
  padding: 18px 15px 10px;
}
.whatsapp-style:hover {
  background-color: #25d366;
}
.whatsapp-style:hover i {
  color: #fff;
}
