body {
  font-family: "Inter", sans-serif;
  background: #fafafa;
  color: #18181b;
}
html {
  scroll-behavior: smooth;
}
/* NAVBAR */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding: 18px 0;
  transition: 0.4s ease;
  background: transparent;
}

/* MOBILE FIX */

.navbar .container {
  padding-left: 15px;
  padding-right: 15px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

.logo {
  font-size: 32px;
  font-weight: 700;
  color: #214918;
}

/* DESKTOP */

.logo img {
  width: 260px;
  transition: 0.4s ease;
}

/* AFTER SCROLL */

.navbar.scrolled .logo img {
  width: 200px;
}

/* MOBILE */

@media (max-width: 991px) {
  .logo img {
    width: 180px;
  }

  .navbar.scrolled .logo img {
    width: 150px;
  }
  .nav-link::after {
    display: none;
  }
  .nav-item {
    padding: 20px 0;
  }
  html body nav.navbar.navbar-expand-lg.scrolled div.container div#navMenu.navbar-collapse.justify-content-end.collapse.show ul.navbar-nav.align-items-center li.nav-item.ms-3 {
    margin-left: 0px;
  }
}

/* AFTER SCROLL */

.navbar.scrolled .logo img {
  width: 200px;
}
.navbar.scrolled .logo img {
  width: 200px;
}
.nav-link {
  color: #5f5f69;
  font-size: 14px;
  margin: 0 10px;
}

.nav-link {
  position: relative;
  display: inline-block;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -41px;
  width: 0;
  height: 4px;
  background: #ffcb00;
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}

/* ========================= */
/* NAVBAR ACTIVE LINK */
/* ========================= */

html {
  scroll-behavior: smooth;
}

.nav-link {
  position: relative;
  display: inline-block;
  color: #5f5f69;
  font-size: 14px;
  margin: 0 10px;
  transition: 0.3s;
}

/* LINE */

.nav-link::after {
  content: "";

  position: absolute;
  left: 0;
  bottom: -36px;

  width: 0%;
  height: 4px;

  background: #ffcb00;

  transition: 0.35s ease;
}

.scrolled .nav-link::after {
  bottom: -22px !important
  ;
}

/* HOVER */

.nav-link:hover::after {
  width: 100%;
}

/* ACTIVE */

.nav-link.active::after {
  width: 100%;
}

.nav-link.active {
  color: #18181b;
  font-weight: 500;
}
/* ========================= */
/* FIXED NAVBAR */
/* ========================= */

.navbar {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;

  z-index: 9999;

  padding: 18px 0;

  transition: 0.4s ease;
  background: rgba(255, 255, 255, 0.96);
}

/* AFTER SCROLL */

.navbar.scrolled {
  background: rgba(255, 255, 255, 0.96);

  backdrop-filter: blur(10px);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

  padding: 10px 0;
}
.btn-green {
  background: #214918;
  color: #fff;
  border-radius: 40px;
  padding: 12px 28px;
  font-weight: 500;
  border: none;
  text-decoration: none;
}
.btn-green:hover {
  background: #2d6620;
  color: white;
}

.btn-light-custom:hover {
  background: #f3f3f3;
}
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/hero-bg.png");
  background-size: cover;
  background-position: center;
  padding: 190px 0 100px;
  color: #fff;
  text-align: center;
  min-height: 100vh;
}

.badge-custom {
  background: #a4b989;
  color: #5a6350;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5a6350;
}

.hero h1 {
  font-size: 88px;
  line-height: 1.1;
  font-weight: 100;
}

.hero h1 span {
  font-weight: 700;
}

.hero p {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 300;
  margin-top: 30px;
}

