@charset "UTF-8";
  /* landing layer */

  .landing-layer.home-page {
    background: url('../images/landing.webp') no-repeat center center;
        background-size: auto;
    background-size: cover;
    padding: 25px 0;
}


.landing-content {
  padding: 45px 0 0px;
  text-align: center;
}
.landing-content h2{
width: 100%;
text-align: center;
font-size: 26px;
line-height: 35px;
margin-bottom: 20px;
word-spacing: -2px;
}
.landing-content span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 24px;
  line-height: 35px;
}

.landing-statistics div span {
  display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
text-align: center;
border: 2px solid;
}
.landing-statistics div span img {
  position: relative;
    top: 25px;
}
.landing-statistics div h2 {
  margin-top: 15px;
  font-size: 20px;
}


/* about us home*/
.about-us-home h2{
  font-size: 18px;
  color: #1e2f38;
  font-weight: bold;
}

.about-us-home h2::before {
  display: inline-block;
    margin-left: 10px;
    vertical-align: 0;
	font-family: "Font Awesome 6 pro";
    content: ' \275E';
	outline: medium none;
	transition: all 0.2s linear 0s;
	top: -2px;
  color: #00bffe;
}
.about-us-home h2::after {
  display: inline-block;
    margin-right: 10px;
    vertical-align: 0;
	font-family: "Font Awesome 6 pro";
    content: ' \275D';
	outline: medium none;
	transition: all 0.2s linear 0s;
	top: -2px;
  color: #00bffe;
}

.button-about-us-home {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.learn-more {
  width: 12rem;
  height: auto;
}
.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.9rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  left: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  transform: rotate(-45deg);
}
.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 1.85rem 0 0;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}
.button-about-us-home:hover .circle {
  width: 100%;
}
.button-about-us-home:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(9rem, 0);
}
.button-about-us-home:hover .button-text {
  color: #fff;
}

/* best saller */
.best-saller {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url('../images/best-saller.webp') no-repeat center center;
        background-size: auto;
    background-size: cover;
}
.box-owl_title{
  margin-bottom: 20px;
}
.box-owl_title_container {
  border-bottom: solid 1px #dadada;
}
.box-owl_nav_container {
  position: absolute;
  left: -1px;
  bottom: 12px;
}
.box-owl_nav {
  display: inline-block;
  cursor: pointer;
}
.box-owl_prev {
  margin-right: 15px;
}
.box-owl_nav img {
  margin: 5px;
  transition: all 200ms ease;
}
.box-owl_nav img:hover,.brands_nav i:hover{
  text-shadow: 2px 2px gray;
}
.box-owl_slider_container {
  padding-top: 50px;
}
.box-owl_item {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
}
.box-owl_image {
  text-align: center;
}
.box-owl_image img {
  max-width: 100%;
  display: initial !important;
}
.box-owl_content {
  width: 100%;
  margin-top: 40px;
  padding: 0 10px 0 10px;
  min-height: 250px;
}
.box-owl_content h2 a{
font-size: 18px;
color: black;
}
.box-owl_content h2 a:hover{
  color: #00bffe;
  }
.box-owl_content a p{
  font-size: 16px;
  color: #828282;
}
.box-owl_content a:hover p{
  color: #00bffe;
}

.new-product,.Gasoline-and-diesel-engines,.peripherals {
  padding-top: 90px;
  padding-bottom: 90px;
}


.electromotors,.Tools,.spare-parts {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url('../images/electromotors.webp') no-repeat center center;
        background-size: auto;
    background-size: cover;
}

/* brands */
.brands {
  width: 100%;
  margin-top: 90px;
  margin-bottom: 90px;
}
.brands_slider_container {
  height: 130px;
  border: solid 1px #e8e8e8;
  box-shadow: 0px 1px 5px rgb(0 0 0 / 10%);
  padding-left: 97px;
  padding-right: 97px;
}
.brands_item {
  height: 100%;
}
.brands_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 5px;
  cursor: pointer;
}
.brands_prev {
  left: 40px;
}
.brands_next {
  right: 40px;
}

/* blog */
.blog-content h2 a{
color: black;
font-size: 24px;
font-weight: 500;
-webkit-font-smoothing: antialiased;
-webkit-text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
line-height: 2 !important;
}