@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*
!Utilities Or Helper CSS
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Shadows+Into+Light+Two&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}

html,
body {
  overflow-x: hidden;
  background-color: #FFF;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Manrope";
  color: #333;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  font-family: "Manrope";
  color: #333;
}
@media (max-width: 700px) {
  p {
    font-size: 13px;
    line-height: 22px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}

h6 {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 700px) {
  h6 {
    font-size: 14px;
    line-height: 19px;
  }
}

img,
svg {
  max-width: 100%;
}

a {
  color: unset;
  text-decoration: none;
  font-family: "Manrope";
}
a:hover {
  text-decoration: none;
}

a,
span {
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  font-family: "Manrope", sans-serif;
}

:focus {
  outline: none !important;
}

input,
select,
textarea {
  font-weight: 400;
  font-size: 16px;
  color: #101010;
  font-family: "Manrope", sans-serif;
}

input:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

textarea:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

button:focus {
  outline: none !important;
  box-shadow: none !important;
}

button {
  cursor: pointer;
  border: none !important;
  background-color: transparent;
  font-family: "Manrope", sans-serif;
}

button:hover {
  border: none !important;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

*::placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

*::-moz-placeholder {
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #2280c8;
}

::selection {
  color: rgb(255, 255, 255);
  background: #2280c8;
}

::-moz-selection {
  color: rgb(255, 255, 255);
  background: #2280c8;
}

/*  Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.default_section_gap {
  margin-top: 80px;
}
@media (max-width: 700px) {
  .default_section_gap {
    margin-top: 30px;
  }
}

.home_videos_slider {
  position: relative;
}
.home_videos_slider .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev, .home_videos_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev i, .home_videos_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.home_videos_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.home_videos_slider .owl-theme .owl-nav :hover {
  background: none !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #1DAB7E !important;
}

.home_videos_slider {
  position: relative;
}
.home_videos_slider .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev, .home_videos_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev i, .home_videos_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.home_videos_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.home_videos_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.home_videos_slider .owl-theme .owl-nav :hover {
  background: none !important;
}

.news_slider {
  position: relative;
}
.news_slider .owl-theme .custom-nav {
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
}
.news_slider .owl-theme .custom-nav .owl-prev, .news_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.news_slider .owl-theme .custom-nav .owl-prev i, .news_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.news_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.news_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.news_slider .owl-theme .owl-nav :hover {
  background: none !important;
}
.news_slider .additional_products_slider {
  position: relative;
}
.news_slider .additional_products_slider .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.news_slider .additional_products_slider .owl-theme .custom-nav .owl-prev, .news_slider .additional_products_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.news_slider .additional_products_slider .owl-theme .custom-nav .owl-prev i, .news_slider .additional_products_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.news_slider .additional_products_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.news_slider .additional_products_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.news_slider .additional_products_slider .owl-theme .owl-nav :hover {
  background: none !important;
}

.our_clint_slider .owl-theme .owl-dots .owl-dot {
  margin-top: 30px !important;
}

.additional_products_slider {
  position: relative;
}
.additional_products_slider .owl-theme .custom-nav {
  position: absolute;
  top: 23%;
  left: 0;
  right: 0;
}
.additional_products_slider .owl-theme .custom-nav .owl-prev, .additional_products_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.additional_products_slider .owl-theme .custom-nav .owl-prev i, .additional_products_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.additional_products_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.additional_products_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.additional_products_slider .owl-theme .owl-nav :hover {
  background: none !important;
}
.additional_products_slider .additional_products_slider {
  position: relative;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-prev, .additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-prev i, .additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-prev {
  left: -55px;
}
.additional_products_slider .additional_products_slider .owl-theme .custom-nav .owl-next {
  right: -55px;
}
.additional_products_slider .additional_products_slider .owl-theme .owl-nav :hover {
  background: none !important;
}

.others_products {
  position: relative;
}
.others_products .owl-theme .custom-nav {
  position: absolute;
  top: -35%;
  left: 0;
  right: 0;
}
.others_products .owl-theme .custom-nav .owl-prev, .others_products .owl-theme .custom-nav .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}
.others_products .owl-theme .custom-nav .owl-prev i, .others_products .owl-theme .custom-nav .owl-next i {
  font-size: 2.5rem;
  color: #cecece;
}
.others_products .owl-theme .custom-nav .owl-prev {
  right: 18px;
}
.others_products .owl-theme .custom-nav .owl-next {
  right: -40px;
}
.others_products .owl-theme .owl-nav :hover {
  background: none !important;
}

.sticky-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* ============ ScrollToUP Section =========== */
#top_button {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  background-color: #111111;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}

#top_button:hover {
  background-color: #555;
}

.hover-effect {
  background-color: #FFF;
  color: #333;
  font-weight: bold;
  font-size: 0.875rem; /* 14px */
  width: 160.568px;
  height: 34.544px;
  text-align: center;
  border-radius: 8px;
  transition: background-color 0.3s, transform 0.3s;
}

.hover-effect:hover {
  background-color: #282925;
  color: #FFF;
  transform: scale(1.05);
}

.default_btn {
  position: relative;
  background-color: #1DAB7E;
  color: white;
  border: none;
  border-radius: 5px;
  height: 50px;
  width: 182px;
  margin-top: 20px; /* equivalent to mt-5 */
  font-size: 1rem; /* 16px, optional for better text visibility */
  overflow: hidden; /* Ensure pseudo-element is contained */
  transition: background-color 0.3s, color 0.3s; /* Transition background and text color */
}
@media (max-width: 700px) {
  .default_btn {
    width: 115px;
    height: 35px;
    font-size: small;
  }
}

.default_btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0; /* Start from the right */
  width: 300%; /* Increase width for sliding effect */
  height: 100%;
  background: linear-gradient(to left, transparent 33%, #1DAB7E 16%, #1DAB7E 66%, transparent 66%);
  transition: transform 0.8s ease; /* Smoother transition */
  transform: translateX(100%); /* Initial position off the right */
  border-radius: 5px; /* Maintain border radius */
}

.default_btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid transparent; /* Initial transparent border */
  border-radius: 5px;
  transition: border-color 0.6s ease; /* Smoother transition for border */
}

.default_btn:hover::before {
  transform: translateX(0); /* Slide in on hover */
}

.default_btn:hover::after {
  border-color: #1DAB7E; /* Change border color on hover */
}

.default_btn:hover {
  background-color: white;
  color: black;
}

.toggle-content {
  display: none; /* Hide by default */
  margin-left: 3px;
  position: relative;
}

#searchInput {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5rem;
  width: 400px; /* Adjust width as needed */
}
@media (max-width: 700px) {
  #searchInput {
    width: 140px;
  }
}

#close-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 8px;
  right: 5px;
  display: none; /* Hide close button by default */
}

.variant_button {
  background-color: transparent;
  color: black;
  border-radius: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #1DAB7E !important;
  font-size: 12px;
}

.variant_button:hover {
  border: 1px solid #1DAB7E !important;
}

.variant_button:focus {
  background-color: #1DAB7E;
  color: white;
}

.wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -68%;
  transform: translate(-50%, -50%);
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fff;
  display: inline-block;
  background: #000000;
  z-index: 999;
}

@keyframes waves {
  0% {
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -46px;
  bottom: -42px;
  z-index: -1;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  animation-delay: 0s;
}

.wave-2 {
  animation-delay: 1s;
}

.wave-3 {
  animation-delay: 2s;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #1DAB7E !important;
}/*# sourceMappingURL=style.css.map */