/*
Theme Name: Корма Востока
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");
h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
* {
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
:root {
  --orange: #f2662c;
  --blue: #1b3777;
}
.text-primary {
  color: var(--blue) !important;
}
.bg-orange {
  background-color: var(--orange);
}
.text-danger {
  color: var(--orange) !important;
}
.smooth {
  transition: all 0.5s ease-in-out;
}
/* @media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1520px;
  }
} */
.bg-dark-right {
  background: #ffffff;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(27, 55, 119, 0.95) 55%);
}
.bg-dark-left {
  background: #ffffff;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(27, 55, 119, 0.95) 55%);
}
.img-150 {
  width: 150px;
}
.header-logo {
  width: 150px;
}
.img-75 {
  width: 75px;
}
.img-50 {
  width: 50px;
}
.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 12px;
}
h1 {
  font-size: 36px;
}
.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 page  */
.hero-video iframe {
  /* width: 100% !important; */
  /* height: 100% !important; */
}
.ind-card:hover {
  background-color: var(--bs-dark) !important;
}
.ind-card:hover :is(h3, p) {
  color: var(--bs-light) !important;
}
.ind-img-bags {
  bottom: -150px;
}
.ind-card-offer:hover .ind-img-bags {
  bottom: -120px;
}
.grid-5 {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(5, 1fr);
}
.cat-card {
  height: 350px;
}
.cat-card:hover {
  background-color: var(--bs-dark) !important;
}
.cat-card:hover h3 {
  color: var(--bs-light) !important;
}
.cat-card:hover i {
  opacity: 1 !important;
}
.cat-card img {
  bottom: -25px;
}
.cat-card:hover img {
  bottom: -5px;
}

.map-wrapper iframe {
  height: 500px;
  width: 100%;
}
.history-card {
  height: 450px;
}
.power-card-img {
  height: 200px;
}
/* indocator color */

/* .hero-section {
  height: 75vh;
} */

/*  */
@media (max-width: 768px) {
  .header-logo {
    width: 100px;
  }
  h1 {
    font-size: 26px;
  }
  .cat-card img {
    width: 90% !important;
    bottom: -35px;
  }
  .ind-card-offer {
    height: 350px !important;
    background-color: var(--bs-dark) !important;
  }
  .ind-card-offer h3 {
    color: var(--bs-light) !important;
  }
  .ind-card-offer img {
    bottom: -50px;
  }
  /* products card */
  .product-card-img,
  .product-card-desc {
    width: 50%;
  }
  .map-wrapper iframe {
    height: 320px;
  }
  .ind-card-mobile {
    height: 320px !important;
  }
  .ind-card-mobile .ind-img-bags {
    bottom: -25%;
  }
  .ind-card-mobile .bg-ornament {
    opacity: 0.25 !important;
  }
  .history-card {
    height: 340px;
  }
}