.hero-buttons {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.btn-light-custom {
  background: #fff;
  color: #2d2d2d;
  border-radius: 40px;
  padding: 12px 30px;
  border: 1px solid #d5d5d5;
  font-weight: 500;
  text-decoration: none;
}

.stats {
  margin-top: 60px;
}

.stat-item {
  text-align: center;
  color: #fff;
}

.stat-item h3 {
  font-size: 28px;
  margin-top: 15px;
}

.section {
  padding: 100px 0;
}

.section-title {
  font-size: 54px;
  line-height: 1.4;
  font-weight: 500;
}

.section-title span {
  color: #a4b989;
}

.section-text {
  font-size: 18px;
  line-height: 1.8;
  color: #52525c;
  margin-bottom: 24px;
}

.script-text {
  font-family: "Allison", cursive;
  font-size: 60px;
  line-height: 1.2;
  color: #929292;
}
.text-grad {
  background: linear-gradient(90deg, #96fbc4 0%, #f9f586 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 35px;
}
.script-text span {
  color: #a4b989;
}
/* features  */

/* .gris {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/f9.png");
}
.ku {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/f8.png");
}
.hest {
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)), url("../img/f7.png");
} */

/* .animal-card {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  color: #fff;
  padding: 40px 25px;
  height: 100%;
} */
/* ================================= */
/* FEATURE SECTION */
/* ================================= */

.feature-section {
  position: relative;
  background: linear-gradient(rgba(250, 255, 245, 0.65), rgba(255, 255, 255, 0.65)), url("img/feature-bg.jpg");

  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.feature-badge {
  background: rgba(164, 185, 137, 0.15);
  color: #a4b989;
  border: 1px solid rgba(212, 245, 163, 0.2);

  padding: 10px 22px;
  border-radius: 100px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.feature-title {
  font-size: 56px;
  line-height: 1.2;
  color: #18181b;
  font-weight: 700;
  max-width: 900px;
  margin-inline: auto;
}

.feature-title span {
  color: #a4b989;
}

.feature-subtitle {
  color: #5f5f69;
  font-size: 18px;
  margin-top: 20px;
}

/* ================================= */
/* CARDS */
/* ================================= */

.animal-card {
  position: relative;
  height: 100%;
  min-height: 500px;

  border-radius: 28px;
  overflow: hidden;

  display: flex;
  align-items: end;

  transition: 0.45s ease;
}

.animal-card:hover {
  transform: translateY(-10px);
}

.gris {
  background: url("../img/gris-bg.png");
  background-size: cover;
  background-position: center;
}

.ku {
  background: url("../img/ku-bg.png");
  background-size: cover;
  background-position: center;
}

.hest {
  background: url("../img/hest-bg.png");
  background-size: cover;
  background-position: center;
}

.animal-overlay {
  position: absolute;
  inset: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.15));
}

.animal-content {
  position: relative;
  z-index: 2;
  padding: 35px;
}

.animal-icon {
  height: 75px;
  margin-bottom: 30px;
}

.animal-card h4 {
  color: white;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 18px;
}

.animal-short {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.9;
}

/* ================================= */
/* BUTTON */
/* ================================= */

.read-more-btn {
  margin-top: 28px;

  background: transparent;
  border: none;

  color: #c8ff65;

  font-size: 16px;
  font-weight: 600;

  padding: 0;

  transition: 0.35s ease;
}

.read-more-btn:hover {
  color: white;
  transform: translateX(8px);
}

/* ================================= */
/* MODAL */
/* ================================= */

.custom-modal {
  background: #101010;
  border-radius: 28px;
  overflow: hidden;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.custom-modal .modal-header {
  padding: 30px 35px 10px;
}

.custom-modal .modal-title {
  font-size: 36px;
  font-weight: 700;
}

.custom-modal .modal-body {
  padding: 10px 35px 40px;
}

.custom-modal .modal-body img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

.custom-modal p {
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  line-height: 2;
  margin-bottom: 22px;
}

/* ================================= */
/* MOBILE */
/* ================================= */

@media (max-width: 991px) {
  .chemical-title {
    font-size: 34px !important;
  }
  .feature-title {
    font-size: 34 px;
  }

  .animal-card {
    min-height: 420px;
  }

  .animal-card h4 {
    font-size: 30px;
  }

  .custom-modal .modal-body img {
    height: 240px;
  }
}

/* ================================= */
/* Testimonial */
/* ================================= */

.item {
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

.testimonial {
  background: linear-gradient(rgba(180, 148, 18, 0.75), rgba(180, 148, 18, 0.75)), url("../img/client-bg.png");

  background-size: cover;
  background-position: center;

  color: #fff;
  padding: 100px 0;
}

.testimonial-box {
  /*! background: #fff; */
  /*! border-radius: 10px; */
  /*! padding: 40px; */
  color: #18181b;
}

/* IMAGE */

.testimonial-box img {
  width: 100%;
  height: 320px;
  object-fit: cover;
}

/* TEXT */

.testimonial-box h3 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}

.testimonial-box p {
  font-size: 24px;
}

/* OWL DOTS */

.testimonial-slider .owl-dots {
  margin-top: 40px;
}

.testimonial-slider .owl-dot span {
  width: 14px !important;
  height: 14px !important;
  background: #d9d9d9 !important;
  margin: 5px;
  display: block;
  border-radius: 500px;
}

.testimonial-slider .owl-dot.active span {
  background: #214918 !important;
}

/* REMOVE NAV */

.newsletter {
  background: #597e20;
  padding: 100px 0;
}

.newsletter-box {
  background: #0a1210;
  border-radius: 10px;
  padding: 60px;
  color: #fff;
}

.newsletter input {
  height: 56px;
  border: none;
  border-radius: 6px;
}

.contact-section {
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../img/contact-bg.png");
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
}
.contact-section a {
  color: rgb(94, 156, 0) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgb(94, 156, 0) !important;
}

.contact-card {
  text-align: center;
  padding: 40px;
}

.contact-card img {
  width: 220px;
  height: 220px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 25px;
  border: 10px solid #ffffff1f;
}

.contact-card h5 {
  color: #5e9c00;
  font-size: 28px;
  font-weight: 600;
}

.contact-card p {
  color: #5e9c00;
  font-size: 18px;
}

footer {
  background: #18181b;
  color: #9f9fa9;
  padding: 100px 0 40px;
}

footer h6 {
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.8px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin-bottom: 12px;
}
footer ul li a {
  text-decoration: none;
  color: #f9f9f9;
  font-size: 15px;
}

footer ul li a:hover {
  color: #a7a7a7;
}
.footer-bottom {
  border-top: 1px solid #27272a;
  margin-top: 50px;
  padding-top: 30px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .hero h1 {
    font-size: 52px;
  }

  .section-title {
    font-size: 38px;
  }

  .script-text {
    font-size: 48px;
  }

  .newsletter-box {
    padding: 30px;
  }
}

/* video */
/* VIDEO SECTION */

.video-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: #111;
  transition: 0.4s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.35), transparent);
  z-index: 1;
  pointer-events: none;
}

