/*
Theme Name: KIM Rail International
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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

@font-face {
  font-family: "Gilroy-Bold";
  src: url(fonts/Gilroy-Bold.ttf);
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url(fonts/Gilroy-Regular.ttf);
} */

@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Science+Gothic:wght@100..900&display=swap");
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
}
h1 {
  font-size: 42px !important;
}
h1,
h2,
h3,
.text-h {
  font-family: "Science Gothic", sans-serif;
  font-weight: 700;
}
* {
  font-family: "Google Sans", sans-serif;
}
:root {
}
.smooth {
  transition: all 0.3s ease-in-out;
}
.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 12px;
}
.text-lg {
  font-size: 100px;
}
.img-150 {
  width: 150px;
}
.img-120 {
  width: 120px;
}
.img-100 {
  width: 100px;
}
.header-logo {
  width: 100px;
}
.desktop-nav:hover {
  opacity: 0.5 !important;
}

.scrollable-block {
  width: max-content !important;
  /* Firefox */
  scrollbar-width: none;
  /* IE / Edge (старые) */
  -ms-overflow-style: none;
}
.scrollable-block::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
/* home */
.hero-video {
  height: 550px;
}
.about_splide {
  width: 250px;
  height: 500px;
}

/* other pages */
.other-page-hero {
  height: 450px;
}
.map-iframe iframe {
  width: 100%;
  height: 450px;
}
.filter-logo {
  filter: brightness(100);
}
.text-num {
  font-size: 180px;
}
.advantages-section {
  height: 650px;
}
.rotate {
  transform: rotate(180deg);
}
.adv-card {
  height: 400px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px !important;
  }
  .header-logo {
    width: 75px;
  }
  .hero-video {
    height: 250px;
  }
  .about_splide {
    width: 250px;
    height: 250px;
  }
  .other-page-hero {
    height: 250px;
  }
  .text-num {
    font-size: 72px;
  }
  .advantages-section .bg-img {
    height: 100%;
  }
  .adv-card {
    height: 320px;
  }
}
