@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&family=Heebo:wght@100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poller+One&display=swap');


html {
  scroll-behavior: smooth;
}


.heebo {
  font-family: "Heebo", sans-serif;
}

.encode {
  font-family: "Encode Sans Condensed", sans-serif;
}

.poller {
  font-family: "Poller One", serif;

}

.schedule {
  box-shadow: 3px 3px 0px #d99c3c;
  /* Added blur and color */
}

.fill-current {
  color: white;
}

@media (min-width:768px) {
  .kit-buttons {
    margin-left: 60px !important;
  }
}

@media (max-width:768px) {
  .kit-buttons {
    margin-top: 30px !important;
  }

  .takamasa {
    margin: 0 50px !important;
  }
}


@media (max-width: 767px) {
  .blade-images {
    background-image: url('images/rotavator-blade-product-xs.png');
    background-size: contain;
    /* or cover, depending on your needs */
    background-repeat: no-repeat;
    background-position: center;
    height: 300px;
    /* Adjust height as needed */
  }

  .second-blade-imagess img {
    display: none;
  }
}


@media (max-width: 575px) {

  /* Adjust breakpoint as needed */
  .header-bg-images {
    background: url(images/header-bg-xs.png) !important;
        background-position: right !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
  }
}

@media (max-width: 575px) {
  .leader-images {
    background-image: url('images/paras-bambha-leadership.png') !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    width: 100%;
    height: 300px;
    margin-top: 50px;
  }

  .desktop-image {
    display: none;
  }
}

@media (min-width: 576px) {
  .leader-images {
    background-image: none !important;
  }

  .desktop-image {
    display: block;
  }
}

.mobile-break {
  display: none;
  /* Hide the break by default */
}

@media (max-width: 575px) {
  .mobile-break {
    display: block;
    /* Show the break on mobile screens */
  }
}


@media (max-width:575px) {
  .brand-logo {
    position: relative;
    bottom: 100px;
  }

  .brochure-image {
    position: relative;
    bottom: 60px;
  }
}

@media (max-width:450px) {
  .vector-images {
    left: -11px !important;
    top: 75px !important;
  }

}

@media (max-width:375px) {


  .main-headers {
    line-height: 50px !important;
  }

  .unstoppable_strength {
    margin-top: 750px !important;
  }

}

/* @media (min-width:768px) {
  .footer-navbar a {
    margin-right: 30px;
  }
} */

.kit-buttons {
  border: 1px solid black;
  transition: all 0.7s;
}

.kit-buttons:hover {
  background: white;
  border: 1px solid black;
  color: black;
  transition: all 0.7s;
}

.schedule-button {
  border: 1px solid none;
  transition: all 0.7s;
}

.schedule-button:hover {
  background-color: white !important;
  border: 1px solid none;
  color: black;
}



.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  z-index: 9999;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  width: 33px !important;
  height: 33px !important;
}