@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Rubik", sans-serif;
}

header .dropdown-nav {
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
  transform: translateY(-20px);
}

header li:hover .dropdown-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  box-shadow: 0 7px 6px 4px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.video-control:not(.playing) .video-control-pause, .video-control.playing .video-control-play {
  display: none;
}

.product_slider_section .heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 70px;
  width: 70px;
  background-color: #000000;
}

.product_slider_section .heading::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 70px;
  width: 70px;
  background-color: #000000;
}

.product_slider_section .product_slider_bg {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
}
.product_slider_section .swiper-slide-active {
  margin-top: -100px;
}
.product_slider_section .swiper-wrapper {
  padding: 120px 0;
}
.product_slider_section .swiper-wrapper .swiper-slide {
  transition: all 0.5s ease;
}
.product_slider_section .swiper-slide-prev {
  padding-left: 10px !important;
}
.product_slider_section .swiper-slide-next {
  padding-right: 10px !important;
}

.email_search::-moz-placeholder {
  color: #fff;
}

.email_search::placeholder {
  color: #fff;
}



.email_search:focus {
  outline: none;
}

.swiper-scrollbar {
  background-color: #575757 !important;
}

.swiper-scrollbar-drag {
  background-color: #fff !important;
}

.about_part .about-pagination {
  left: 0px !important;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  display: flex;
  align-items: center;
  margin-left: 120px;
  padding-bottom: 25px;
}
.about_part .swiper-button-next {
  right: auto;
}
.about_part .swiper-button-prev {
  border-radius: 50px 0 0 50px;
}
.about_part .swiper-button-next {
  border-radius: 0 50px 50px 0;
}
.about_part .swiper_btns {
  padding-top: 5px;
}
.about_part .swiper-button-prev, .about_part .swiper-button-next {
  background-color: #DC6262;
  color: #fff;
  position: relative;
  left: auto;
  right: auto;
  top: 0;
  bottom: 0;
  padding: 7px 25px;
}
.about_part .swiper-pagination-bullet-active {
  background-color: #DC6262 !important;
  border: 1px solid #DC6262;
}
.about_part .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: transparent;
  border: 1px solid #DC6262;
  opacity: 1 !important;
}
.about_part .swiper-button-prev svg, .about_part .swiper-button-next svg {
  min-width: 50px;
}
.about_part .swiper-button-next:after, .about_part .swiper-button-prev:after {
  display: none;
}
.about_main_section::after {
  content: "";
  height: 150px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

.input_box .validate-has-error {
  padding-top: 5px;
  font-size: 14px;
  color: #cc3f44;
  position: absolute;
  bottom: -30px;
  left: 0;
}
.contact_form_section .input_box .validate-has-error{
  bottom:-15px;
}
@media (max-width: 767px) {
  header .main_menus a span {
    float: right;
    transition: transform 0.65s ease;
    top: 8px;
    position: relative;
  }
  header .nav li.active > a > span {
    transform: rotate(90deg);
  }
  .product_slider_section .heading::before, .product_slider_section .heading::after {
    display: none;
  }
  .validate-has-error {
    bottom: -18px !important;
  }
  .email_search::-moz-placeholder {
    color: #000;
  }
  
  .email_search::placeholder {
    color: #000;
  }
  
}/*# sourceMappingURL=style.css.map */