/*
Theme Name: Dynasty Agro
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-face {
  font-family: Gilroy;
  src: url(fonts/Gilroy-Regular.ttf);
}
:root {
  --green-light: #f0ffd9;
  --green-semi: #cfff87;
  --green: #416c00;
  --brown: #55291e;
}

.btn-success {
  font-weight: bold;
  --bs-btn-color: #fff;
  --bs-btn-bg: #416c00;
  --bs-btn-border-color: #416c00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #416c00;
  --bs-btn-disabled-border-color: #416c00;
}

html {
  scroll-padding-top: 100px;
}
* {
  font-family: Gilroy;
}
h1 {
  font-size: 48px;
}
h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.text-h {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.text-xs {
  font-size: 12px;
}
.text-sm {
  font-size: 14px;
}
.img-200 {
  width: 200px;
}
.img-100 {
  width: 100px;
}
.img-80 {
  width: 80px;
}
.img-40 {
  width: 40px;
}
.img-32 {
  width: 32px;
}
.hero-section {
  height: 700px;
}
.smooth {
  transition: all 0.5s ease-in-out;
}
.pointer {
  cursor: pointer;
}
.bg-green {
  background-color: var(--green);
}
.bg-green-light {
  background-color: var(--green-light);
}
.text-green-semi {
  color: var(--green-semi);
}
.text-green {
  color: var(--green);
}
.text-brown {
  color: var(--brown);
}
.fs-120 {
  font-size: 120px;
}

.about-card-item:hover {
  background-color: var(--green-light) !important;
}

.awards_img {
  height: 320px;
}

.splide__arrow {
  background: var(--green-light);
  border-radius: 10px;
  height: 50px;
  width: 50px;
}
.splide__arrows {
  position: absolute !important;
  right: 90px !important;
  top: -70px !important;
}
.splide__arrows {
  position: absolute !important;
  right: 250px !important;
  top: -70px !important;
}
.splide__arrows .splide__arrow--prev {
  left: -30px !important;
}
.splide__arrows .splide__arrow--next {
  left: 35px !important;
}
.num-text {
  font-size: 58px;
}
@media (max-width: 768px) {
  header {
    position: sticky;
  }
  h1 {
    font-size: 32px;
  }
  .main-logo {
    width: 100px;
  }
  .hero-section {
    height: 700px;
  }
  .oil-bg-img {
    height: 100%;
  }
}
