/*
Theme Name: MTI
Developer: Abylaikhan Tleukhan
Author URI: https://freshcode.kz/
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Play:wght@400;700&display=swap");

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}
h1,
h2,
h3 {
  font-family: "Play", sans-serif;
  font-weight: 700;
}
.filter-text {
  font-size: 14px;
}
.hero-h {
  font-size: 48px;
}
* {
  font-family: "Inter", sans-serif;
}
.pointer {
  cursor: pointer;
}
:root {
}
.smooth {
  transition: all 0.3s ease-in-out;
}
.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 12px;
}
.img-150 {
  width: 150px;
}
.blue-gradient {
  background: #ffffff;
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(13, 110, 253, 0.95) 100%);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(13, 110, 253, 0.95) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(13, 110, 253, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(
  startColorstr="#FFFFFF",
  endColorstr="#0D6EFD",
  GradientType=0
);
}
.desktop-nav-a:hover {
  opacity: 1 !important;
}

/* HOME ABOUT */
.about-hover :is(h3, p) {
  color: var(--bs-white) !important;
}
.about-hover span {
  color: var(--bs-white) !important;
}
.about-hover img {
  opacity: 1 !important;
}
.home-page-about-list-item {
  height: 320px;
}
.home-page-about-list-item:hover :is(h3, p) {
  color: var(--bs-white) !important;
}
.home-page-about-list-item:hover span {
  color: var(--bs-white) !important;
}
.home-page-about-list-item:hover img {
  opacity: 1 !important;
}
/* HOME ABOUT */

/* HOME SERVICES */
.service-img {
  height: 250px;
}

/* HOME CATEGORIES */
.category-card {
  height: 400px;
}
.category-hover :is(h3, p) {
  color: var(--bs-white) !important;
}
.category-hover img {
  opacity: 1 !important;
}
.category-hover .blue-gradient {
  opacity: 1 !important;
}
.category-card:hover :is(h3, p) {
  color: var(--bs-white) !important;
}
.category-card:hover img {
  opacity: 1 !important;
}
.category-card:hover .blue-gradient {
  opacity: 1 !important;
}
#categories_splide .splide__track {
  overflow: visible;
}
/* HOME CATEGORIES */

/* certificates */
.certificate-card:hover :is(p, i, span) {
  color: var(--bs-white) !important;
}
.certificate-card:hover {
  background-color: var(--bs-primary) !important;
}

/* contacts */
.map-wrapper iframe {
  width: 100%;
  height: 520px;
}

/*  */
@media (max-width: 768px) {
  .hero-h {
    font-size: 32px;
  }
  header .img-150 {
    width: 100px;
  }
  .service-img {
    height: 200px;
  }
  .category-card :is(h3, p) {
    color: var(--bs-white) !important;
  }
  .category-card img {
    opacity: 1 !important;
  }
  .category-card .blue-gradient {
    opacity: 1 !important;
  }
  .map-wrapper iframe {
    height: 320px;
  }
  .filter-text {
    font-size: 16px;
  }
}
