/*
Theme Name: Arjes Central Asia
Developer: Abylaikhan Tleukhan
Author URI: https://abylaikhan.freshcode.kz/
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  font-family: "Montserrat", sans-serif;
}
h1,
h2,
h3 {
  font-weight: bold;
}
h1 {
  font-size: 3rem;
}
.btn {
  border-radius: 0 !important;
}
.smooth {
  transition: all 0.5s ease-in-out;
}
/* colors */
:root {
  --orange: #ff5e03;
}
.text-warning {
  --bs-text-opacity: 1;
  color: var(--orange) !important;
}
.bg-warning {
  background-color: var(--orange) !important;
}
.btn-warning {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff5e03;
  --bs-btn-border-color: #ff5e03;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ce4b00;
  --bs-btn-hover-border-color: #ce4b00;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff5e03;
  --bs-btn-active-border-color: #ce4b00;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff5e03;
  --bs-btn-disabled-border-color: #ff5e03;
}

.btn-outline-warning {
  --bs-btn-color: #ff5e03;
  --bs-btn-border-color: #ff5e03;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff5e03;
  --bs-btn-hover-border-color: #ff5e03;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff5e03;
  --bs-btn-active-border-color: #ff5e03;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ff5e03;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ff5e03;
  --bs-gradient: none;
}

.text-sm {
  font-size: 14px;
}
.text-xs {
  font-size: 12px;
}
.img-50 {
  width: 50px;
}
.img-120 {
  width: 120px;
}
/* home page */
.hero-section {
  height: 75vh;
}

/* review */
.review-card {
  height: 380px;
}
.case-card__logo {
  width: 50px;
}

/* case */
.case-card {
  height: 500px;
}
.case-card_desc {
  height: 250px;
}
.case-card:hover .case-card_desc {
  height: 100% !important;
}
.case-card:hover .case-card_bg {
  opacity: 0.9 !important;
}
.case-page_card_img {
  height: 450px;
}

/* news */
.news-card_image {
  height: 300px;
}
.news-card_image-sm {
  height: 170px;
}
/* products */
.prod-card_img {
  height: 300px;
}
.prod-card:hover .prod-card_img img {
  transform: scale(1.1);
}
.youtube-link iframe {
  width: 100%;
  height: 280px;
}

/* contacts */
.map-wrapper iframe {
  width: 100% !important;
  height: 100%;
}
.gallery-item:hover i {
  opacity: 1 !important;
}

/* service page */
.how-do-we-wok {
  height: 300px;
  position: sticky;
  top: 180px;
}

@media (max-width: 768px) {
  h1 {
    font-size: 2rem;
  }

  /* case */
  .case-card {
    height: 500px;
  }
  .case-card_desc {
    height: 450px;
  }
  .case-page_card_img {
    height: 180px;
  }
  .gallery-item i {
    opacity: 1 !important;
  }

  /* services page */
  .how-do-we-wok {
    height: auto !important;
    position: unset;
  }
  .youtube-link iframe {
    width: 100%;
    height: 300px;
  }
}