.video-card iframe {
  border-radius: 20px;
}
/* sadfasdf */

.youtube-card {
  max-width: 900px;
  margin: auto;
  cursor: pointer;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
}

.youtube-card img {
  width: 100%;
  display: block;
  transition: 0.4s;
}

.youtube-card:hover img {
  transform: scale(1.03);
}

.youtube-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  justify-content: center;
  align-items: center;
}

.play-btn {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ff0000;
  color: white;
  text-decoration: none;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.play-btn:hover {
  transform: scale(1.1);
  background: #cc0000;
}
/* asdlkfjlasj
asldkjas
asdfas */

/* ================================= */
/* SECTION */
/* ================================= */

.chemical-section {
  background: #0f1015;
  padding: 120px 0;
}

.chemical-title {
  color: white;
  font-size: 54px;
  font-weight: 700;
}
.chemical-badge {
  display: inline-block;

  background: rgba(140, 255, 0, 0.08);
  border: 1px solid rgba(140, 255, 0, 0.12);

  color: #bfff4f;

  padding: 10px 22px;
  border-radius: 100px;

  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.chemical-subtitle {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 15px;
}
/* ================================= */
/* CARD */
/* ================================= */

.chemical-hover-card {
  position: relative;
  height: 420px;
}

/* ================================= */
/* FRONT & BACK */
/* ================================= */

.chemical-front,
.chemical-back {
  position: absolute;
  inset: 0;

  border-radius: 24px;

  padding: 35px 28px;

  transition: 0.45s ease;

  overflow: hidden;

  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

/* ================================= */
/* FRONT */
/* ================================= */

.chemical-front {
  background: #1b1d24;
  border: 1px solid rgba(255, 255, 255, 0.05);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  opacity: 1;
  visibility: visible;

  transform: rotateY(0deg);
}

.chemical-front h4 {
  color: white;
  font-size: 28px;
  margin-top: 30px;
  margin-bottom: 14px;
}

.chemical-front span {
  color: #bfff4f;
  font-size: 14px;
}

/* ================================= */
/* BACK */
/* ================================= */

.chemical-back {
  background: linear-gradient(135deg, #214918, #355f2a);

  display: flex;
  flex-direction: column;
  justify-content: center;

  opacity: 0;
  visibility: hidden;

  transform: rotateY(-180deg);
}

.chemical-back h4 {
  color: white;
  font-size: 26px;
  margin-bottom: 22px;
}

.chemical-back p {
  color: rgba(255, 255, 255, 0.88);

  font-size: 15px;
  line-height: 1.9;

  margin-bottom: 18px;
}

/* ================================= */
/* HOVER FIX */
/* ================================= */

.chemical-hover-card:hover .chemical-front {
  opacity: 0;
  visibility: hidden;

  transform: rotateY(180deg);
}

.chemical-hover-card:hover .chemical-back {
  opacity: 1;
  visibility: visible;

  transform: rotateY(0deg);
}

/* ================================= */
/* ICON */
/* ================================= */

.chemical-icon {
  width: 78px;
  height: 78px;

  border-radius: 50%;

  background: #4d7600;

  display: flex;
  justify-content: center;
  align-items: center;
}

.chemical-icon img {
  width: 36px;
}
/* scroll top */

/* ================================= */
/* FLOATING BUTTONS */
/* ================================= */

.floating-buttons {
  position: fixed;

  right: 25px;
  bottom: 25px;

  z-index: 9999;

  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* ================================= */
/* COMMON BUTTON */
/* ================================= */

.float-btn {
  width: 65px;
  height: 65px;

  border-radius: 50%;
  border: none;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;

  cursor: pointer;

  overflow: hidden;

  transition: 0.35s ease;
}

.float-btn:hover {
  transform: translateY(-5px);
}

/* ================================= */
/* PHONE */
/* ================================= */

.phone-btn {
  background: #214918;

  color: white;
  text-decoration: none;

  font-size: 22px;

  box-shadow: 0 10px 30px rgba(33, 73, 24, 0.35);
}

.phone-btn:hover {
  background: #2c5e21;
  color: white;
}

/* ================================= */
/* SCROLL TOP */
/* ================================= */

.scroll-top {
  background: #18181b;

  color: white;

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);

  opacity: 0;
  visibility: hidden;

  transform: translateY(20px);

  transition:
    opacity 0.3s ease,
    transform 0.3s ease,
    visibility 0.3s;
}

/* SHOW BUTTON */

.scroll-top.show {
  opacity: 1;
  visibility: visible;

  transform: translateY(0);
}

/* ICON */

.scroll-top span {
  position: absolute;

  z-index: 2;

  font-size: 24px;
  font-weight: 700;
}

/* SVG */

.scroll-top svg {
  position: absolute;

  width: 100%;
  height: 100%;

  transform: rotate(-90deg);
}

/* CIRCLE */

.scroll-top circle {
  fill: none;

  stroke: #c8ff65;
  stroke-width: 5;

  stroke-linecap: round;

  stroke-dasharray: 283;
  stroke-dashoffset: 283;

  transition: stroke-dashoffset 0.15s linear;
}

/* ================================= */
/* MOBILE */
/* ================================= */

@media (max-width: 991px) {
  .floating-buttons {
    right: 15px;
    bottom: 15px;
  }

  .float-btn {
    width: 55px;
    height: 55px;
  }

  .scroll-top span {
    font-size: 20px;
  }
}
/* ================================= */
/* MOBILE VERSION */
/* ================================= */

@media (max-width: 991px) {
  /* REMOVE FIXED HEIGHT */

  .chemical-hover-card {
    height: auto;
  }

  /* DISABLE FLIP */

  .chemical-front,
  .chemical-back {
    position: relative;

    opacity: 1 !important;
    visibility: visible !important;

    transform: none !important;

    transition: none;

    border-radius: 0;
  }

  /* FRONT */

  .chemical-front {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  /* BACK */

  .chemical-back {
    background: #214918;
  }

  /* REMOVE HOVER */

  .chemical-hover-card:hover .chemical-front {
    transform: none;
  }

  .chemical-hover-card:hover .chemical-back {
    transform: none;
  }
}
